当前位置 博文首页 > 用vbs实现解除注册表CMD、Regedit、Taskmgr限制的脚本代码

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

    作者:admin 时间:2021-05-12 18:25


    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") js
    下一篇:没有了