关闭windows 10自动更新
net stop wuauserv
sc config wuauserv start=disabled
sc failure wuauserv reset=0 actions=none/3000
schtasks /end /TN "\Microsoft\Windows\WindowsUpdate\Scheduled Start"
schtasks /change /disable /TN "\Microsoft\Windows\WindowsUpdate\Scheduled Start"
schtasks /end /TN "\Microsoft\Windows\WindowsUpdate\sihpostreboot"
schtasks /change /disable /TN "\Microsoft\Windows\WindowsUpdate\sihpostreboot"
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc" /v Start /t REG_DWORD /d 4 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoAutoUpdate /t REG_DWORD /d 0 /f