fix when Windows Server Manager won’t open

Windows Server Manager is a kind of one-stop shop that allows IT staff to keep a tab on all servers hosted on a network. The IT administrator, or anyone by any other designation who oversees the Server Administrator tool, has the ability to manage server roles without having physical access to the servers.

Similarly, the person can also make configuration changes to local and remote servers through the Server Manager tool. Introduced for the first time with Windows Server 2008, Server Manager is a fairly robust but practical feature that does your job in an enjoyable way.

Unfortunately, things can often go wrong with even the best-designed tools, and the same applies to Windows Server Manager as well. That said, getting things back on track is also a simple task that almost anyone can do.

Contents index

  • FIX: Windows Server Manager could not be opened
    • Run the DSIM RestoreHealth command
    • Manually delete the user.config file
    • Reversal changes

FIX: Windows Server Manager could not be opened

1. Run the DSIM RestoreHealth command

  1. Launch the command prompt . The easiest way to do this is to type cmd into Cortana’s search box and select from the search result that is displayed.
  2. At the command prompt window , type the following command: DISM.exe / Online / Cleanup-image / Restorehealth
  3. Press Enter to start the process.
  4. Using the SFC ScanNow command:
  5. Launch the command prompt window as before.
  6. Type the following command  sfc / scannow
  7. Press Enter . This will start the process and it may take several minutes before it is complete.
  8. Using StartComponentCleanup:
  9. While still in the command prompt window , type the following command: dism / online / cleanup-image / startcomponentcleanup .
  10. Press Enter and wait for the process to complete.

2. Manually delete the user.config file

  1. Navigate to the following file in your C folder or whatever flag you used to identify the root folder on your PC -C: \ Users \ YourUserName \ AppData \ Local \ Microsoft_Corporation \ ServerManager.exe_StrongName_m3xk0k0ucj0oj3ai2hibnhnv4xobnimj10.0.0.0user.config
  2. Delete the user.config file .
  3. Restart Server Manager . This recreates the file.
  4. This will also solve any problem of the file that got corrupted and such.

3. Reversal changes

  1. This is applicable if you can’t start Server Manager just recently and things worked fine before then.
  2. In that case, make sure there are no software conflicts.
  3. Some reported problems with the graphics driver .
  4. If you have updated your graphics driver recently, revert the changes via System Restore or uninstall the driver .
  5. Try restarting the Server Manager .
  1. Update Windows
  1. Click Start > Settings > Update & Security .
  2. On the Windows Update page , click the Check for updates button to see if updates are available.
  3. Make sure to download and install if any are available.
  4. It is extremely important that you have all the latest updates installed, including the latest .Net components , all of which ensure proper server operation.
  5. Also be sure to download the latest remote server administrative tool for the version of Windows 10 you are running.

The above steps should help you deal with the situation when Windows Server Manager won’t open.

In the meantime, here are some related links that you can navigate:

  • Windows Server: How to Enable TLS With Ease
  • The best antivirus solutions for Windows Server

 

by Abdullah Sam
I’m a teacher, researcher and writer. I write about study subjects to improve the learning of college and university students. I write top Quality study notes Mostly, Tech, Games, Education, And Solutions/Tips and Tricks. I am a person who helps students to acquire knowledge, competence or virtue.

Leave a Comment