How do you stop Server Manager from loading up at start-up on Windows Server 2012


For quite a few of our servers, we would rather not have the server manager boot up every time we login. The quick and easy way to stop it from appearing when you log in is to go into Server Manager, click on the Manage menu item, then go to Server Manager Properties. Once there, simply tick on Do not start Server Manager automatically at logon. That will prevent it from starting up every time.

 


5 responses to “How do you stop Server Manager from loading up at start-up on Windows Server 2012”

  1. ryan Avatar
    ryan

    Is there anyway to perform this task using powershell?

    1. John Avatar
      John

      Hi Ryan. Unfortunately as far as I am aware there isn’t a quick and easy way via powershell. If I do find a way, will post it up.
      Cheers.

  2. Binh Tang Avatar
    Binh Tang

    Thanks for this. I tried it but Server Manager still starts up. What I found worked for me was to disable it from Task Scheduler as mentioned in this post here: http://thisishelpful.com/disable-server-manager-starting-windows-server-2012.html

  3. Rune Mariboe Avatar

    Based on ThisIsHelpful.com’s quick fix:
    Disable-ScheduledTask -TaskPath ‘\Microsoft\Windows\Server Manager\’ -TaskName ‘ServerManager’

Leave a Reply

More Posts

Fixing KDC Authentication Problems when upgrading your domain and forest functional level from 2003 to 2008 R2

We recently upgraded our Domain and Forest Functional Level from 2003 to 2008 R2, after a day or so I started having problems connecting to a number of 2008 R2 Hyper-V Virtual Machines. When attempting to connect I would receive the following error: An Authentication Error Has Occurred. The Encryption Type Requested Is not supported […]

Changing the recovery mode doesn’t shrink an SQL Database log file, how to shrink logs manually.

So I found out recently that one of our servers was running out of space.  It’s our AV server so I was like what the hell, why is it running out.  Turns out it had an instance of SQL Server on there as a quarantine and configuration database.  The Virtual Machine was being backed up […]