Tuesday, 20 August 2024

Stop windows update | Commands to Enable Windows Update

 






Stop windows update

 running from CMD (as administrator) the following lines: 


sc stop wuauserv

sc config wuauserv start= disabled





 Commands to Enable Windows Update:

Start the Windows Update service and set it to automatic:

cmd

Copy 

sc config wuauserv start= auto

sc start wuauserv




No comments:

Post a Comment