当前位置:主页 > 脚本语言 > VBS >

用vbs实现解除注册表CMD、Regedit、Taskmgr限制的脚本代码

时间:2021-07-25 08:38:18 | 栏目:VBS | 点击:


On Error Resume Next
Set WSHShell=WScript.CreateObject("WScript.Shell")
With WScript.CreateObject("WScript.Shell")
.RegDelete"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
.RegDelete"HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
.RegDelete"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
End With
Mybox=MsgBox(enab&vbCR&"程序运行限制已解除!",1024,"Result")

您可能感兴趣的文章:

相关文章