Windows repair: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| 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 |   SFC /Scannow | ||
| Line 7: | Line 7: | ||
|   DISM /Online /Cleanup-Image /restoreHealth   |   DISM /Online /Cleanup-Image /restoreHealth   | ||
|   SFC /Scannow |   SFC /Scannow | ||
| 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 | |||
| Step 2 | |||
|  net start wuauserv | |||
|  net start cryptSvc | |||
|  net start bits | |||
|  net start msiserver | |||
Revision as of 09:06, 14 January 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
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
Step 2
net start wuauserv net start cryptSvc net start bits net start msiserver