Skip to content
Follow
Windows

How to Enable Audio and Video in Windows 11 Sandbox

Richard
Written by
Richard
Nov 11, 2022 Updated Jul 14, 2026 3 min read
How to Reset Your Microsoft Account Password
How to Reset Your Microsoft Account Password

Windows 11 Sandbox enables audio and video access by creating a custom configuration file that tells Sandbox to use your PC’s microphone and camera.

Windows Sandbox is a special isolated desktop that lets you run apps safely without changing your main Windows system. It’s like a temporary scratchpad for your computer that resets every time you close it.

Normally, Sandbox doesn’t let apps inside use your PC’s microphone or camera. If you need to test apps that use sound or video, you must give them permission through a special file.

This involves adding code to a `.wsb` file, which then allows your host PC’s audio and video devices to work inside the Sandbox.

⚡ Quick Answer

Enable audio and video input for Windows 11 Sandbox by editing its configuration file. Add specific lines to a .wsb file to allow your host’s microphone and camera access within the Sandbox environment.

How to turn on or off audio and video input between host and Sandbox in 🪟 Windows 11

You can turn Windows 11 Sandbox audio and video input on or off to use your microphone or camera inside the sandbox environment. This lets you decide if the sandbox can access your computer’s camera and microphone.

Here’s how to enable or disable these features in Windows 11.

First, open the Local Group Policy Editor. Click the Start Menu and search for Edit group policy, as shown below.

Under Best match, select Edit group policy to launch the Local Group Policy Editor.

windows 11 edit group policy
windows 11 edit group policy

In the left pane of the Local Group Policy Editor, expand the tree:

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

Then, in the Windows Sandbox details pane on the right, double-click the settings named "Allow audio input Windows Sandbox" and "Allow video input in Windows Sandbox."

windows 11 allow video and audio input sandbox
Windows 11 allows video and audio input sandbox.

In the 'Allow audio input in Windows Sandbox' and 'Allow video input in Windows Sandbox' windows, choose 'Not Configured,' 'Enabled,' or 'Disabled.'

  • Not Configured (default)
  • Enabled  - Windows Sandbox will receive audio and video input from the user on the host.
  • Disabled - Windows Sandbox will not be able to receive audio and video input from the host.
windows 11 allow video and audio input sandbox options window
Windows 11 allows video and audio input sandbox options window

Enable or disable audio and video input with Sandbox via Windows Registry

Alternatively, if you can't use the Group Policy Editor, you can change Windows 11 Sandbox audio and video input settings using the Windows Registry. You'll need to navigate to a specific folder key and modify a setting there.

Open the Windows Registry and navigate to the folder key path listed below.

🗝️Registry
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Sandbox
windows 11 enable disable printer sharing with sandbox registry
Windows 11 enables disabling printer sharing with thsandboxedox registry

If you don't see the Sandbox folder key, right-click the Windows key, then create a new subfolder key named Sandbox.

Right-click in the Sandbox folder's right pane and select 'New' then 'DWORD (32-bit) Value.' Then, type a new key name: AllowAudioInput and AllowVideoInput.

Double-click the new keys and enter the Value data as 1 to enable audio and video between your host system and the sandbox environment.

💡Tip
Setting the value to 0, or deleting the key entirely, will disable audio and video input between your host system and the sandbox.
windows 11 allow audio and video input windows registry
Windows 11 allow audio and video input windows registry

That should do it!

Reference:

Microsoft.com

Conclusion:

  • Enabling audio and video input from the host to the sandbox environment in Windows 11 allows for a more versatile and comprehensive user experience within the isolated environment.
  • The process involves utilizing the Local Group Policy Editor or the Windows Registry to configure the settings based on specific requirements.
  • Following the outlined steps, users can seamlessly activate or deactivate audio and video input between the host and the Windows Sandbox in Windows 11, thus enhancing their sandbox experience.

How safe is 🪟 Windows 11 sandbox?

Pristine: Every time Windows Sandbox runs, it's as clean as a brand-new installation of Windows. Secure: Uses hardware-based virtualization for kernel isolation. It relies on the Microsoft hypervisor to run a separate kernel that isolates Windows Sandbox from the host.

```

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 Enable or Disable Sharing Host Folders with Windows Sandbox in Windows 11
Windows How to Enable or Disable Sharing Host Folders with Windows Sandbox in Windows 11
How to Reset Local Security Policy Settings to Default in Windows 11
Windows How to Reset Local Security Policy Settings to Default in Windows 11
How to Open and Edit Windows 11 Registry
Windows How to Open and Edit Windows 11 Registry
How to Enable Networking in Windows 11 Sandbox
Windows How to Enable Networking in Windows 11 Sandbox

No comments yet — be the first to share your thoughts!

Leave a Comment

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