Tuesday, October 19, 2010

Active Desktop Issue.

Hi friends,

if u face the active desktop issue. if u not able to change the desktop background. copy the below code and save it as .vbs extension and execute it.
_______________________________________________________________________________________
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, strValue
_____________________________________________________________________________________

if u execute above code. the desktop background will be change..

No comments:

Post a Comment