暂停 WIN10/WINDOWS 10自动更新
最近电脑被自动更新折腾烦死了,导致股票数据更新失败,目前貌似问题解决了
https://github.com/tsgrgo/windows-update-disabler
【早期用的这个,发现根本不管用,然后又使用enable updates.bat恢复重启,跑下面的 pause-windows-updates 最终貌似问题解决】
https://github.com/Aetherinox/pause-windows-updates
Windows Registry Editor Version 5.00 ; @script : windows-updates-pause.reg ; @author : Aetherinox ; @url : https://github.com/Aetherinox/Windows-Update-Killer ; ; A script to pause Windows Updates for a long period of time. ; ; User can un-pause updates by opening the 'Windows Update' window. ; You can also access that window by opening your start menu, select 'Run' ; and type ; ms-settings:windowsupdate ; ; You can also re-enable updates by executing the other file included ; in the repo URL above: ; windows-updates-unpause.reg [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings] "PauseFeatureUpdatesStartTime"="2025-01-01T00:00:00Z" "PauseFeatureUpdatesEndTime"="2051-12-31T00:00:00Z" "PauseQualityUpdatesStartTime"="2025-01-01T00:00:00Z" "PauseQualityUpdatesEndTime"="2051-12-31T00:00:00Z" "PauseUpdatesStartTime"="2025-01-01T00:00:00Z" "PauseUpdatesExpiryTime"="2051-12-31T00:00:00Z" "ActiveHoursStart"=dword:0000000d "ActiveHoursEnd"="FlightSettingsMaxPauseDays"=dword:00002727 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc] "Start"=dword:00000004 "FailureActions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoUpdate"=dword:00000001 "NoAUShutdownOption"=dword:00000001 "AlwaysAutoRebootAtScheduledTime"=dword:00000000 "NoAutoRebootWithLoggedOnUsers"=dword:00000001 "AutoInstallMinorUpdates"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings] "PausedFeatureStatus"=dword:00000001 "PausedQualityStatus"=dword:00000001 "PausedQualityDate"="2025-01-01T00:00:00" "PausedFeatureDate"="2025-01-01T00:00:00"