Run CMD as administrator
and type: chkdsk
(Check the file system, status of the system's hard drives and corrects errors on the disk)
SFC /scannow
(Allows users to scan for and restore corruptions in Windows system files)
DISM /Online /Cleanup-Image /RestoreHealth
(Run an advanced scan and repair any problems automatically.Once you complete the steps, the Deployment Image Servicing and Management tool will connect to the Windows Update servers to download and replace any damaged files in the local image for Windows 10 as necessary. )
Del /S /F /Q %temp%
(clears the Userprofile Temp folder)
Del /S /F /Q %Windir%\Temp
(This clears the Windows temp folder)
Properly shutdown, Don't switch off computer without properly shutting down to avoid serious filesystem damage. While the system is on, files are in use even if you aren't doing anything.
Remember that there are many processes running in the background all the time. These processes are managing the system and keep a lot of files open. When the system's power is switched off, these files are not closed properly and may become corrupted.
and type: chkdsk
(Check the file system, status of the system's hard drives and corrects errors on the disk)
SFC /scannow
(Allows users to scan for and restore corruptions in Windows system files)
DISM /Online /Cleanup-Image /RestoreHealth
(Run an advanced scan and repair any problems automatically.Once you complete the steps, the Deployment Image Servicing and Management tool will connect to the Windows Update servers to download and replace any damaged files in the local image for Windows 10 as necessary. )
Del /S /F /Q %temp%
(clears the Userprofile Temp folder)
Del /S /F /Q %Windir%\Temp
(This clears the Windows temp folder)
Properly shutdown, Don't switch off computer without properly shutting down to avoid serious filesystem damage. While the system is on, files are in use even if you aren't doing anything.
Remember that there are many processes running in the background all the time. These processes are managing the system and keep a lot of files open. When the system's power is switched off, these files are not closed properly and may become corrupted.