Minor update

This commit is contained in:
Vinay Pamnani (from Dev Box) 2024-10-23 16:20:55 -06:00
parent 78a8b00b0d
commit 470aff9146

View File

@ -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`