Forum Discussion
Bispo
Jun 10, 2025Copper Contributor
Windows Server 2019 reboot
Good afternoon, I have the following problem: Windows 2019 is restarting. I have already updated the drivers, run sfc/scannow, and run the memory test and it didn't show any errors.
JoshuaFinley
Jun 27, 2025Copper Contributor
The below is extremely thorough, however DISM may also be useful -
Open Start.
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
Type the following command to perform an advanced DISM scan and press Enter:
DISM /Online /Cleanup-Image /ScanHealth
Type the following command to repair the image and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
Booting from the ISO/DVD in recovery mode and swapping /Online for specifying the offline WIM may also be of some assistance, so did think to share :)