Skip navigation

JSI Tip 7961. After you accept the EULA on the Windows Update site, the download does NOT start?

After you accept the End User License Agreement from the Windows Update site, the Web Page Dialog opens, but the download does NOT start (and the download progress bar does NOT update).

To resolve this problem:

1. Open a CMD.EXE window.

2. Type the following commands, pressing enter after each line, and pressing OK when you receive the DllRegisterServer message on the RegSvr32 dialog:

regsvr32 msscript.ocx
regsvr32 dispex.dll
regsvr32 vbscript.dll
regsvr32 scrrun.dll

3. Type Assoc .JS=JSFile and press Enter.

4. Type Ftype JSFile=%SystemRoot%\System32\WScript.exe "%1" %* and press Enter.

5. You may have to restart your computer for these changes to become effective.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish