mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
Minor update
This commit is contained in:
parent
78a8b00b0d
commit
470aff9146
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user