| Member with 9,028 posts. | | Join Date: Aug 2007 Location: Oregon, USA Experience: Intermediate |
30-Apr-2010, 10:33 AM
#19 |
Don't forget to delete those two erroneous keys. You can do it from the Registry Editor, or the command line.
Copy and paste these two lines into the Command Prompt, then press Enter (you can paste them both at once) Code: Reg Delete "HKCU\Software\Microsoft\Internet Explorer\Desktop\Components /v DeskHtmlVersion /t REG_DWORD /d 0" /F
Reg Delete "HKCU\Software\Microsoft\Internet Explorer\Desktop\Components /v DeskHtmlVersion /t REG_DWORD /d 0x00000000" /F To paste into the Command Prompt, right click the Window, click Paste. If Quick Edit is enabled, the right click will paste immediately.
__________________ Microsoft MVP - Windows Expert - Consumer
Of course I know all the answers  ; I just don't always match the answers to the right questions |