Update Windows Sandbox TOC to include sample configuration files and fix broken link in troubleshoot.md

This commit is contained in:
Vinay Pamnani (from Dev Box) 2024-09-11 15:49:36 -06:00
parent e6e59d69b4
commit a0adc7e8ae
7 changed files with 31 additions and 24 deletions

View File

@ -5,6 +5,11 @@
"redirect_url": "/windows/security/hardware-security/kernel-dma-protection-for-thunderbolt", "redirect_url": "/windows/security/hardware-security/kernel-dma-protection-for-thunderbolt",
"redirect_document_id": false "redirect_document_id": false
}, },
{
"source_path": "windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview.md",
"redirect_url": "/windows/security/application-security/application-isolation/windows-sandbox/index.md",
"redirect_document_id": false
},
{ {
"source_path": "windows/security//threat-protection/device-guard/enable-virtualization-based-protection-of-code-integrity.md", "source_path": "windows/security//threat-protection/device-guard/enable-virtualization-based-protection-of-code-integrity.md",
"redirect_url": "/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity", "redirect_url": "/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity",

View File

@ -1,22 +1,24 @@
items: items:
- name: Overview - name: Windows Sandbox
expanded: true href: index.md
items: - name: Overview
- name: What is Windows Sandbox? expanded: true
href: windows-sandbox-overview.md items:
- name: Compare versions - name: Compare versions
href: windows-sandbox-versions.md href: windows-sandbox-versions.md
- name: Architecture - name: Architecture
href: windows-sandbox-architecture.md href: windows-sandbox-architecture.md
- name: Install Windows Sandbox - name: Install Windows Sandbox
href: windows-sandbox-install.md href: windows-sandbox-install.md
- name: Use & configure Windows Sandbox - name: Use & configure Windows Sandbox
href: windows-sandbox-configure-using-wsb-file.md href: windows-sandbox-configure-using-wsb-file.md
- name: Tutorials
items:
- name: Sample configuration files - name: Sample configuration files
href: windows-sandbox-sample-configuration.md href: windows-sandbox-sample-configuration.md
- name: WindowsSandbox Policy CSP 🔗 - name: WindowsSandbox Policy CSP 🔗
href: /windows/client-management/mdm/policy-csp-windowssandbox href: /windows/client-management/mdm/policy-csp-windowssandbox
- name: Frequently asked questions - name: Frequently asked questions
href: windows-sandbox-faq.yml href: windows-sandbox-faq.yml
- name: Troubleshooting - name: Troubleshooting
href: windows-sandbox-troubleshoot.md href: windows-sandbox-troubleshoot.md

View File

@ -7,7 +7,7 @@ ms.date: 09/09/2024
# Troubleshoot Windows Sandbox # 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##where-can-i-provide-feedback) 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#where-can-i-provide-feedback)
| Error | Possible Solution | | Error | Possible Solution |
|--|--| |--|--|

View File

@ -38,7 +38,7 @@ Once Windows Sandbox is closed, nothing persists on the device. All the software
:::image type="icon" source="images/learn-more.svg" border="false"::: **Learn more:** :::image type="icon" source="images/learn-more.svg" border="false"::: **Learn more:**
- [Windows Sandbox](/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview) - [Windows Sandbox](/windows/security/application-security/application-isolation/windows-sandbox)
- [Windows Sandbox is a new lightweight desktop environment tailored for safely - [Windows Sandbox is a new lightweight desktop environment tailored for safely
running applications in isolation](https://techcommunity.microsoft.com/t5/windows-os-platform-blog/windows-sandbox/ba-p/301849) running applications in isolation](https://techcommunity.microsoft.com/t5/windows-os-platform-blog/windows-sandbox/ba-p/301849)

View File

@ -25,4 +25,4 @@ ms.topic: include
| **[Microsoft Defender Application Guard (MDAG) for Microsoft Office](https://support.microsoft.com/office/application-guard-for-office-9e0fb9c2-ffad-43bf-8ba3-78f785fdba46)** | Application Guard protects Office files including Word, PowerPoint, and Excel. Application icons have a small shield if Application Guard has been enabled and they are under protection. | | **[Microsoft Defender Application Guard (MDAG) for Microsoft Office](https://support.microsoft.com/office/application-guard-for-office-9e0fb9c2-ffad-43bf-8ba3-78f785fdba46)** | Application Guard protects Office files including Word, PowerPoint, and Excel. Application icons have a small shield if Application Guard has been enabled and they are under protection. |
| **[Microsoft Defender Application Guard (MDAG) configure via MDM](/windows/client-management/mdm/windowsdefenderapplicationguard-csp)** | The WindowsDefenderApplicationGuard configuration service provider (CSP) is used by the enterprise to configure the settings in Microsoft Defender Application Guard. | | **[Microsoft Defender Application Guard (MDAG) configure via MDM](/windows/client-management/mdm/windowsdefenderapplicationguard-csp)** | The WindowsDefenderApplicationGuard configuration service provider (CSP) is used by the enterprise to configure the settings in Microsoft Defender Application Guard. |
| **[App containers](/virtualization/windowscontainers/about/)** | Universal Windows Platform (UWP) applications run in Windows containers known as app containers. Processes that run in app containers operate with low integrity level, meaning they have limited access to resources they don't own. Because the default integrity level of most resources is medium integrity level, the UWP app can access only a subset of the filesystem, registry, and other resources. The app container also enforces restrictions on network connectivity; for example, access to a local host isn't allowed. As a result, malware or infected apps have limited footprint for escape. | | **[App containers](/virtualization/windowscontainers/about/)** | Universal Windows Platform (UWP) applications run in Windows containers known as app containers. Processes that run in app containers operate with low integrity level, meaning they have limited access to resources they don't own. Because the default integrity level of most resources is medium integrity level, the UWP app can access only a subset of the filesystem, registry, and other resources. The app container also enforces restrictions on network connectivity; for example, access to a local host isn't allowed. As a result, malware or infected apps have limited footprint for escape. |
| **[Windows Sandbox](/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview)** | Windows Sandbox provides a lightweight desktop environment to safely run untrusted Win32 applications in isolation, using the same hardware-based Hyper-V virtualization technology to isolate apps without fear of lasting impact to your PC. | | **[Windows Sandbox](/windows/security/application-security/application-isolation/windows-sandbox)** | Windows Sandbox provides a lightweight desktop environment to safely run untrusted Win32 applications in isolation, using the same hardware-based Hyper-V virtualization technology to isolate apps without fear of lasting impact to your PC. |

View File

@ -110,7 +110,7 @@ landingContent:
- text: Microsoft Defender Application Guard (MDAG) - text: Microsoft Defender Application Guard (MDAG)
url: /windows/security/application-security/application-isolation/microsoft-defender-application-guard/md-app-guard-overview url: /windows/security/application-security/application-isolation/microsoft-defender-application-guard/md-app-guard-overview
- text: Windows Sandbox - text: Windows Sandbox
url: /windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview url: /windows/security/application-security/application-isolation/windows-sandbox/
- linkListType: how-to-guide - linkListType: how-to-guide
links: links:
- text: Configure Windows Sandbox - text: Configure Windows Sandbox

View File

@ -25,7 +25,7 @@ See the following articles to learn more about the different areas of Windows th
- [Virtualization-Based Protection of Code Integrity](../hardware-security/enable-virtualization-based-protection-of-code-integrity.md) - [Virtualization-Based Protection of Code Integrity](../hardware-security/enable-virtualization-based-protection-of-code-integrity.md)
- [Web Protection](/microsoft-365/security/defender-endpoint/web-protection-overview) - [Web Protection](/microsoft-365/security/defender-endpoint/web-protection-overview)
- [Windows Firewall](../operating-system-security/network-security/windows-firewall/index.md) - [Windows Firewall](../operating-system-security/network-security/windows-firewall/index.md)
- [Windows Sandbox](../application-security/application-isolation/windows-sandbox/windows-sandbox-overview.md) - [Windows Sandbox](../application-security/application-isolation/windows-sandbox/index.md)
## Next-generation protection ## Next-generation protection