解锁注册表的vbs脚本

 更新时间:2007年02月25日 00:00:00   作者:  
保存为jiesuo.vbs运行即可
复制代码 代码如下:

dim wsh
set wsh=Wscript.CreateObject("Wscript.Shell")
wsh.popup("正在为你解锁注册表")
wsh.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools",0,"REG_DWORD"
wsh.sendkeys "^{ESC}{U}{ESC}"
wsh.popup("成功解锁注册表")

相关文章

最新评论