How to Solve Active Desktop Recovery Error?
by Vickram H[ Edit ] 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
<br>
Change the value of DeskHtmlVersion, from 0×00000110(272) to Decimal 0
<br>
<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