'╭──────╮
'│www.sduw.com│
'╰──────╯
'功能:删除ie分级审查密码
'注意:关闭所有浏览器后生效
'
Set wso = CreateObject("WScript.Shell")
wso.Regwrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeCaption",""
wso.Regwrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeText",""
msgbox"修复成功!"