Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to reinstall Server Manager and disable Server Manager at startup for all users and login users

Posted on 25/04/202122/08/2026 Christian By Christian 4 Comments on How to reinstall Server Manager and disable Server Manager at startup for all users and login users
  1. Home /
  2. Windows Server /
  3. How to reinstall Server Manager and disable Server Manager at startup for all users and login users
Server-Manager

n this article, you will learn how to reinstall Server Manager and disable Server Manager at startup for all users and login users. Server Manager is a management console in Windows Server that helps IT professionals provision and manage both local and remote Windows-based servers from their desktops. Please see How to reset and reinstall Windows 10 from the cloud and how to recover your Windows 10 when you cannot boot to Windows, and how to reset and reinstall Windows 10 locally.

Server Manager is installed by default with all editions of Windows Server and can be used to manage server core options.

You may also want to see how to enable and disable automatic login on Ubuntu Linux via the GUI and CLI, and how to launch an application automatically during startup on Windows.

What is “Server Manager”?

The Server Manager was first introduced with Windows Server 2008 and it gave administrators the ability to install, configure and manage server roles and features and since then, it has become the central control point for the administration of Windows Server.

You might have intentionally or unintentionally uninstalled .NET Framework from your server, thus resulting in a broken Server Manager. This might also result in PowerShell not launching correctly on your device.

This error is also common when you performed an in-place upgrade of Server 2019 (Desktop Experience). The following executables will be missing “ServerManager.exe & ServerManagerLauncher.exe”. See the following guide on how to enable Bitlocker via the Local Group Policy Editor and the Group Policy Management Console.

To reinstall .NET Framework, please follow the steps in this guide. “How to enable or disable DotNet Framework (NetFx3) via PowerShell, Control Panel, and DISM in Windows“. In this case, I will recommend using the CLI described in step 1.

Part 1 – Reinstall Server Manager

You will have to launch PowerShell as an Administrator as shown below.

Screenshot-2021-04-26-at-00.06.08

Then run the following DISM command below to have Server Manager re-installed on your system.

dism /online /enable-feature /all /featurename:server-gui-mgmt
ServerManager

As you can see below, the server manager is now re-installed and can be used to install, configure and manage server roles and features.

Screenshot-2021-04-26-at-00.05.04

For more information on DISM, please see the following posts: Remove Windows 10 Apps with DISM:How to remove pre-provisioned apps from Windows Image, how to resolve DISM unspecified error when removing preinstalled packages, and how to add languages to Windows image using DISM and PowerShell.

Part 2 – Disable Automatic Startup for Server Manager

Launch the Server Manager and Click on Manage. And select “Server Manager Properties”

Screenshot-2021-04-26-at-00.22.57

Check the Don’t start Server Manager automatically at logon and click on OK.#

Screenshot-2021-04-26-at-00.24.36

You may want to see some related guides: Windows Admin Center:How to set up WAC, how to Test Network Connection to the Windows Admin Center (WAC) Gateway, setup System Insights on Windows Admin Center (WAC), and how to upgrade Windows Admin Center.

Part 3 – Disable Server Manager at startup for all users

To do this, launch the Group Policy Management as shown below

Screenshot-2021-04-26-at-00.27.04

You may create a new policy. Since I have an existing Domain Policy, I will modify this by editing it as shown below.

Screenshot-2021-04-26-at-00.31.09

Expand the Computer Configuration\Administrative Templates\System\Server Manager. On the right side of the window, select “Don’t display Server Manager automatically at Logon“.

Screenshot-2021-04-26-at-00.36.49

Please, see how to fix Logon Failure: User has not been granted the requested logon type, and the Server Certificate could not be updated: Private key does not match.

Enable the Policy

Then select Enable and click on OK.

Screenshot-2021-04-26-at-00.38.22

As you can see, the policy has been enabled.

Screenshot-2021-04-26-at-00.40.36

