
Windows Update keeps your system up to date with the latest updates from Microsoft which include important security updates, fixes, and changes. But if the feature disables itself, you won't know if there are more recent updates available. Many users have encountered this problem and are receiving warnings about disabling Windows Update.
However, when you turn it on manually, it updates the system normally. But it can go out again, which is a problem. This can happen due to a corrupted file in the Windows update itself or due to incompatibility issues with any third party antivirus program installed on the system. Whatever the cause, you don't want it to interrupt the normal update process and so we have a solution for you. Let's see what the solution is.
Final report: Some users have reported this Disable antivirus on your PC solves the problem. If you are also using a third party antivirus, try uninstalling / disabling it (make sure it doesn't restart once your PC restarts) and try again.
Method 1: using commands
Step 1: Search for system symbol in the Windows 10 search box. Right-click the search result and click run as administrator.
Step 2: A Symbol of the system window, copy and paste the commands given below and hit enter to execute them one by one.
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto Update" /v AUOptions /t REG_DWORD /d 0 /f
sc config wuauserv start = auto
Now close the Command Prompt window and check again.
Method 2: reset the Windows 10 update components
Step 1: Search for system symbol in the Windows 10 search box. Right-click the search result and click run as administrator.
Step 2: A Symbol of the system window, run the following commands one by one by pasting them one by one and pressing Log in key each time:
net stop wuauerv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C: WindowsSoftwareDistribution SoftwareDistribution.bak
Ren C:WindowsSystem32catroot2 Catroot2.bak
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
That is! And your Windows update shouldn't automatically shut down now.
Method 3: Just check if you have stopupdates10service running
1. Press Tasto Windows + R key together from the keyboard to open run box.
2. Now type services.msc on it and click ok.
3. Now check if there is a service called stopupdates10service In that. If it is there, double click on it and choose startup type to disable it and click stop to stop it.
4. Click To apply and click ok.
Method 4: Using Command Prompt Commands
Step 1: Search for system symbol in the Windows 10 search box. Right-click the search result and click run as administrator.
Step 2: A Symbol of the system window, run the following commands one by one. Just copy and paste and hit enter one by one.
SC config wuauserv start= auto SC config bits start= auto SC config cryptsvc start= auto SC config trustedinstaller start= auto
Method 2: Make sure the dependencies are also set to Auto
1. Press Tasto Windows + R key together to open RUN.
2. Write services.msc on it and click ok.
3. Double click Windows updateand service and insured kind of startand is set to automatic.
Now click addictions Tongue.
Expand by clicking on the plus icon.
4. Now write down all the service names in the list.
5. Now, in the service manager window, locate these services and make sure that the startup type for these services is also set to automatic.