Skip to content
Follow
Windows

How to Enable or Disable Sharing Host Folders with Windows Sandbox in Windows 11

Richard
Written by
Richard
Aug 22, 2024 Updated Jul 12, 2026 3 min read
Copilot featured image
Copilot featured image

This article explains how to enable or disable the Windows Sandbox host-sharing feature in Windows 11.

Windows Sandbox is a feature that provides a lightweight and isolated environment in which to run untrusted applications. It allows users to test software and browse websites in a secure “sandboxed” space, ensuring that potential threats do not affect the underlying operating system.

A sandbox environment is temporary. All the software, files, and the state are deleted when closed. A new sandbox environment instance is created every time you open the app.

With Windows 11 build 27686.1000, Microsoft added new runtime clipboard redirection, audio/video input control, sharing folders with the host at runtime, and more.

The steps below show you how to enable or disable the sandbox host-sharing feature in Windows 11.

⚡ Quick Answer

To enable or disable sharing folders with Windows Sandbox, use either the Group Policy Editor or Registry Editor. In Group Policy, navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Windows Sandbox and adjust “Allow mapping folders into Windows Sandbox.” In the Registry, go to 🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Sandbox and modify AllowMappedFolders and AllowWriteToMappedFolders.

Turn on or off the Share folder with Sandbox feature on Windows

As mentioned, users can share folders with the Windows sandbox environment using the improved client.

Here’s how to enable or disable this feature.

First, open the Local Group Policy Editor (gpedit.msc). (Search for “Edit group policy”) on the Start menu.

Then, navigate the folders below:

💻Code
Computer Configuration -> Administrative Templates -> Windows Components -> Windows Sandbox

In the Group Policy details pane on the right, locate and double-click the “Allow mapping folders into Windows Sandbox” settings.

Windows Sandbox allow folder mapping
Windows Sandbox allow folder mapping

On the “Allow mapping folders into Windows Sandbox” window, set the option to Not ConfigureEnabled, or Disabled.

  • Not Configured (default)
  • Enabled  – Mapping folders from the host into Sandbox will be permitted.
  • Disabled – Mapping folders from the host into Sandbox will not be permitted.

Sandbox can also write to a mapped folder if you select the settings under Options.

Windows Sandbox allow folder mapping options
Windows Sandbox allow folder mapping options

Click OK to save your changes. You have to reboot your device to apply the settings.

Enable or disable the Sandbox folder-sharing feature using the Windows Registry Editor

Yet another way to enable or disable the Sandbox sharing feature is to use the Windows Registry editor.

First, open the Windows Registry and navigate to the folder key path below.

💻Code
ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSandbox

Next, double-click these two (REG_DWORD) names on the Sandbox key’s right pane to open it.

💻Code
AllowMappedFolders
AllowWriteToMappedFolders

Then, enter a value 0 for both to disable the Sandbox folder-sharing feature in Windows.

If you do not see the two items, right-click a blank area and create a new DWORD (32-bit) registry item for both.

Then, enter a value 0 for both to disable the folder-sharing feature.

Windows Sandbox allow folder mapping registry
Windows Sandbox allow folder mapping registry

Delete both items created above to restore the default behavior and allow Sandbox folder sharing with the host.

💻Code
AllowMappedFolders
AllowWriteToMappedFolders

Save your changes and restart your computer.

Windows 11 Sandbox features
Windows 11 Sandbox features

That should do it!

Conclusion:

  • Enabling or disabling the Windows Sandbox host-sharing feature in Windows 11 requires modifying group policy settings through the Local Group Policy Editor or registry settings via the Windows Registry Editor.
  • Users can choose to allow or disallow mapping folders into Windows Sandbox, as well as the ability for Sandbox to write to a mapped folder, providing control over the extent of folder-sharing functionality.
  • It is important to reboot the device after making changes in the group policy settings for them to take effect, while modifications in the registry settings also necessitate a computer restart.
  • These methods allow users to manage shared folders’ security and access control within the Windows Sandbox environment, contributing to a more secure and customized user experience.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Share Host Folders with Windows Sandbox in Windows 11
Windows How to Share Host Folders with Windows Sandbox in Windows 11
How to Reset Local Group Policy in Windows 11
Windows How to Reset Local Group Policy in Windows 11
How to Turn On Windows Sandbox in Windows 11
Windows How to Turn On Windows Sandbox in Windows 11
How to Enable Networking in Windows 11 Sandbox
Windows How to Enable Networking in Windows 11 Sandbox

1 Comment

Leave a Comment

Your email address will not be published. Required fields are marked *