Windows update won't open. I have windows 10 and understand that updates are automatic but I would still like to see what it is doing and when. I have tried the troubleshooter fix but it gets stuck on setting up a service. Any I
deas?
Suggestions :
1. Run a system file check to look for corrupt files. It will try to do repair if any found.
Right click at Start button > select Command Prompt (Admin) > at the flashing prompt,
copy/paste ( to avoid typo ) this.....
sfc /scannow
> press Enter.
It will take quite sometime. When finished, it will give you one of the 3 reports : (paraphrasing )
1. No integrity violation.
2. Found corrupt files and repair successfully.
3. Found corrupt files but unable to repair.
If report is #1. Your solution lies elsewhere.
IF report is #2, go see if everything is now working ok.
If report is #3, please do the following........
Right click at Start button > select Command Prompt (Admin) > at the flashing prompt,
copy/paste (to avoid typo ) this.....
dism /online /cleanup-image /restorehealth
> press Enter.
Again, it will take some time. When finished it will give you a report.
If it says operation successful, go see if everything is now working ok.