diff --git a/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-faq.yml b/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-faq.yml index 1cb0a58a9f..015bb5dd5d 100644 --- a/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-faq.yml +++ b/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-faq.yml @@ -14,6 +14,7 @@ sections: - name: Concepts questions: + - question: Who can use WSB? answer: | WSB can be used in various scenarios by anyone without any technical skills. Here are some ways in which you can use WSB: @@ -40,6 +41,14 @@ sections: - **Windows Sandbox**: Simple to use—just open it, test your software, and close it. No complex setup or management. - **Hyper-V VMs**: Require more configuration, including setting up virtual switches, network adapters, and managing VM snapshots. + - question: What applications aren't supported inside a Windows Sandbox? + answer: | + Inbox apps (for example, Store, Notepad) and Optional features turned on via 'Turn Windows Features On or Off' are not supported. + While Store apps can be installed, you can't download them directly from the Store since the Store app isn't available in the Sandbox. However, if you have an `.appx` package, you can still install those apps. + + - name: Usage + questions: + - question: Why can I not change certain settings using a config file? answer: | You can't make changes to properties if they're controlled by Group Policy. Contact your IT Administrator for more details. @@ -65,11 +74,6 @@ sections: answer: | Windows Sandbox only allows you to use the same build as your host OS. This allows us to keep Windows Sandbox 'lightweight'. - - question: What applications aren't supported inside a Windows Sandbox? - answer: | - Inbox apps (for example, Store, Notepad) and Optional features turned on via 'Turn Windows Features On or Off' are not supported. - While Store apps can be installed, you can't download them directly from the Store since the Store app isn't available in the Sandbox. However, if you have an `.appx` package, you can still install those apps. - - question: How do I uninstall Windows Sandbox? answer: | Run the following PowerShell cmdlet to uninstall the app: `Get-AppxPackage -name WindowsSandbox | Remove-AppxPackage`