How to Solve Active Desktop Recovery Error?

by Vickram H 2012-09-07 22:48:14

How to Solve Active Desktop Recovery Error?


Click Start >Run
Type regedit in the Run Dialog Box
Locate the following Windows Registry Key

HKEY_CURRENT_USER > Software > Microsoft > Internet Explorer > Desktop > SafeMode > Components > DeskHtmlVersion

regedit1.png<br>


Change the value of DeskHtmlVersion, from 0×00000110(272) to Decimal 0


dword2.png<br>

Regedit3.JPG<br>


Close out of the registry

Right click anywhere on the desktop

Select Refresh.

Solution to create a vbs file for multiple PCs.

Open Notepad (Start > Run > notepad)
Copy Paste code below to notepad

HKEY_CURRENT_USER = &H80000001

strComputer = “.â€
Set objReg = GetObject(“winmgmts:\†& strComputer & “rootdefault:StdRegProvâ€)
strKeyPath = “SoftwareMicrosoftInternet ExplorerDesktopSafeModeComponentsâ€
strValue = “0?
ValueName = “DeskHtmlVersionâ€
objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue

Save as Desktop Recover.vbs
Copy this file to the error PC
Double Click on the VBS file
1260
like
0
dislike
0
mail
flag

You must LOGIN to add comments