Windows repair

From wiki karavi
Revision as of 09:06, 14 January 2025 by Karavi (talk | contribs)
Jump to navigation Jump to search

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