答案1
感谢这篇文章停止 sccm 计划重启经过@彼得。
- 确保您在正在运行的窗口上拥有管理员权限。(如果没有,此解决方案不适合您)
- 下载/提取 sysinternals-suitehttps://download.sysinternals.com/files/SysinternalsSuite.zip
- 创建并保存命令包含以下内容的文件
taskkill /F /IM SCnotification.exe pssuspend.exe CcmExec.exe -nobanner shutdown -a ```
- 以管理员权限运行 Windows 终端,然后从那里执行命令(我将文件命名为stop-software-center.cmd)
- 检查 CcmExcec.exe 进程是否已暂停。
答案2
这只是增加了 acabra85 的答案,但您不需要 SysInternals Suite。
您可以尝试从“任务管理器”>“服务”停止 CcmExec 服务,我相信您需要具有管理员权限才能执行此操作。这也会终止 SCNotification.exe(带有计时器的窗口)。
运行shutdown -a
命令以中止计划的重启(如果有)。