How to correct Windows 8 app stuck on pending
2 ways to address this that I’ve seen.
The first requires you open a command line with Administrator Priveleges and type in the following:
-
net stop wuauserv
-
rename c:\windows\SoftwareDistribution softwaredistribution.old
-
net start wuauserv
The second is the open Services.msc and stop the Windows Update service (same as using the commands above, use this if that doesn’t work).
At a Run lines, type in services.msc
- Stop Windows Update service
- Browse to c:\windows\SoftwareDistribution and rename the folder to softwaredistribution.old
- Start Windows Update service