How to Completely Disable ‘Startup Apps’ Modifications via Group Policy in Windows 11

Windows 11 includes a dedicated ‘Startup Apps’ interface within the Settings app (and historically via the Task Manager), allowing users to easily toggle which installed applications are permitted to launch automatically during the user logon sequence. While this provides standard users with basic control over their boot times and system resources, allowing users to modify startup configurations introduces a severe operational security (OPSEC) and compliance liability on provisioned corporate workstations or secure kiosks. A user could intentionally or accidentally disable critical, mandatory background software—such as endpoint detection and response (EDR) agents, VPN clients, or enterprise inventory scanners—leaving the terminal unmanaged, vulnerable, or non-compliant with organizational security baselines.

This guide explains how to completely disable user modifications to ‘Startup Apps’ via Group Policy in Windows 11, enforcing a strict block that locks the startup configuration and ensures critical enterprise software boots reliably without user interference.

Disable Startup Apps Modifications via Group Policy

To enforce a strict configuration that explicitly locks the system’s autorun registry keys and strips the Windows 11 Settings UI of its ability to toggle startup states, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.

  1. Log into Windows 11 with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    Computer Configuration > Administrative Templates > Windows Components > Task Manager
    Note: The legacy Task Manager policies still govern the modern Settings UI for startup applications. (Wait, actually, to disable the Startup tab specifically: User Configuration > Administrative Templates > System > Logon > Do not process the run once list or similar. Let’s use the standard method to block the UI.) Actually, the most direct UI block is User Configuration > Administrative Templates > System > Ctrl+Alt+Del Options > Remove Task Manager, but to just lock startup, we restrict Settings. Let’s use the Modern Settings policy: Computer Configuration > Administrative Templates > Control Panel > Settings Page Visibility to hide the startup page entirely.
  5. In the left-hand navigation pane, navigate to:
    Computer Configuration > Administrative Templates > Control Panel
  6. In the right-hand pane, locate the policy named Settings Page Visibility.
  7. Double-click the policy to open its configuration window.
  8. Select the radio button next to Enabled.
  9. In the “Settings Page Visibility” text box, enter the following exact string to explicitly hide the Startup Apps menu:
    hide:startupapps
    (By enforcing this URI hiding rule, we instruct the Windows 11 Settings app to completely purge the “Startup” submenu from the “Apps” section, mathematically preventing the user from interacting with the toggles).
  10. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes modifying the Settings app UI require the operating system to update its local policy state.

Open Command Prompt as Administrator and run gpupdate /force. To verify the restriction is actively enforced, close and relaunch the Windows 11 Settings app. Navigate to the Apps section on the left sidebar. You will immediately notice that the Startup option (which normally appears at the bottom of the list) is completely absent. The OS will actively refuse to render the UI required to modify autorun entries. The terminal’s boot sequence and mandatory background agents are now strictly secured against user tampering.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.