标题: [系统相关] 怎样用批处理禁用、启用“任务管理器”中的启动项?谢谢! [打印本页]
作者: Shuye 时间: 2023-3-29 15:34 标题: 怎样用批处理禁用、启用“任务管理器”中的启动项?谢谢!
如图中的 Windows Security notification icon,
怎样用批处理禁用、启用?
谢谢!
作者: idwma 时间: 2023-3-30 20:24
- reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run /v SecurityHealth /t REG_BINARY /d 02 /f
- reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run /v SecurityHealth /t REG_BINARY /d 03 /f
复制代码
作者: Shuye 时间: 2023-3-31 18:01
回复 2# idwma
测试成功,谢谢 idwma 兄!
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |