美文网首页
系统任务管理器替换process explorer

系统任务管理器替换process explorer

作者: 的解决方案 | 来源:发表于2021-12-12 17:44 被阅读0次

process explorer提供了一个很酷的功能——替换任务管理器(taskmgr.exe),这样当我们运行任务管理器的时候,就会自动打开功能更强大的process explorer了。
如果想用系统的任务管理器替换回呢?
运行--regedit-- 找到以下键值 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe]
将"Debugger"值改为空
或者把下列代码保存成taskmgr.reg,双击即可导入到注册表。

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe]
"Debugger"="\"\""

相关文章

网友评论

      本文标题:系统任务管理器替换process explorer

      本文链接:https://www.haomeiwen.com/subject/ghnrfrtx.html