Pages

Saturday, June 2, 2012

Windows Active Desktop Recovery problem

Dear all,

“”Windows XP Active desktop error””


To resolve this problem, follow these steps:


1. Go to Run Command,

3.Type Notepad ->Enter

4.Copy

HKEY_CURRENT_USER = &H80000001
strComputer = "."
Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components"
strValue = "0"
ValueName = "DeskHtmlVersion"
objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue3.


5.paste to notepad and save as to active.vbs extesion.

6.Go to Safemode,

7.Run active.vbs file

8.Restarted the Computer, and then log on. The Restore My Active Desktop button has been removed

No comments:

Post a Comment