From 49231bc2ada1c43f9d54e2e3ebcd3cfcd5dda208 Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Thu, 3 Aug 2023 10:58:03 -0700 Subject: [PATCH] add regkeys hkcu --- .../temporary-enterprise-feature-control.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/windows/whats-new/temporary-enterprise-feature-control.md b/windows/whats-new/temporary-enterprise-feature-control.md index 95e0f7f3fe..9431ea5aef 100644 --- a/windows/whats-new/temporary-enterprise-feature-control.md +++ b/windows/whats-new/temporary-enterprise-feature-control.md @@ -50,17 +50,17 @@ You can use a policy to enable features that are behind temporary enterprise fea The following features are behind temporary enterprise control in Windows 11: -| Feature | KB article where the feature was introduced | Feature update that ends temporary control | -|---|---|---| -| Touch-optimized taskbar for 2-in-1 devices | [February 28, 2023 - KB5022913](https://support.microsoft.com/topic/february-28-2023-kb5022913-os-build-22621-1344-preview-3e38c0d9-924d-4f3f-b0b6-3bd49b2657b9) | 2023 annual feature update | -| Selecting **Uninstall** for a Win32 app from the right-click menu uses the **Installed Apps** page in **Settings** rather than **Programs and Features** under the **Control Panel** | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | -| Windows Ink allows users to handwrite directly onto most editable fields | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | -| Windows Spotlight provides a minimized experience, opportunities to learn more about each image, and allows users to preview images at full screen.| [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | -| Recommended section added to File Explorer Home for users signed into Windows with an Azure AD account. | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | -| Changes to folder options for File Explorer | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | -| DevHub Experiences | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | -| ---| [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | -| ---| [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | +| Feature | KB article where the feature was introduced | Feature update that ends temporary control | Notes | +|---|---|---|---| +| Touch-optimized taskbar for 2-in-1 devices | [February 28, 2023 - KB5022913](https://support.microsoft.com/topic/february-28-2023-kb5022913-os-build-22621-1344-preview-3e38c0d9-924d-4f3f-b0b6-3bd49b2657b9) | 2023 annual feature update | | +| Selecting **Uninstall** for a Win32 app from the right-click menu uses the **Installed Apps** page in **Settings** rather than **Programs and Features** under the **Control Panel** | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | | +| Windows Ink allows users to handwrite directly onto most editable fields | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | | +| Windows Spotlight provides a minimized experience, opportunities to learn more about each image, and allows users to preview images at full screen.| [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | | +| Recommended section added to File Explorer Home for users signed into Windows with an Azure AD account. | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | | +| Changes to folder options for File Explorer | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | **Registry settings**:
- Hide Folder Merge conflict: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\HideMergeConflicts`

- Always show icons, never thumbnails: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\IconsOnly`
-Display file icon on thumbnails: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowTypeOverlay`
- Display file type information on Folder tips: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\FolderContentsInfoTip`
- Hide empty drives: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\HideDrivesWithNoMedia`
- Hide Protected OS files: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden`
- Show Drive letters: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ShowDriveLettersFirst`
- Show popup description for Folder and Desktop items: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowInfoTip`
- Show encrypted or compressed NTFS files in color: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowEncryptCompressedColor`
- Use sharing wizard: `HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\SharingWizardOn` | +| DevHub Experiences | [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | | +| ---| [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | | +| ---| [September 2023 - KBXXXXXXX](https://support.microsoft.com/) | 2023 annual feature update | |