
09-21-2009
|
|
|
|
Re: windowsupdate.microsoft.com blank screen
Mike,
Windows 7 doesn't open IE and go to any update sites.
Are you referring to the Windows Update applet in Control Panel ?
Open an Elevated Command Prompt { Click the Start orb, enter
cmd in the Search programs and files field.
Under Programs, *right* click cmd.exe and choose 'Run as administrator'
Follow the UAC prompts to allow Command Prompt to run Elevated )
At the prompt type in the below exactly as written and press Enter
winmgmt /verifyrepository
If the " WMI repository is consistent" message appears, then the issue
does not lie with WMI.
If the WMI repository is reported as inconsistent, then run the
following command
winmgmt /resetrepository
The above will reset WMI to the initial state when the OS was first
installed.
Type exit to close the Elevated Command Prompt; reboot if prompted to.
> resvr32 msxml3
You mistyped that, correct ? It should be
regsvr32 msxml3
And, that's an l not a one, after the second m.
MowGreen
===============
*-343-* FDNY
Never Forgotten
===============
banthecheck.com
"Security updates should *not* have *non-security content* prechecked"
Mike Williams wrote:
> I'm also getting this on Windows 7 (RTM build 7600)
>
> I've tried 9from admin prompt):
> regsvr32 jscript
> regsvr32 vbscript
> regsvr32 /i mshtml
> resvr32 msxml3
>
> all succeeded except the last, which couldn't find a DLLRegisterServer entry
> point
|