摘要: 禁用任务管理器的 .bat @echo off reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 1 /f e 阅读全文
posted @ 2025-03-15 10:07 stweily 阅读(23) 评论(0) 推荐(0)