How to Enable or Disable Sharing Host Folders with Windows Sandbox in Windows 11
Windows Sandbox (a temporary, isolated desktop environment) lets you run untrusted apps safely on Windows 11 build 27686.1000 and later without risking your main system.
Sharing host folders with the sandbox lets you open files from your main PC while keeping strict control over what the environment can see and touch on your hard drive.
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\
Turn on or off the Share folder with Sandbox feature on Windows
Windows Sandbox folder sharing can be turned on or off using the Local Group Policy Editor by changing a specific policy setting. This lets you control whether files from your main computer can be shared with the isolated sandbox environment, keeping your system secure while testing files.
To configure folder sharing, open the Local Group Policy Editor (gpedit.msc) by pressing Win+R, typing gpedit.msc, and pressing Enter.
First, open the Local Group Policy Editor (gpedit.msc). Searching for “Edit group policy” on the Start menu works too.
Then, navigate the following path:
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” setting.

On the “Allow mapping folders into Windows Sandbox” window, set the option to Not Configured, Enabled, 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 after selecting the relevant options underneath.

Click OK to save changes. Rebooting your device applies the new configuration.
Enable or disable the Sandbox folder-sharing feature using the Windows Registry Editor
Windows Sandbox folder sharing can also be enabled or disabled through the Registry Editor by modifying specific DWORD values. This alternative method lets you turn mapped folder access on or off directly in the system registry if you are using a version of Windows that does not have the group policy editor.
First, open the Windows Registry editor (regedit.exe) and navigate to the following folder key path.
ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSandbox
Next, double-click the two REG_DWORD values in the right pane.
AllowMappedFolders
AllowWriteToMappedFolders
Entering a value of 0 for both disables the Sandbox folder-sharing feature in Windows.
Right-clicking a blank area to create a new DWORD (32-bit) registry item for each works if the two items remain hidden.
Then, entering a value of 0 for both disables folder sharing.

Deleting both items created above restores the default behavior and allows Sandbox folder sharing with the host.
AllowMappedFolders
AllowWriteToMappedFolders
Save changes and restart your computer to apply them.

Managing folder sharing in Windows Sandbox ultimately comes down to adjusting group policies or tweaking the registry.
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?
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.
[…] new feature that lets you share folders on the host computer with a sandbox environment was added. You can turn off using this feature in Windows, […]