I have a problem with windows server 2019, server manager and mmc are not working

DJGl00m

New member
Joined
Nov 26, 2024
Posts
3
Я запустил команду SFC /scannow and I got this result:
Code:
C:\Windows\system32>SFC /scannow

The system scan has started.  This process may take some time.

The beginning of the verification stage when scanning the system.
The verification is 100% complete.

The Windows Resource Protection program has detected corrupted files, but
cannot restore some of them.
For more information, see the CBS.Log file, which is located at the following path:
windir\Logs\CBS\CBS.log. For example, C:\Windows\Logs\CBS\CBS.log . The details
are included in the log file provided by the /OFFLOGFILE flag.
The log is attached

Then I tried to do DISM /online /Cleanup-Image /StartComponentCleanup


Code:
C:\Windows\system32>DISM /Online /Cleanup-Image /RestoreHealth

DISM system
Version: 10.0.17763.3406

Image Version: 10.0.17763.3770

[==                         4.5%                           ]
Error: 2

The specified file cannot be found.

The DISM log file is located at C:\Windows\Logs\DISM\dism.log

Then I tried to do C:\Windows\system32>DISM /Online /Cleanup-Image /ScanHealth

Code:
C:\Windows\system32>DISM /Online /Cleanup-Image /ScanHealth

The DISM system
Version: 10.0.17763.3406

Image Version: 10.0.17763.3770

[==                         5.0%                           ]
Error: 2

The specified file cannot be found.

The DISM log file is located at C:\Windows\Logs\DISM\dism.log

Please help me solve this problem, mmc snap-ins, server manager are not running.
 

Attachments

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top