Automation using Group Policy – Quality of Life GPO

Quality of Life GPOs. Finally. My favorite settings. In our previous articles, we established the Group Policies Foundation and discussed the Background of Automation. We also implemented some important GPOs. Now, we focus on fixing the “annoyances.”

Introduction

This article covers the essential “Quality of Life” (QoL) GPOs that I deploy to every new machine to make it respectful of my time.

If you haven’t used Group Policy Objects (GPOs) that much, please start reading my initial blog posts “Group Policies and Group Policies Preferences” and “Automation using Group Policy – Background” to understand the foundation.

Why “Quality of Life GPO” matters in a Lab

In a production environment, we want friction. We want a admin to pause and think, “Why am I rebooting this domain controller?” or “Should I really be logging into the console?”

In a homelab, friction is the enemy of learning. If I am testing a new cluster configuration and need to reboot a node 10 times in an hour, I do not want to type a justification 10 times. These GPOs are about removing friction so you can focus on the development and architecture.

Important: These settings are recommended for Labs and dev environments. Think twice before applying the “Ctrl+Alt+Del” removal to your production Domain Controllers as it will cause issues during the next audit and will be a finding (no matter what we think about this setting).

Create the Quality of Life GPO

We will create the GPO using our naming convention from the “Automation using Group Policy – Background“.

LAB-Computer-Settings-QualityOfLife-Server
LAB Computer Settings QualityOfLife Server - Quality of Life GPO
Create Quality of Life GPO “LAB-Computer-Settings-QualityOfLife-Server”

Disable Server Manager

The Server Manager was a great tool in 2012. In 2025, with Windows Admin Center and Azure Arc, it is mostly a legacy window that pops up exactly when you are trying to do something else. Let’s suppress it.

  • GPO Path: Computer Configuration > Policies > Administrative Templates > System > Server Manager
  • Setting: Do not display Server Manager automatically at logon
  • Value: Enabled

Once applied, the server boots straight to the desktop. If you need it, it’s still in the Start Menu.

QoL GPO Disable Server Manager - Quality of Life GPO
QoL GPO Disable Server Manager

Suppress “Shutdown Event Tracker”

In a lab, we break things. We reboot often. The “Shutdown Event Tracker” asks you to categorize every restart. While this creates a great audit trail in production, in a lab it just adds two extra clicks to every action.

  • GPO Path: Computer Configuration > Policies > Administrative Templates > System
  • Setting: Display Shutdown Event Tracker
  • Value: Disabled

Now, when you hit restart, it just restarts. Simple.

QoL GPO Supress Shutdown Event Tracker - Quality of Life GPO
QoL GPO Supress Shutdown Event Tracker

Remove “Ctrl+Alt+Del” Requirement

If you are working via a Hyper-V console or a remote web console (like in Proxmox or Azure Stack HCI), sending the “Secure Attention Sequence” (Ctrl+Alt+Del) can be a hassle involving special menu buttons.

  • GPO Path: Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > Security Options
  • Setting: Interactive logon: Do not require CTRL+ALT+DEL
  • Value: Enabled

Important: This policy is often reverted if you apply the “Microsoft Security Baseline” via OSConfig. Ensure your QoL GPO takes precedence or is applied after the baseline. This is especially true if you followed my guide on OSConfig “Windows Server 2025 – Microsoft.OSConfig” for your homelab.

For the Security Audits this might be a requirement to “tick a box”, but from a technology standpoint it is a dated setting that no longer increases your security footprint in an adaptive clould world.

QoL GPO Remove CTRL+Alt+Del - Quality of Life GPO
QoL GPO Remove CTRL+Alt+Del

Enable RDP & Require NLA (Quick Config)

Instead of manually clicking through sysdm.cpl on every new VM to enable Remote Desktop, we can do it globally. We also want to ensure Network Level Authentication (NLA) is enforced for security, even in a lab.

This requires two settings:

Enable RDP:

  • GPO Path: Computer Configuration > Policies > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
  • Setting: Allow users to connect remotely by using Remote Desktop Services
  • Value: Enabled

Enforce NLA (Security):

  • GPO Path: Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Security
  • Setting: Require user authentication for remote connections by using Network Level Authentication
  • Value: Disabled

Important: Don’t forget to open the Firewall! You can do this via a GPO as well under Windows Settings > Security Settings > Windows Firewall with Advanced Security. If you need help with that, please check the guide to GPO and firewall on the Ping Example “Automation using Group Policy – Allow Ping on Windows Server 2025

QoL GPO Enable and Simplify RDS
QoL GPO Enable and Simplify RDS

Conclusion on Quality of Life GPO

These four simple changes transform a “nagging” fresh install into a “easier-to-develop” with server. This is the essence of Automation using Group Policy: do the work once, and enjoy the result on every deployment forever.

In the next article in this series, we will look at more advanced customizations, including deploying software automatically using Winget and GPOs. If you haven’t looked into Winget yet, please check my guide on “Easily manage Applications with WinGet v1.x

You want some specific GPOs or Quality of Life settings? Always looking for inspiration!

If you have any questions please don’t hesitate to reach out to me on LinkedIn, Bluesky or check my newly created Adaptive Cloud community on Reddit.

LinkedIn: https://www.linkedin.com/in/andreas-hartig/
Bluesky: https://bsky.app/profile/hartiga.de
Adaptive Cloud community on Reddit: https://www.reddit.com/r/AdaptiveCloud/

Avatar for Andreas Hartig
Andreas Hartig - MVP - Cloud and Datacenter Management, Microsoft Azure

Related Posts

the IT Operations dragon looking at multiple screens with Group Policies on them and the GPO Policy Analyzer checking them all

How to use the GPO Policy Analyzer

Managing Group Policy Objects across a complex Active Directory environment has always been a challenge. Administrators often inherit hundreds of GPOs with overlapping configurations, stale settings, and hidden conflicts. Finding…

Read more
WAU Happy Dragons crazy about 110 percent security

Schedule Winget Auto Updates for operational usage

Deploying Winget Auto Updates (WAU) gives you a functional update baseline, for full functionality we need to configure more to get ready for production. If servers query the Winget repository…

Read more
WAU Happy Dragons about improved security

Centralized Software Patch Management: Deploying Winget Auto Updates (WAU) via Active Directory GPO

Deploying Winget Auto Updates for Software Patch Management for managing third-party software updates across an IT infrastructure typically requires expensive enterprise solutions. This article provides a technical guide on how…

Read more
Stay Hydrated Drink enoughv2

GPO Central Store – Help! My PolicyDefinitions Folder is missing

Your PolicyDefinitions Folder is missing? The GPO Central Store is key for Managing Group Policy Objects (GPOs) across multiple domain controllers can introduce configuration drift if administrative templates are not…

Read more
A single control plane for LAPS using AzureArc

Legacy LAPS vs. Windows LAPS vs. LAPS for Azure Arc

LAPS for Azure Arc is the new shining star, after for years, IT teams relied on the classic, legacy Microsoft LAPS tool. Microsoft then integrated Windows LAPS directly into the…

Read more
Dragons looking at AccountLockout Tool

AD Account Lockout (Free Tool)

The AD Account Lockout tool is free and very valuable in troubleshooting account lockouts in Active Directory. This is a task as old as the directory service itself. Even in…

Read more