Thursday, June 17, 2010

how to remove active desktop - solution

Friends,


The below script , need to copy and save it with the extension of .vbsa and refresh the screen it wil go.

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


Thanks

Ganesan K

No comments:

Post a Comment