Categories
Recommended Tools

Computer Repair, On Site PC Repair, Virus Removal

BartenderGirl

 »  Home  »  Technical Help  »  Active Desktop Recovery Problems
Active Desktop Recovery Problems
By Ben Joseph Zerpa | Published  03/6/2009 | Technical Help | Unrated

Q. I've suddenly started having a problem with Active Desktop Recovery being shown every time I start my (Win XP Pro) machine. When I click "Restore my Active Desktop" I get the following error:

"An error has occured in a script on this page:

Line 65

Char 1

file:///C:/Documents%20and%20Settings/My%20Name/Application%20Data/Microsoft/Internet%20Explorer/Desktop.htt"

Here is the solutions for this problem

1. Run regedit

2. Find this entry - HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerDesktopSafeModeComponents

3. Change the key value - DeskHtmlVersion REG_DWORD 0x00000110(272) to decimal zero

4. Close regedit log off and log back on.

This has worked for all our XP clients

Expert User

Heres a basic script to change the above registry setting

HKEY_CURRENT_USER = &H80000001
strComputer = "."
Set objReg = GetObject("winmgmts:\" & strComputer & " ootdefault:StdRegProv")
strKeyPath = "SoftwareMicrosoftInternet ExplorerDesktopSafeModeComponents"
strValue = "0"
ValueName = "DeskHtmlVersion"
objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue

Copy this to notepad and save as activedesktop.vbs, then run the file, logoff then log back in again

Hope this help, if not give me a call at 909-862-4141



Article Options
Articles to Read
You Recently Viewed...
Popular Articles
  1. Signs of Spyware
  2. Top 10 Cyber Security Tips
  3. Active Desktop Recovery Problems
  4. Cannot Select The Edit with Microsoft Office Front Page
  5. Google Security Bug
No popular articles found.
Popular Authors
  1. Ben Joseph Zerpa
No popular authors found.