关闭windows计划重启
作者:互联网
前言
windows 总是自动计划更新
解决方案
需要禁用服务 “Windows Update” 和 “更新 Orchestrator 服务”
首先去这里下载PsTools。
将 PsExec.exe
解压缩到桌面上
然后使用管理员权限打开 cmd 命令行
进入到桌面文件夹
cd \Users\%username%\Desktop
执行打开任务计划程序
PsExec.exe -i -s %windir%\system32\mmc.exe /s taskschd.msc
导航到任务计划程序库 -> Microsoft -> Windows -> UpdateOrchestrator。
右键单击名为 Reboot 的任务,然后单击 禁用。
标签:exe,PsExec,单击,windows,重启,Windows,计划,关闭 来源: https://www.cnblogs.com/niuben/p/16443850.html