Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem #366

Open
kv1zyks opened this issue Aug 13, 2024 · 1 comment
Open

problem #366

kv1zyks opened this issue Aug 13, 2024 · 1 comment

Comments

@kv1zyks
Copy link

kv1zyks commented Aug 13, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants