700 words
4 minutes

Disable Server Manager Autostart in Windows Server 2012 R2

Cover image for Disable Server Manager Autostart in Windows Server 2012 R2

This article is for those looking for a detailed and clear guide on how to disable Server Manager autostart in Windows Server 2012 R2.

NOTE

To learn how to disable Server Manager autostart in Windows Server 2019, read: Disable Server Manager Autostart in Windows Server 2019.

We go into the system under an account with administrator rights.

Open Server Manager, click on the “Manage” button in the upper right corner of the screen and select “Server Manager Properties”.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 1

Check the box “Do not start Server Manager automatically at logon” and click on the “OK” button.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 2

Server Manager will no longer start automatically.

You can also disable the automatic start of “Server Manager” through the task scheduler. To do this, you must disable the task that is responsible for the automatic start of “Server Manager”.

In Server Manager, click on the “Tools” button in the upper right corner of the screen and select “Task Scheduler”.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 3

In the “Task Scheduler Library” go to the “Microsoft” section, then to “Windows”, and in the “Server Manager” subsection, select the “Server Manager” task.

In the “Actions” menu, click on the “Disable” button.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 4

Server Manager will no longer start automatically.

In addition, you can disable the task that is responsible for automatically starting Server Manager using the command line.

Click “Start”, point to “cmd” in the search bar, then right-click on “Command Prompt” and select “Run as administrator”.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 5

Disable Server Manager autostart using the command:

Terminal window
schtasks /Change /TN "Microsoft\Windows\Server Manager\ServerManager" /Disable

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 6

Server Manager will no longer start automatically.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 7

You can also disable the task that is responsible for automatically starting Server Manager using Windows PowerShell.

On the “Taskbar”, right-click on “Windows PowerShell” and select “Run as administrator”.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 8

Disable Server Manager autostart using the command:

Terminal window
Get-ScheduledTask -TaskName ServerManager | Disable-ScheduledTask

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 9

Server Manager will no longer start automatically.

Disable Server Manager Autostart in Windows Server 2012 R2 - Step 10


Patreon Exclusives#

🏆 Join my Patreon and dive deep into the world of Docker and DevOps with exclusive content tailored for IT enthusiasts and professionals. As your experienced guide, I offer a range of membership tiers designed to suit everyone from newbies to IT experts.


Tools I Personally Trust#

If you’re building things, breaking things, and trying to keep your digital life a little saner (like every good DevOps engineer), these are two tools that I trust and use daily:

🛸 Proton VPN - My shield on the internet. It keeps your Wi-Fi secure, hides your IP, and blocks those creepy trackers. Even if I’m hacking away on free café Wi-Fi, I know I’m safe.

🔑 Proton Pass - My password vault. Proper on-device encryption, 2FA codes, logins, secrets - all mine and only mine. No compromises.

These are partner links - you won’t pay a cent more, but you’ll be supporting DevOps Compass. Thanks a ton - it helps me keep this compass pointing the right way 💜


Gear & Books I Trust#

📕 Essential DevOps books
🖥️ Studio streaming & recording kit
📡 Streaming starter kit


Social Channels#

🎬 YouTube
🐦 X (Twitter)
🎨 Instagram
🐘 Mastodon
🧵 Threads
🎸 Facebook
🦋 Bluesky
🎥 TikTok
💻 LinkedIn
📣 daily.dev Squad
✈️ Telegram
🐈 GitHub


Community of IT Experts#

👾 Discord


Refill My Coffee Supplies#

💖 PayPal
🏆 Patreon
🥤 BuyMeaCoffee
🍪 Ko-fi
💎 GitHub
Telegram Boost

🌟 Bitcoin (BTC): bc1q2fq0k2lvdythdrj4ep20metjwnjuf7wccpckxc
🔹 Ethereum (ETH): 0x76C936F9366Fad39769CA5285b0Af1d975adacB8
🪙 Binance Coin (BNB): bnb1xnn6gg63lr2dgufngfr0lkq39kz8qltjt2v2g6
💠 Litecoin (LTC): LMGrhx8Jsx73h1pWY9FE8GB46nBytjvz8g


Is this content AI-generated?

No. Every article on this blog is written by me personally, drawing on decades of hands-on IT experience and a genuine passion for technology.

I use AI tools exclusively to help polish grammar and ensure my technical guidance is as clear as possible. However, the core ideas, strategic insights, and step-by-step solutions are entirely my own, born from real-world work.

Because of this human-and-AI partnership, some detection tools might flag this content. You can be confident, though, that the expertise is authentic. My goal is to share road-tested knowledge you can trust.

Disable Server Manager Autostart in Windows Server 2012 R2
https://www.heyvaldemar.com/disable-server-manager-autostart-in-windows-server-2012-r2/
Author
Vladimir Mikhalev
Published at
2015-10-23
License
CC BY-NC-SA 4.0