How to Completely Disable ‘Task View’ (Virtual Desktops) via Group Policy in Windows 11

Task View is a prominent feature in Windows 11 that allows users to see all their open windows and, more importantly, create multiple virtual desktops. While virtual desktops are fantastic for power users organizing complex workflows, they can be a massive headache in restricted environments like call centers, school computer labs, or shared kiosks. Users might accidentally throw critical applications onto a secondary virtual desktop and believe the program has crashed or disappeared, generating unnecessary IT support tickets. For highly controlled endpoints, the ability to create virtual workspaces should be revoked entirely.

This guide explains how to completely disable the Task View feature (preventing the creation of virtual desktops) system-wide using the Group Policy Editor in Windows 11.

Disable Task View via Group Policy

To enforce a strict block that removes the Task View button from the taskbar and disables the Win+Tab keyboard shortcut, 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 > Edge UI
  5. In the right-hand pane, locate the policy named Allow Edge Swipe. (Note: In modern Windows builds, disabling this core UI gesture policy disables the Task View overlay invocation). Alternatively, to strictly hide the button, navigate to User Configuration > Administrative Templates > Start Menu and Taskbar and configure Hide the TaskView button to Enabled. For total lockdown, we will use the Taskbar policy.
  6. Navigate to:
    User Configuration > Administrative Templates > Start Menu and Taskbar
  7. Locate the policy named Hide the TaskView button.
  8. Double-click the policy to open its configuration window.
  9. Select the radio button next to Enabled.
  10. Click Apply, then click OK.

Verify the Workspace Lockdown

To enforce the change immediately across the system without requiring a reboot or logoff, open an elevated Command Prompt and execute gpupdate /force.

To verify the restriction is active, look at your Windows 11 taskbar. The dedicated Task View icon (overlapping squares) that usually sits next to the Search bar will be completely missing. Furthermore, if you right-click the taskbar and select “Taskbar settings”, the toggle switch to enable or disable the Task View button will be greyed out, displaying a message that the setting is managed by your organization. The workstation is now locked to a single, unified desktop experience, preventing user confusion.

Get the best tech tips delivered straight to your inbox.

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