mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-09 22:23:39 +00:00
Windows Hotpatch and PDE fix
This commit is contained in:
@ -342,8 +342,6 @@ There's a lot more to learn about Windows Autopatch: this [Forrester Consulting
|
||||
- [Windows IT Pro Blog](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/bg-p/Windows-ITPro-blog/label-name/Windows%20Autopatch)
|
||||
- [Windows Autopatch community](https://techcommunity.microsoft.com/t5/windows-autopatch/bd-p/Windows-Autopatch)
|
||||
|
||||
<!--
|
||||
|
||||
## :::image type="icon" source="images/soon-button-title.svg" border="false"::: Windows Hotpatch
|
||||
|
||||
Windows Hotpatch is a feature designed to enhance security and minimize disruptions. With Windows Hotpatch, organizations can apply critical security updates without requiring a system restart, reducing the time to adopt a security update by 60% from the moment the update is offered. Hotpatch updates streamline the installation process, enhance compliance efficiency, and provide a per-policy level view of update statuses for all devices.
|
||||
@ -354,8 +352,6 @@ By utilizing hotpatching through Windows Autopatch, the number of system restart
|
||||
|
||||
- [Windows Autopatch documentation](/windows/deployment/windows-autopatch/)
|
||||
|
||||
-->
|
||||
|
||||
## OneDrive for work or school
|
||||
|
||||
:::row:::
|
||||
|
@ -22,11 +22,8 @@ New:
|
||||
- [VBS key protection](identity-protection-advanced-credential-protection.md#-vbs-key-protection)
|
||||
- [Virtualization-based security enclaves](application-security-application-isolation.md#-virtualization-based-security-enclaves)
|
||||
- [Win32 app isolation](application-security-application-isolation.md#-win32-app-isolation)
|
||||
- [Windows protected print](operating-system-security-system-security.md#-windows-protected-print)
|
||||
|
||||
<!--
|
||||
- [Windows Hotpatch](cloud-services-protect-your-work-information.md#-windows-hotpatch)
|
||||
-->
|
||||
- [Windows protected print](operating-system-security-system-security.md#-windows-protected-print)
|
||||
|
||||
Enhanced:
|
||||
|
||||
@ -35,7 +32,7 @@ Enhanced:
|
||||
- [Device encryption](operating-system-security-encryption-and-data-protection.md#device-encryption)
|
||||
- [Local Security Authority (LSA) protection](identity-protection-advanced-credential-protection.md#local-security-authority-lsa-protection)
|
||||
- [Passkeys](identity-protection-passwordless-sign-in.md#passkeys)
|
||||
- [Personal data encryption (PDE)](operating-system-security-encryption-and-data-protection.md#personal-data-encryption-pde)
|
||||
- [Personal data encryption](operating-system-security-encryption-and-data-protection.md#personal-data-encryption)
|
||||
- [Secured kernel](hardware-security-silicon-assisted-security.md#secured-kernel)
|
||||
- [Server Message Block file services](operating-system-security-network-security.md#server-message-block-file-services)
|
||||
- [Windows Hello PIN](identity-protection-passwordless-sign-in.md#windows-hello-pin)
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
Before Width: | Height: | Size: 556 KiB After Width: | Height: | Size: 556 KiB |
@ -64,21 +64,21 @@ Encrypted hard drives enable:
|
||||
|
||||
- [Encrypted hard drive](../operating-system-security/data-protection/encrypted-hard-drive.md)
|
||||
|
||||
## Personal Data Encryption (PDE)
|
||||
## Personal Data Encryption
|
||||
|
||||
Personal Data Encryption (PDE) is a user-authenticated encryption mechanism designed to protect user's content. PDE uses Windows Hello for Business as its modern authentication scheme, with PIN or biometric authentication methods. The encryption keys used by PDE are securely stored within the Windows Hello container. When a user signs in with Windows Hello, the container is unlocked, making the keys available to decrypt the user's content.
|
||||
Personal Data Encryption is a user-authenticated encryption mechanism designed to protect user's content. Personal Data Encryption uses Windows Hello for Business as its modern authentication scheme, with PIN or biometric authentication methods. The encryption keys used by Personal Data Encryption are securely stored within the Windows Hello container. When a user signs in with Windows Hello, the container is unlocked, making the keys available to decrypt the user's content.
|
||||
|
||||
The initial release of PDE in Windows 11, version 22H2, introduced a set of public APIs that applications can adopt to safeguard content.
|
||||
The initial release of Personal Data Encryption in Windows 11, version 22H2, introduced a set of public APIs that applications can adopt to safeguard content.
|
||||
|
||||
[!INCLUDE [new-24h2](includes/new-24h2.md)]
|
||||
|
||||
PDE is further enhanced with *PDE for known folders*, which extends protection to the Windows folders: Documents, Pictures, and Desktop.
|
||||
Personal Data Encryption is further enhanced with *Personal Data Encryption for known folders*, which extends protection to the Windows folders: Documents, Pictures, and Desktop.
|
||||
|
||||
:::image type="content" source="images/pde.png" alt-text="Screenshot of files encrypted with PDE showing a padlock." border="false":::
|
||||
:::image type="content" source="images/pde.png" alt-text="Screenshot of files encrypted with Personal Data Encryption showing a padlock." border="false":::
|
||||
|
||||
[!INCLUDE [learn-more](includes/learn-more.md)]
|
||||
|
||||
- [Personal Data Encryption (PDE)](../operating-system-security/data-protection/personal-data-encryption/index.md)
|
||||
- [Personal Data Encryption](../operating-system-security/data-protection/personal-data-encryption/index.md)
|
||||
|
||||
## Email encryption
|
||||
|
||||
|
Reference in New Issue
Block a user