Win7 Update is currently unable to check for updates how to troubleshoot
The solution is as follows:
1. Stop Windows Update Service
2, delete all the files and folders under the X:\windows\SoftwareDistribution\DataStore folder
3. Start Windows Update Service
4. Running Windows update! Ok!
If not, you can refer to the following method:
To help a client installed Windows 7 system, encountered a system error, specific error; Check for updates in Control Panel Windows update, but cannot check for updates, prompting for errors;
Windows Update is currently unable to check for updates because the service is not running. You may need to restart your computer as shown below;
You can infer from the hint that the update service does not start in the service, start >>> run >>>services.msc Open Service Management immediately, locate the Windows Update Service, and start it. Re-updating Services
But the result is still unable to check the update, still pops up the error hint above.
Later in the Microsoft Official support forum to be inspired by the following methods to be resolved, the solution is as follows;
Start >>> run >>>cmd in DOS window type: net stop wuauserv (This command stops the update service first)
Start >>> Run >>> enter%windir% carriage return, and then you will see a pop-up folder window, find softwaredistribution This folder, delete or name any names.
Then in the DOS window type: net start wuauserv (This command is to restart the Update service role)
You will then see that the prompt service has started successfully, and then re-enter the Windows Update feature Check Update in Control Panel, I believe that the above method can check the updated!