Microsoft Windows [Version 10.0.22621.4317] (c) Microsoft Corporation. All rights reserved. C:\Windows\System32>net stop bits The Background Intelligent Transfer Service service is stopping.... The Background Intelligent Transfer Service service could not be stopped. C:\Windows\System32> net stop wuauserv The Windows Update service is stopping. The Windows Update service was stopped successfully. C:\Windows\System32> ren %systemroot%\softwaredistribution softwaredistribution.bak A duplicate file name exists, or the file cannot be found. C:\Windows\System32> ren %systemroot%\system32\catroot2 catroot2.bak Access is denied. C:\Windows\System32> net start bits The requested service has already been started. More help is available by typing NET HELPMSG 2182. C:\Windows\System32> net start wuauserv The Windows Update service is starting. The Windows Update service was started successfully. C:\Windows\System32>