用vbs实现解除注册表CMD、Regedit、Taskmgr限制的脚本代码
用vbs实现解除注册表CMD、Regedit、Taskmgr限制的脚本代码
发布时间:2016-12-28 来源:查字典编辑
摘要:OnErrorResumeNextSetWSHShell=WScript.CreateObject("WScript.Shell")With...

OnErrorResumeNext

SetWSHShell=WScript.CreateObject("WScript.Shell")

WithWScript.CreateObject("WScript.Shell")

.RegDelete"HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableRegistryTools"

.RegDelete"HKCUSoftwarePoliciesMicrosoftWindowsSystemDisableCMD"

.RegDelete"HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableTaskMgr"

EndWith

Mybox=MsgBox(enab&vbCR&"程序运行限制已解除!",1024,"Result")

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新vbs学习
热门vbs学习
脚本专栏子分类