mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
TOC draft
This commit is contained in:
@ -1,7 +1,22 @@
|
||||
items:
|
||||
- name: Overview
|
||||
href: windows-sandbox-overview.md
|
||||
- name: Windows Sandbox architecture
|
||||
href: windows-sandbox-architecture.md
|
||||
- name: Windows Sandbox configuration
|
||||
href: windows-sandbox-configure-using-wsb-file.md
|
||||
items:
|
||||
- name: Compare versions
|
||||
href: windows-sandbox-versions.md
|
||||
- name: Architecture
|
||||
href: windows-sandbox-architecture.md
|
||||
- name: Install Windows Sandbox
|
||||
href: windows-sandbox-install.md
|
||||
- name: Use Windows Sandbox
|
||||
href: windows-sandbox-use.md
|
||||
- name: Tutorials
|
||||
items:
|
||||
- name: Configuration file
|
||||
href: windows-sandbox-configure-using-wsb-file.md
|
||||
- name: WindowsSandbox Policy CSP
|
||||
href: /windows/client-management/mdm/policy-csp-windowssandbox.md
|
||||
- name: Frequently asked questions
|
||||
href: windows-sandbox-faq.yml
|
||||
- name: Troubleshooting
|
||||
href: windows-sandbox-troubleshoot.md
|
@ -0,0 +1,26 @@
|
||||
### YamlMime:FAQ
|
||||
metadata:
|
||||
title: Windows Sandbox frequently asked questions (FAQ)
|
||||
description: Use these frequently asked questions (FAQ) to learn important details about Windows Sandbox.
|
||||
author: vinaypamnani-msft
|
||||
ms.author: vinpa
|
||||
ms.topic: faq
|
||||
ms.date: 09/09/2024
|
||||
|
||||
title: Common questions about Windows Sandbox
|
||||
summary: Windows Sandbox (WSB) provides a lightweight desktop environment to safely run applications in isolation. This feature provides a safe and secure space for testing and debugging apps, exploring unknown files, or experimenting with tools since software installed inside the Windows Sandbox environment remains "sandboxed" and runs separately from the host machine.
|
||||
|
||||
sections:
|
||||
|
||||
- name: Concepts
|
||||
questions:
|
||||
- question: Who can use WSB?
|
||||
answer: |
|
||||
WSB can be used by anyone without any technical skills in various scenarios where users need a secure, clean environment for testing or running potentially harmful software. Here are some ways in which you can leverage WSB:
|
||||
|
||||
- *Clean environment for software testing*: Test or debug your applications in WSB's clean environment to identify and resolve bugs or compatibility issues.
|
||||
- *Secure web browsing*: Use WSB for secure web browsing, especially when accessing unfamiliar or potentially dangerous websites without putting your system at risk of malware infection.
|
||||
- *Running Untrusted Applications*: Mitigate security risks by running untrusted applications or files, such as email attachments in WSB.
|
||||
- *Test software features risk-free*: Easily test out software without the need for installing or uninstalling on your host machine.
|
||||
- *Maintaining multiple dev environments*: Streamline your development process by utilizing WSB to maintain multiple sandboxes for different development environments
|
||||
- *Privacy Protection*: Users concerned about online privacy can use Windows Sandbox for activities like social media browsing or online shopping to prevent tracking cookies and other privacy-invading techniques.
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Install Windows Sandbox
|
||||
description: Install Windows Sandbox
|
||||
ms.topic: how-to
|
||||
ms.date: 09/09/2024
|
||||
---
|
@ -2,7 +2,7 @@
|
||||
title: Windows Sandbox
|
||||
description: Windows Sandbox overview
|
||||
ms.topic: conceptual
|
||||
ms.date: 03/26/2024
|
||||
ms.date: 09/09/2024
|
||||
---
|
||||
|
||||
# Windows Sandbox
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Troubleshoot Windows Sandbox
|
||||
description: Troubleshoot Windows Sandbox
|
||||
ms.topic: troubleshooting
|
||||
ms.date: 09/09/2024
|
||||
---
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Use Windows Sandbox
|
||||
description: Use Windows Sandbox
|
||||
ms.topic: how-to
|
||||
ms.date: 09/09/2024
|
||||
---
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Windows Sandbox versions
|
||||
description: Windows Sandbox versions
|
||||
ms.topic: conceptual
|
||||
ms.date: 09/09/2024
|
||||
---
|
Reference in New Issue
Block a user