Restore your computer or server

If you have experienced issues with your Windows server or computer running Windows 10 and the file system has damaged or corrupted files. Run the DISM tool command from the component store which (most of the time) fixes a number of serious errors on your version of windows, computer, or server.

First of all, depending on style or age…load up either your Command Prompt or PowerShell and type in the following commands below.

Command Prompt – old school, pre-2019

PowerShell – what you should be using as a command line in 2019

Commands to run in Command prompt or PowerShell.

Run dism /online /cleanup-image /scanhealth

Run dism /online /cleanup-image /checkhealth

Run dism /online /cleanup-image /restorehealth

Mount the Windows Server 2016 ISO as a drive (E: in this case)

Run dism /online /cleanup-image /restorehealth /source:WIM:D:\sources\install.wim:1 /limitaccess

Run sfc /scannow

Run Windows Update