mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
Merge branch 'main' into vp-sec-mdag
This commit is contained in:
@ -4,7 +4,6 @@ description: Learn how to plan and implement a WDAC deployment.
|
||||
ms.localizationpriority: medium
|
||||
ms.date: 01/23/2023
|
||||
ms.topic: overview
|
||||
ms.collection: essentials-get-started
|
||||
---
|
||||
|
||||
# Deploying Windows Defender Application Control (WDAC) policies
|
||||
@ -31,7 +30,7 @@ Before you deploy your WDAC policies, you must first convert the XML to its bina
|
||||
{
|
||||
$PolicyBinary = "SiPolicy.p7b"
|
||||
}
|
||||
|
||||
|
||||
## Binary file will be written to your desktop
|
||||
ConvertFrom-CIPolicy -XmlFilePath $WDACPolicyXMLFile -BinaryFilePath $env:USERPROFILE\Desktop\$PolicyBinary
|
||||
```
|
||||
|
@ -4,7 +4,6 @@ description: Gather information about how your deployed Windows Defender Applica
|
||||
ms.localizationpriority: medium
|
||||
ms.date: 03/30/2023
|
||||
ms.topic: how-to
|
||||
ms.collection: essentials-manage
|
||||
---
|
||||
|
||||
# Windows Defender Application Control operational guide
|
||||
|
@ -4,9 +4,6 @@ description: Application Control restricts which applications users are allowed
|
||||
ms.localizationpriority: medium
|
||||
ms.collection:
|
||||
- tier3
|
||||
- must-keep
|
||||
- essentials-navigation
|
||||
- essentials-overview
|
||||
ms.date: 08/30/2023
|
||||
ms.topic: overview
|
||||
---
|
||||
|
@ -35,8 +35,8 @@ Windows Sandbox has the following properties:
|
||||
- At least two CPU cores (four cores with hyper-threading recommended)
|
||||
|
||||
> [!NOTE]
|
||||
> Windows Sandbox is currently not supported on Windows Home edition
|
||||
|
||||
> Windows Sandbox is currently not supported on Windows Home edition.
|
||||
> Beginning in Windows 11, version 24H2, all inbox store apps like calculator, photos, notepad and terminal are not available inside Windows Sandbox. Ability to use these apps will be added soon.
|
||||
## Installation
|
||||
|
||||
1. Ensure that your machine is using Windows 10 Pro or Enterprise, build version 18305 or Windows 11.
|
||||
|
Reference in New Issue
Block a user