• 欢迎访问金刀客博客!
  • 2024,春节快乐!

禁用任务管理器的方法

技术文章 admin 8272次浏览 已收录 0个评论

Warning: Use of undefined constant git_esc_callback - assumed 'git_esc_callback' (this will throw an Error in a future version of PHP) in /www/wwwroot/daokers.com/public_html/wp-content/themes/Git-finally/functions.php on line 1139

1,VBGOOD的怪侠(superzmy )想到的办法,在system32目录下,创建一个taskmgr.exe.manifest文件,内容为空,即可禁用系统任务管理器的使用。
2,yangyxd 的办法
写注册表:
temp0 = “HKEY_USERS\S-1-5-21-1454471165-1078145449-1202660629-1003\Software\Microsoft\Windows\CurrentVersion\Policies\System”
temp1 = “DisableTaskMgr”
temp2 = “REG_DWORD”
temp3 = 1
RegWrite temp0, temp1, temp3, temp2 ‘增加键值
这样任务管理器就不能用了. 呵呵


金刀客博客 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明禁用任务管理器的方法
喜欢 (2)

Warning: Use of undefined constant PRC - assumed 'PRC' (this will throw an Error in a future version of PHP) in /www/wwwroot/daokers.com/public_html/wp-content/themes/Git-finally/comments.php on line 17
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到