WindowsWindows 10

How to Disable Server Manager on Windows Server 2019 Powershell & UI

How to Disable Server Manager on Windows Server 2019

When you are logging in to the server on your Windows Server 2019, you will be usually be welcomed by Server Manager at startup. Whether you are on Windows Server 2019 or any of the previous versions of Windows Server, the Server Manager is one of the most frequent appearances you would come across. However, there are several reasons you would not want to witness it popping up. So, how would you be able to disable the Server Manager on Windows Server? The tutorial should be helpful in your quest to look for the best options to do it.

What is Server Manager?

Source: https://cloudblogs.microsoft.com/windowsserver/2018/03/20/introducing-windows-server-2019-now-available-in-preview/

Server Manager is an essential element of the Windows Server environment. It has been one of the active components of any Windows Server edition that includes Windows Server 2012, 2016 or even 2019.

The Server Manager is a management console and aimed at helping IT professionals. This can be helpful enough in letting the IT administrators manage both the local and remote servers based on the Windows servers. The administrators will now need no access to physical access to the servers.

How to disable the Server Manager on Windows Server 2019?

There are several ways you can use to disable the Server Manager on your Windows Server 2019. Do note that the Server Manager pops up automatically on every version of Windows server and that includes the releases from 2012 to 2019. While this tutorial is based n Windows Server 2019 and planned for the Windows Server 2019 users, the tips here should be applicable on all the versions.

Disabling the Server Manager on a single device would be quite simple and more straightforward. However, if you are managing multiple servers with a bigger setup, the Group Policy Editor can be the perfect solution to assist you in addressing it.

 

In this article, we have tried to list out the various methods using which you can disable the server manager. Check out the different approaches one by one here.

Method 1 – Use Server Manager UI

The simplest and easiest method would be to opt for the settings within the Server Manager itself. It should be the best method you can choose for.

Here are the steps involved in addressing the concern –

  • Launch the Server Manager
  • Click on Manage
  • Next, click on Server Manager Properties.
  • Under the Server Manager Properties window that opens, locate the option for Do not start Server Manager automatically at logon
  • Check the box next to it.
  • Click on OK

That does it. You have successfully disabled the Server Manager pop up. Next time you log in to your Windows Server 2019, the Server Manager will not pop up automatically.

Method 2 – Use Group Policy Editor

The Group Policy Editor is one of the most powerful tools and can have devastating effects if you do not handle it properly. Ensure that you know what you are doing. Moreover, the Group Policy Editor is available only on Windows 10 Pro and Enterprise editions. If you are on Windows 10 Home, you will not be able to access the Group Policy Editor option.

Follow the steps here below –

  • Launch Windows Search and type in Group Policy editor. You can also launch the RUN dialog box by Windows + R key combination and typing in MSC
  • Follow the path here below –

Computer Configuration -> Administrative Templates -> System -> Server Manager

  • Locate the option Do Not Display Server Manager Automatically Logon.
  • Double click on an item.
  • Click on the option

This should do the task. You will not be disturbed with the Server manager pop up ever again.

Method 3 – Disable Server Manager from Task Scheduler

Server Manager can be disabled using the Task Manager as well with ease. Here are the steps involved in resolving the issues –

  • Launch the Task Manager
  • In the left hand, side pane follow the path here

Task Scheduler Library -> Microsoft -> Windows -> Server Manager

  • Right-click on the Server Manager
  • From the context menu, choose the option

Method 4 – Use the Windows PowerShell

Windows PowerShell is yet another excellent option that can be useful enough in addressing most of the issues you may be facing concerning the Windows Server 2019.

Here is how you should be able to disable the Server Manager on Windows Server 2019 –

  • Launch Windows PowerShell. You can do so by using Windows key and X keys. You may also search for Windows PowerShell through Windows Search.
  • Enter the command below
Get-ScheduledTask -TaskName ServerManager | Disable-ScheduledTask -Verbose

That does the trick. Your Windows Server manager will be disabled. Next time you launch your Windows Server 2019, the server manager will not pop up unless you explicitly start it.

Another excellent option that should be helpful enough would include the following steps. This makes use of a different set of commands –

  • Launch Windows PowerShell. Follow the tips that have been discussed above
  • Enter the following command
Invoke-Command -ComputerName Exchange-2019 -ScriptBlock { New-ItemProperty -Path HKCU:SoftwareMicrosoftServerManager -Name DoNotOpenServerManagerAtLogon -PropertyType DWORD -Value "0x1" –Force}

That should do it. This command will create a registry entry and disable the pop up of Server Manager. The method has been tested on Windows Server 2012, 2016, and 2019 and is working efficiently.

The Concluding Thoughts

Those were a few simple and more straightforward options that you can use to disable the Server Manager on your Windows Server 2019. The Group Policy Editor method should be one of the best choices you would want to go with. It can indeed be the perfect option that can be helpful enough in addressing the concern adequately.

We recommend using the group policy editor that can be one of the best options you can work with. It is especially true when you are managing multiple servers under Windows Server 2019 and want to disable the Server Manager on all of them simultaneously. Disabling it on individual servers can be a quite disturbing and inefficient option.

The steps and tutorial featured here above should help address the issue of automatic pop up of Server Manager. Check out the levels and share your thoughts with us.

More on Windows Server

Disclaimer: The Questions and Answers provided on https://www.gigxp.com are for general information purposes only. We make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose.

What's your reaction?

Excited
0
Happy
0
In Love
0
Not Sure
0
Silly
0

You may also like

Comments are closed.

More in:Windows