把下面的内容保存为一个vbs文件,运行它就可以了。
On Error Resume Next
Set Reg=CreateObject("WScript.Shell")
Reg.RegWrite "HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer/NoLogOff",0,"REG_BINARY"
Reg.RegWrite "HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/System/DisableRegistryTools", "00000000", "REG_DWORD"
Reg.RegWrite "HKCR/exefile/shell/open/command"","""%1"" %*"
Reg.RegWrite "HKCR/regfile/shell/open/command"","""%1"" %*"
Reg.RegWrite "HKCR/txtfile/shell/open/command"","""%1"" %*"
Reg.RegWrite "HKCR/htmlfile/shell/open/command"","""%1"" %*"
Reg.RegWrite "HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/WinOldApp/NoRealMode", "00000000", "REG_DWORD"
Reg.RegWrite "HKCU/Software/Microsoft/Windows/CurrentVersion/Policies/WinOldApp/Disabled", "00000000", "REG_DWORD"
Reg.RegWrite "HKLM/Software/Microsoft/Windows/CurrentVersion/Winlogon/LegalNoticeCaption", ""
Reg.RegWrite "HKLM/Software/Microsoft/Internet Explorer/Main/Window Title", "浏览器"