Windows - Update 업데이트 중지( 윈도우10 / win10 / 활성화 / 비활성화 / enable / disable )
[ update-enable ]
sc config "wuauserv" start=demand
sc config "UsoSvc" start=demand
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\WaasMedicSvc /v Start /f /t REG_DWORD /d 3
pause;
[ update-disable ]
sc config "uhssvc" start=disabled
sc config "wuauserv" start=disabled
sc config "UsoSvc" start=disabled
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\WaasMedicSvc /v Start /f /t REG_DWORD /d 4
sc stop "uhssvc"
sc stop "wuauserv"
sc stop "WaasMedicSvc"
sc stop "UsoSvc"
pause;
예전에 필요해서 받아놨던건데 어디서 받았는지 잘 모르겠다.
여튼 감사합니다.
Windows Update Blocker v1.7
윈도우 업데이트 중지하는 프로그램인데, 아직 많이 사용은 안해봤으나 다른사람들 평가가 좋은 편이다.
역시나 좋은프로그램 만들어 주셔서 감사합니다.
https://www.sordum.org/9470/windows-update-blocker-v1-7/
Windows Update Blocker v1.7
In Windows There is no option to turn off Windows Updates. Windows Update Blocker is a tool that helps you to disable or enable Updates.
www.sordum.org