2023年11月28日发(作者:)

批处理命令⼀键彻底关闭WIN10⾃动更新

@echo off

title BLOCK Win10AU!

mode con cols=70 lines=15

netsh advfirewall firewall add rule name="Block_Windows10UpgraderApp" dir=in

schtasks /delete /TN "MicrosoftWindowsUpdateOrchestratorUpdateAssistant" /f 2>nul

echo ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

echo y|cacls C:WindowsUpdateAssistant*.exe /t /p everyone:n 2>nul