How to Completely Disable the ‘Run’ Dialog (Win+R) via Group Policy in Windows 11

In Windows 11, the ‘Run’ dialogue box (invoked via Win+R or the Start Menu) is a powerful, low-level administrative tool that allows users to instantly execute scripts, launch executables, or open MMC snap-ins by simply typing their direct path. While essential for system administrators, granting access to the Run dialogue introduces a severe security liability on provisioned corporate kiosks, secure educational terminals, or heavily restricted data-entry workstations. Allowing an unauthorized user to invoke arbitrary commands bypasses standard GUI restrictions, potentially granting them the ability to launch elevated command prompts, open the registry editor, or execute external payloads.

This guide explains how to completely disable the ‘Run’ dialog (Win+R) via Group Policy in Windows 11, enforcing a strict block that prevents users from invoking the prompt and executing hidden binaries.

Disable the Run Dialog via Group Policy

To enforce a strict configuration that explicitly strips the operating system of its ability to spawn the Run prompt, we must deploy a user-level 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 (for the final time).
  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:
    User Configuration > Administrative Templates > Start Menu and Taskbar
  5. In the right-hand pane, locate the policy named Remove Run menu from Start Menu.
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Enabled. (By explicitly enabling this restriction, we instruct the Windows Explorer shell to instantly purge the Run command from the Start Menu interface and intercept/block the Win+R keyboard interrupt).
  8. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes modifying the Windows Explorer shell 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, press the Windows Key + R combination on the keyboard. Instead of the Run dialogue appearing, the operating system will immediately intercept the command and throw a fatal error dialog stating: “This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.” Furthermore, right-clicking the Start Menu button will reveal that the “Run” option has been completely stripped from the Power User (Win+X) menu. The terminal’s execution vector is now strictly secured.

Get the best tech tips delivered straight to your inbox.

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