RE: help with error code 80072efd
right click the Command Prompt shortcut in the Program list and select Run As Administrator.
2) To display the current proxy setting of Windows Update, execute this command:
netsh winhttp show proxy
3) If the proxy server is shown in the “show proxy” result, then execute this command to disable the Windows Update proxy setting:
netsh winhttp reset proxy
This worked for me
|