jueves, 2 de diciembre de 2010

Mensaje "Restaurar Active Desktop" en el escritorio de Windows XP Fix Active Desktop

http://www.sitepoint.com/forums/showthread.php?t=433748

Heres a basic script to change the above registry setting

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

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

SUERTE!!

No hay comentarios:

Publicar un comentario