Windows repair: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 7: | Line 7: | ||
|   DISM /Online /Cleanup-Image /restoreHealth   |   DISM /Online /Cleanup-Image /restoreHealth   | ||
|   SFC /Scannow |   SFC /Scannow | ||
|  shutdown -r | |||
| Line 16: | Line 17: | ||
|   net stop bits |   net stop bits | ||
|   net stop msiserver |   net stop msiserver | ||
|  shgutdown -r | |||
| Step 2 | Step 2 | ||
| Line 23: | Line 25: | ||
|   net start bits |   net start bits | ||
|   net start msiserver |   net start msiserver | ||
|  shutdown -r | |||
| if on update or install function has error do this: | |||
| Step 1: Enter the following commands and press [Enter] after each command: | |||
|  net stop wuauserv | |||
|  net stop cryptSvc | |||
|  net stop bits | |||
|  net stop msiserver | |||
|  ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old | |||
|  ren C:\\Windows\\System32\\catroot2 Catroot2.old | |||
|  shutdown -r | |||
| Step 2: You have disabled the update components in Windows. Now you need to restart them. Use the following commands and confirm each command with [Enter]: | |||
|  net start wuauserv | |||
|  net start cryptSvc | |||
|  net start bits | |||
|  net start msiserver | |||
|  shutdown -r | |||
Latest revision as of 07:21, 9 April 2025
Step 1: Type cmd in the search box on the taskbar, and then right-click the Command Prompt app and select Run as administrator.
SFC /Scannow DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /restoreHealth SFC /Scannow shutdown -r
Step 1: Type cmd in the search box on the taskbar, and then right-click the Command Prompt app and select Run as administrator.
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver shgutdown -r
Step 2
net start wuauserv net start cryptSvc net start bits net start msiserver shutdown -r
if on update or install function has error do this:
	
Step 1: Enter the following commands and press [Enter] after each command:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old ren C:\\Windows\\System32\\catroot2 Catroot2.old shutdown -r
Step 2: You have disabled the update components in Windows. Now you need to restart them. Use the following commands and confirm each command with [Enter]:
net start wuauserv net start cryptSvc net start bits net start msiserver shutdown -r