Situatie
Solutie
Pasi de urmat
Press Windows + X key combination, select Windows PowerShell (Admin).
Run the command line after:
DISM.exe /Online /Cleanup-image /Restorehealth
Next run the command below:
sfc /scannow
This command helps repair system files, including the ServerManager.exe file, that may have been deleted or corrupted, you need to perform an SFC scan. The System File Checker tool comes built into Windows machines to help fix the corruption of system files.
Scanning may take some time. Once the scan is done, restart your Windows server and try again.
Leave A Comment?