
When faced with the situation to restart your PC or apply updates and you do not want to do this because the server is currently in use (Production).Note: There are different ways to have this accomplished, but for this specific use-case, we want the updates but do not want it to be applied yet.
Step-by-step guide
When you are unable to proceed due to Windows Updates waiting to be applied, Kindly follow these simple hints to stop the update service from running
1. Simply Stop the Windows update service by using this command from the CLI
net stop wuauserv
2. Or go to services and search for Windows Update (right click and select stop)
To show the running service using Powershell, run
tasklist
Or navigate to services to see if the Windowsupdate Service isrunning
I hope you found this blog post helpful. If you have any questions, please let me know in the comment session. I welcome you to follow me on Twitter and Facebook.