How to Stop Server Manager from Starting Automatically in Windows Server 2012
· 2 min read
By default, Server Manager launches automatically every time you log into Windows Server 2012 (and later versions, including 2012 R2). While Server Manager is useful for initial configuration, having it open on every login can be annoying on servers you manage frequently.
How to disable Server Manager auto-start
- Open Server Manager (if it is not already open).
- Click Manage in the top-right corner of the toolbar.
- Click Server Manager Properties.
- Tick the checkbox "Do not start Server Manager automatically at logon".
- Click Ok.
The next time you log in, Server Manager will no longer appear automatically. You can still launch it manually from the taskbar, Start menu, or by running servermanager.exe.
Alternative method using Group Policy
If you need to disable Server Manager auto-start across multiple servers in a domain, you can use Group Policy:
- Open the Group Policy Management Console.
- Create or edit a GPO linked to the OU containing your servers.
- Navigate to Computer Configuration > Policies > Administrative Templates > System > Server Manager.
- Set "Do not display Server Manager automatically at logon" to Enabled.
This applies the setting to all servers affected by the GPO, saving you from configuring each one individually.
