解锁注册表的vbs脚本


保存为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("成功解锁注册表")

« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3