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

Allowing DirectAccess to other internal Subnets or VLANs in your Network

If you’ve got DirectAccess running in your environment for remote access you’ll know how great and seamless it is for your end users. For businesses with large segmented internal networks we need to make sure that your external users can access all of the internal resources they need. For this to happen we need to […]

CrowdStrike Next-Gen SIEM and FortiGate Connector

So I’m working on getting all of our external systems connected into the CrowdStrike Next-Gen SIEM as part of our internal Falcon Complete tenancy. Following the documentation in the CrowdStrike portal, getting and installing the Log Collector and setting up the connector were a pretty straightforward affair. I’ve got a Windows VM setup as a […]

Configuring SharePoint 2007 to accept blocked file types

One of my clients using SharePoint 2007 were uploading some files to their site recently and got the following error: The following file(s) have been blocked by the administrator By going through Central Administration, I was able to unblock the file and allow them to upload the particular file to the library they were wanting […]