保存为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("成功解锁注册表")
时间: 2024-09-27 00:54:51