Update Windows Sandbox TOC to include sample configuration files

This commit is contained in:
Vinay Pamnani (from Dev Box)
2024-09-10 14:26:02 -06:00
parent a721cb1af0
commit a70c340e04
2 changed files with 12 additions and 4 deletions

View File

@ -12,10 +12,8 @@ items:
href: windows-sandbox-install.md
- name: Use & configure Windows Sandbox
href: windows-sandbox-configure-using-wsb-file.md
- name: Tutorials
items:
- name: Sample configuration files
href: windows-sandbox-sample-configuration.md
- name: Sample configuration files
href: windows-sandbox-sample-configuration.md
- name: WindowsSandbox Policy CSP
href: /windows/client-management/mdm/policy-csp-windowssandbox
- name: Frequently asked questions

View File

@ -7,3 +7,13 @@ ms.date: 09/09/2024
# Troubleshoot Windows Sandbox
This article lists some common issues with Windows Sandbox and possible solutions. To submit feedback about Windows Sandbox, see [Where can I provide feedback?](windows-sandbox-faq.yml#feedback)
| Error | Possible Solution |
|--|--|
| `WININET_E_NAME_NOT_RESOLVED` <br>`WU_E_PT_ENDPOINT_UNREACHABLE` | Upgrade to Windows Sandbox app fails because user isn't connected to internet or network adapter is connected but no internet connection. Check your internet connection. |
| `ERROR_FILE_NOT_FOUND` | `.wsb` config file provided by the user doesn't exist. Make sure that the path to the `.wsb` file is correct. |
| `E_INVALIDARG` | The `.wsb` file provided by the user is invalid or has errors. Check the `.wsb` file. |
| `REGDB_E_IIDNOTREG` | Verify if Windows Sandbox component is enabled under 'Turn Windows features on or off'. For more information, see [Install Windows Sandbox](windows-sandbox-install.md) |
| `The following settings are enforced by your IT administrator.` | `.wsb` file has a setting enabled that is controlled via group policy. |
| General failure during installation. | Possible causes: <br><br>- Installing Windows Sandbox is disabled via group policy. Check with your IT Admin. <br>- Timeout error where we can't reach the Microsoft Store. Try again later. |