解鎖注冊表的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("成功解鎖注冊表")
復制代碼 代碼如下:
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("成功解鎖注冊表")
相關文章
可以從一臺遠程服務器運行 SP2 安裝程序Install.vbs
可以從一臺遠程服務器運行 SP2 安裝程序Install.vbs...2007-04-04

