AveYo / MediaCreationTool.bat

Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
MIT License
8.74k stars 2.95k forks source link

problem #366

Open kv1zyks opened 1 month ago

kv1zyks commented 1 month ago

i cant update image ERROR Check urls in browser del ESD dir Press any key to continue use powershell v3.0+ unblock powershell enable BITS serv

LightYagami28 commented 3 weeks ago

1. Unblock PowerShell Script

  1. Open PowerShell:

    • Press Win + X and select "Windows PowerShell (Admin)".
  2. Unblock the Script:

    • Run this command, replacing Path\To\Your\Script.ps1 with the actual path to your script:
      Unblock-File -Path "Path\To\Your\Script.ps1"

2. Ensure PowerShell Version is 3.0 or Higher

  1. Check PowerShell Version:
    • In the PowerShell window, run:
      $PSVersionTable.PSVersion
    • Ensure the version is 3.0 or higher. If not, update PowerShell.

3. Enable and Start BITS Service

  1. Open PowerShell as Administrator:

    • Press Win + X and choose "Windows PowerShell (Admin)".
  2. Enable and Start BITS:

    • Enter the following commands to ensure BITS is enabled and running:
      Set-Service -Name BITS -StartupType Automatic
      Start-Service -Name BITS

4. Check URLs in Your Browser

  1. Manually Verify URLs:
    • Open your web browser and paste the URLs you need to check. Ensure they are working and not blocked by your network or firewall.