

I don't like it every time that login in Server to start the Server Manager. Maybe some IT Pro prefer to open automatic the Server Manager when login but when use Remote Desktop Server it's not the best option to open Server Manager when a user Login. Today i prefer to write a How To Article whch epxplain how can disable Server Manager to start when Login in Servers administrators or other users as Remote Desktop Users. Or you can use the command prompt cmd window and run the command below: schtasks.This is my first artile for 2017 and will not be related with any of the Categories that use to write like MDT,Virtualization or Powershell. You can run the following PowerShell command on any Windows Server: Get-ScheduledTask -TaskName ServerManager | Disable-ScheduledTask -Verbose Disable Server Manager Using PowerShell

If you are not using Active Directory in your environment and you want to automate this behavior for all users… What you can do is use PowerShell!Īnd what is surprising is that Server Manager is a scheduled task under Task Scheduler. Disable Server Manager at Startup Using PowerShell This includes detailed settings that were applied with a precedence of 1. The server manager shouldn’t be launching at startup.Īnother way to test if the policy has been applied is by checking the Resultant Set of Policy (RSoP) set of policies on the server by running the gpresult/v cmdlet, which will display verbose policy information. Once the policy is applied, you can test by logging in to a server. Disable Server Manager Using Group Policy To disable Server Manager for all servers and all users, you can leverage Group Policy under:Ĭomputer Configuration | Administrative Templates | System | Server Managerĭouble-click on: Do not display Server Manager automatically at logon, and set it to Enabled and click OK.

What if you want to automate this process and disable Server Manager at startup for all users? Disable Server Manager at Startup Using Group Policy > Check how to deploy Windows Admin Center in High Availability mode. The admins don’t require either physical access to servers or an RDP connection.ĭid you move from managing your servers from Server Manager to Windows Admin Center? Windows Admin Center is a freely available management tool for anyone to use and makes managing a set of servers with or without GUI remotely, very easy, especially for “day-to-day activities”. Server Manager in Windows Server is a management console that helps many IT professionals to manage both local and remote Windows-based servers from their desktops. On the Server Manager Properties window as shown in the figure below, check the box “ Do not start Server Manager automatically at logon“, and then click OK. The easiest way to disable Server Manager is from the server manager dashboard itself.įrom the Server Manager console, click Manage and click Server Manager Properties.
