Undo Pause updates and Oops something went wrong

DonB

Well-known member
Joined
Apr 17, 2014
Posts
94
Undo Pause updates and Oops something went wrong: reopen settings and try again messages

SFC scan OK and DISM scan no errors.
 
Here are some more pictures of errors.
Thanks, DB
 

Attachments

  • SWRCapture.JPG
    SWRCapture.JPG
    18.9 KB · Views: 5
  • ReglitchCapture.JPG
    ReglitchCapture.JPG
    348.7 KB · Views: 5
Hi,

  • Click Search button and type Command Prompt
  • From the results, right click on the Command Prompt icon, and select Run as administrator
  • A Command Window will open.
  • Copy paste each command below it, then press Enter for each command
Code:
reg delete HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v PauseFeatureUpdatesStartTime /f
Code:
reg delete HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v PauseFeatureUpdatesEndTime /f
Code:
reg delete HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v PauseQualityUpdatesEndTime /f
Code:
reg delete HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v PauseQualityUpdatesStartTime /f
Code:
reg delete HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v PauseUpdatesExpiryTime /f
  • Restart Windows Update
Regards,
 
Please send/attach a reg file to UnPause Updates.
 

Attachments

  • SWRCapture.JPG
    SWRCapture.JPG
    18.9 KB · Views: 1
  • ReglitchCapture.JPG
    ReglitchCapture.JPG
    348.7 KB · Views: 1
Hi,


Please restart the administrator command prompt and then paste these commands.

Code:
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"

Code:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings" /v PausedFeatureStatus > "%userprofile%\desktop\Resultat.txt"

Code:
Reg query "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate" /s  >> "%userprofile%\desktop\Resultat.txt"

Please attach the services.txt file and Resultat.txt file in your next reply.

Regards,
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top