Windows 10 is the most advanced operating system of Microsoft to date. It comes with more advanced and exciting features along with some irritating features, i.e., Windows ten updates. Everyone is worried about it, getting continuous update message of windows 10. Here you would get much more information on how to disable forced windows ten updates using the command line.
For this open command prompt at first with administrative permissions. If you see the User Account Control Prompt, press the “YES” button. Now, type the following commands one by one and hit enter and proceed:
- net stop wuauserv
It stops the Windows Update service.
net stop bits
This command stops background intelligent transfer service.
net stop disc
It ends delivery optimization service.
If in case you desire to enable windows ten updates, then again open the command prompt with administrative privileges and type the following commands one by one and hit enter and proceed:
net start wuauserv
It starts the Windows Update service.
net start bits
This command begins background intelligent transfer service.
net start disc
It starts delivery optimization service.
This will resume the Windows 10 updates on your PC. So with these steps mentioned above, you can easily disable or enable Windows 10 updates so feel free and comfortable to use.