'╭──────╮
'│www.sduw.com│
'╰──────╯
'功能:恢复网页右键菜单
'注意:需要把IE窗口全部关掉生效
'
Set wso = CreateObject("WScript.Shell")
wso.RegWrite "HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserContextMenu",0,"REG_DWORD"
msgbox"修复成功!"