'╭──────╮
'│www.sduw.com│
'╰──────╯
'功能:修复IE察看,源文件按钮
'注意:运行后请关闭所有浏览器后生效
'
Set wso = CreateObject("WScript.Shell")
wso.RegWrite "HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoViewSource",0,"REG_DWORD"
wso.RegWrite "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoViewSource",0,"REG_DWORD"
msgbox"修复成功!"