691 words
3 minutes

Disable Server Manager Autostart in Windows Server 2019

Cover image for Disable Server Manager Autostart in Windows Server 2019

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

NOTE

For instructions on disabling Server Manager autostart in Windows Server 2012 R2, see: Disable Server Manager Autostart in Windows Server 2012 R2.

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 2019 - 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 2019 - 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 2019 - 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 2019 - 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.

Press “Start”, specify “cmd” in the search bar, and select “Command Prompt”.

Disable Server Manager Autostart in Windows Server 2019 - 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 2019 - Step 6

Server Manager will no longer start automatically.

Disable Server Manager Autostart in Windows Server 2019 - Step 7

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

On the keyboard, press the key combination “Win” and “x” and in the menu that opens, select “Windows PowerShell (Admin)”.

Disable Server Manager Autostart in Windows Server 2019 - Step 8

Disable Server Manager autostart using the command:

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

Disable Server Manager Autostart in Windows Server 2019 - Step 9

Server Manager will no longer start automatically.

Disable Server Manager Autostart in Windows Server 2019 - 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 2019
https://www.heyvaldemar.com/disable-server-manager-autostart-in-windows-server-2019/
Author
Vladimir Mikhalev
Published at
2021-03-28
License
CC BY-NC-SA 4.0