Note: If you created a new policy, you will have to link the Group Policy in the right OU with the Servers that you want to Apply or use the Security Filtering to Filter the Servers that you want to apply. See the hyperlink for the difference between GPUpdate and GPUpdate /force, and for some group policy implementations.

You may want to see the following articles as well. Why use RSAT? How to Install RSAT on Windows 10, Remote Server Administration Tools: To install RSAT on Windows Server, and what is Group Policy Object and how can it be launched in Windows.

I hope you found this blog post helpful on how to reinstall Server Manager and disable Server Manager at startup for all users and login users. If you have any questions, please let me know in the comment session.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows Server Tags:Microsoft Windows, RSAT, startup, Windows 10, Windows Server 2016

Post navigation

Previous Post: Configure VPN on Windows Server: How to allow remote VPN Access for Domain or Local Users
Next Post: How to install Zoom on macOS

Related Posts

  • powershell commands lede 1024x276 1
    PowerShell Remoting: Guide to Windows Management Instrumentation Scripts
  • Fixed drives not encrypted by BitLocker via MBAM
    Why is BitLocker unable to encrypt Removable Drives via MBAM? Windows
  • How to Manage Azure Virtual Machines with Windows Admin Center and Serial Console​
    Manage Azure Virtual Machine with Windows Admin Center and Serial Console AWS/Azure/OpenShift
  • article 1280x720.aa742702
    How to create a custom view in Windows Event Viewer Windows Server
  • ETWindows
    An Overview of Event Tracing for Windows Windows
  • windows pe screenshot1 rcm1200x0
    Workaround and Permanent fix for this snap-in performed a non-valid operation and has been unloaded: To continue using this snap-in restart MMC or try loading the snap-in again Windows Server

More Related Articles

powershell commands lede 1024x276 1 PowerShell Remoting: Guide to Windows Management Instrumentation Scripts
Fixed drives not encrypted by BitLocker via MBAM Why is BitLocker unable to encrypt Removable Drives via MBAM? Windows
How to Manage Azure Virtual Machines with Windows Admin Center and Serial Console​ Manage Azure Virtual Machine with Windows Admin Center and Serial Console AWS/Azure/OpenShift
article 1280x720.aa742702 How to create a custom view in Windows Event Viewer Windows Server
ETWindows An Overview of Event Tracing for Windows Windows
windows pe screenshot1 rcm1200x0 Workaround and Permanent fix for this snap-in performed a non-valid operation and has been unloaded: To continue using this snap-in restart MMC or try loading the snap-in again Windows Server

Comments (4) on “How to reinstall Server Manager and disable Server Manager at startup for all users and login users”

  1. Avatar photo firstlast says:
    19/10/2022 at 7:40 PM

    Thank you! It was useful.

    Log in to Reply
    1. chris Christian says:
      19/10/2022 at 7:47 PM

      I am glad you found this useful. Thank you for your kind words…

      Log in to Reply
  2. Avatar photo Binju says:
    06/07/2023 at 10:11 AM

    life saver

    Log in to Reply
    1. chris Christian says:
      25/03/2024 at 1:22 PM

      I am glad you found this useful

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Determine GPO from GUID or Name
    How to determine GPO from GUID or Name Windows
  • NortonEvents
    View and Clear or Print Norton Security Events on a Mac Anti-Virus Solution
  • adac
    Enable Active Directory Recycle Bin: How to delete and restore objects using Active Directory Administrative Center Windows Server
  • settings app not working featured 800x400 1
    Disable or Remove Kiosk Mode Via the Local Settings Windows
  • microsoft warns windows 10 cumulative update kb4494441 breaks down some websites 526066 2
    Launch an application automatically during startup on Windows Windows
  • Run Linux on Windows Server
    How to install Windows Subsystem for Linux on Windows Server Linux
  • Fix Windows Installer Service Could Not Be Accessed Error
    How to Fix the “Windows Installer Service Could Not Be Accessed” Error While Installing an Application Windows
  • HyperV VM disk size increase
    How to Increase Disk Size in Hyper-V Virtualization

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.