From b5b3409bae7cb27964af42a1b4f0d65dbddbd109 Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:18:03 +0200 Subject: [PATCH 01/11] Update BITS and Windows Update Security Descriptors https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10076 --- windows/deployment/update/windows-update-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/update/windows-update-resources.md b/windows/deployment/update/windows-update-resources.md index fedd94b39a..8173d6ca5b 100644 --- a/windows/deployment/update/windows-update-resources.md +++ b/windows/deployment/update/windows-update-resources.md @@ -84,8 +84,8 @@ If all else fails, try resetting the Windows Update Agent by running these comma ``` 2. Reset the **BITS service** and the **Windows Update service** to the default security descriptor. To do this, type the following commands at a command prompt. Press ENTER after you type each command. ``` console - sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) - sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) + sc.exe sdset bits D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU) + sc.exe sdset wuauserv D:(A;;CCLCSWRPLORC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY) ``` 5. Type the following command at a command prompt, and then press ENTER: ``` console From 1184c8b7de1e61690792ef6bc24730ad77f82069 Mon Sep 17 00:00:00 2001 From: Alekhya Jupudi Date: Thu, 27 Jan 2022 12:08:46 +0530 Subject: [PATCH 02/11] CSP: LanguagePackManagement SV2 documentation update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task 5695781: LanguagePackManagement SV2 documentation update as per instructions: Fix bitmap description of the providers node. Values for each representation are missing. Remove text "A separate CSP exists to allow provisioning of "optional FODs" (Handwriting recognition, Text-to-speech, and so on) associated with a language." Add documentation for "./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages //LanguageFeatures" node Add documentation for ./Device/Vendor/MSFT/LanguagePackManagement/Install//CopyToDeviceInternationalSettings" node Add documentation for ./Device/Vendor/MSFT/LanguagePackManagement/Install//EnableLanguageFeatureInstallations" node Update allowed Status node values to include "4 - Partially Succeeded" Change note​ "If IT admin has NOT set the policy of blocking cleanup of unused language packs, this command will fail." to indicate that the policies will be updated to block the cleanup of unused language packs rather than fail. --- .../mdm/Language-pack-management-csp.md | 55 +++++++++++++------ 1 file changed, 38 insertions(+), 17 deletions(-) diff --git a/windows/client-management/mdm/Language-pack-management-csp.md b/windows/client-management/mdm/Language-pack-management-csp.md index 0a1e9f72a4..68c5641b19 100644 --- a/windows/client-management/mdm/Language-pack-management-csp.md +++ b/windows/client-management/mdm/Language-pack-management-csp.md @@ -13,41 +13,62 @@ ms.date: 06/22/2021 # Language Pack Management CSP +The Language Pack Management CSP allows a direct way to provision language packs remotely in Windows 10 and Windows 10 X. MDMs like Intune can use management commands remotely to devices to configure language-related settings. -The Language Pack Management CSP allows a direct way to provision language packs remotely in Windows 10 and Windows 10 X. A separate CSP exists to allow provisioning of "optional FODs" (Handwriting recognition, Text-to-speech, and so on) associated with a language. MDMs like Intune can use management commands remotely to devices to configure language related settings. +1. Enumerate installed languages and features with GET command on the "InstalledLanguages" node. Below are the samples: -1. Enumerate installed languages with GET command on the "InstalledLanguages" node - **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages** **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN/Providers** - **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/ja-JP/Providers** + **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN/LanguageFeatures** + **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/ja-JP/Providers** + **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/ja-JP/LanguageFeatures** - The nodes under **InstalledLanguages** are the language tags of the installed languages. The **providers** node under language tag is the bit map representation of either "language pack (feature)" or [LXPs](https://www.microsoft.com/store/collections/localexperiencepacks?cat0=devices&rtc=1). - - Indicates the language pack installed is a System Language Pack (non-LXP) - - Indicates that the LXP is installed. - - Indicates that both are installed. + The nodes under **InstalledLanguages** are the language tags of the installed languages. The **providers** node under language tag is an integer representation of either language pack (features) or [LXPs](https://www.microsoft.com/store/collections/localexperiencepacks?cat0=devices&rtc=1). -2. Install language pack features with the EXECUTE command on the **StartInstall** node of the language. For example, + - **1**- Indicates the language pack installed is a System Language Pack (non-LXP) + - **2**- Indicates that the LXP is installed. + - **3**- Indicates that both are installed. - **ADD./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/** - **EXECUTE./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/StartInstallation** + The **LanguageFeatures** node is a bitmap representation of what Language Features are installed on a device: - The installation is an asynchronous operation. You can query the **Status** node by using the following commands: + - Basic Typing = 0x1 + - Fonts = 0x2 + - Handwriting = 0x4 + - Speech = 0x8 + - TextToSpeech = 0x10 + - OCR = 0x20 + - LocaleData = 0x40 + - SupplementFonts = 0x80 + +2. Install language pack and features with the EXECUTE command on the **StartInstall** node of the language. + + - Admins can optionally set the language as the System Preferred UI Language immediately after installation by using the REPLACE command on the "CopyToDeviceInternationalSettings" node of the language. 0 (default) will take no action; 1 will set the language as System PreferredUILanguage. + - Admins can optionally configure whether they want to install all available language features during installation using the REPLACE command on the "EnableLanguageFeatureInstallations" node of the language. 0 will install only required features; 1 (default) will install all available features. + + Here are the sample commands to install French language with required features and set as the System Preferred UI Language: + + 1. **ADD ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/** + 2. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/CopyToDeviceInternationalSettings(1) (optional)** + 3. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/EnableLanguageFeatureInstallations (0) (optional)** + 4. **EXECUTE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/StartInstallation** + + The installation is an asynchronous operation. You can query the **Status** node by using the following commands: **GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/Status** **GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/ErrorCode** - Status: 0 – not started; 1 – in process; 2 – succeeded; 3 – failed. ErrorCode is a HRESULT that could help diagnosis if the installation failed. + Status: 0 – not started; 1 – in process; 2 – succeeded; 3 – failed; 4 - partial success (A partial success indicates features may have gotten installed but there was an error installing the language pack or vice versa). ErrorCode is an HRESULT that could help diagnosis if the installation failed. > [!NOTE] - > If IT admin has NOT set the policy of blocking cleanup of unused language packs, this command will fail. + > These commands will set the policy to block cleanup of unused language packs and features on the device rather than fail. -3. Delete installed Language with the DELETE command on the installed language tag. The delete command is a fire and forget operation. The deletion will run in background. IT admin can query the installed language later and resend the command if needed. +3. Delete installed Language with the DELETE command on the installed language tag. The delete command is a fire and forget operation. The deletion will run in background. IT admin can query the installed language later and resend the command if needed.Below is a sample command to delete the zh-CN language. + **DELETE./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN** - **DELETE./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN(Delete command)** + > [!NOTE] + > The deletion will ignore the policy of block cleanup of unused language packs. 4. Get/Set System Preferred UI Language with GET or REPLACE command on the "SystemPreferredUILanguages" Node - **./Device/Vendor/MSFT/LanguagePackManagement/LanguageSettings/SystemPreferredUILanguages** From dc3285a563e2e24a1cb0126c8855f9caf92a7457 Mon Sep 17 00:00:00 2001 From: Alekhya Jupudi Date: Mon, 31 Jan 2022 11:42:25 +0530 Subject: [PATCH 03/11] Update as per received feedback --- .../mdm/Language-pack-management-csp.md | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/windows/client-management/mdm/Language-pack-management-csp.md b/windows/client-management/mdm/Language-pack-management-csp.md index 68c5641b19..94ec9d6832 100644 --- a/windows/client-management/mdm/Language-pack-management-csp.md +++ b/windows/client-management/mdm/Language-pack-management-csp.md @@ -40,29 +40,32 @@ The Language Pack Management CSP allows a direct way to provision language packs - LocaleData = 0x40 - SupplementFonts = 0x80 -2. Install language pack and features with the EXECUTE command on the **StartInstall** node of the language. +2. Install language pack and features with the EXECUTE command on the **StartInstallation** node of the language. - - Admins can optionally set the language as the System Preferred UI Language immediately after installation by using the REPLACE command on the "CopyToDeviceInternationalSettings" node of the language. 0 (default) will take no action; 1 will set the language as System PreferredUILanguage. + > [!NOTE] + > If not previously set, installation will set the policy to block cleanup of unused language packs and features on the device to prevent unexpected deletion. + + - Admins can optionally set the language as the System Preferred UI Language immediately after installation by using the REPLACE command on the "CopyToDeviceInternationalSettings" node of the language. 0 (default) will take no action; 1 will set the following international settings to reflect the newly installed language: + - System Preferred UI Language + - System Locale + - Default settings for new users, such as Input Method (keyboard), Locale, Speech Recognizer, User Preferred Language List - Admins can optionally configure whether they want to install all available language features during installation using the REPLACE command on the "EnableLanguageFeatureInstallations" node of the language. 0 will install only required features; 1 (default) will install all available features. - Here are the sample commands to install French language with required features and set as the System Preferred UI Language: + Here are the sample commands to install French language with required features and copy to the devices international settings: 1. **ADD ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/** - 2. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/CopyToDeviceInternationalSettings(1) (optional)** - 3. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/EnableLanguageFeatureInstallations (0) (optional)** + 2. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/CopyToDeviceInternationalSettings(1)** + 3. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/EnableLanguageFeatureInstallations (0)** 4. **EXECUTE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/StartInstallation** - The installation is an asynchronous operation. You can query the **Status** node by using the following commands: + The installation is an asynchronous operation. You can query the **Status** or **ErrorCode** nodes by using the following commands: **GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/Status** **GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/ErrorCode** Status: 0 – not started; 1 – in process; 2 – succeeded; 3 – failed; 4 - partial success (A partial success indicates features may have gotten installed but there was an error installing the language pack or vice versa). ErrorCode is an HRESULT that could help diagnosis if the installation failed. - > [!NOTE] - > These commands will set the policy to block cleanup of unused language packs and features on the device rather than fail. - -3. Delete installed Language with the DELETE command on the installed language tag. The delete command is a fire and forget operation. The deletion will run in background. IT admin can query the installed language later and resend the command if needed.Below is a sample command to delete the zh-CN language. +3. Delete installed Language with the DELETE command on the installed language tag. The delete command is a fire and forget operation. The deletion will run in background. IT admin can query the installed language later and resend the command if needed. Below is a sample command to delete the zh-CN language. **DELETE./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/zh-CN** From a2c00ce2194a415404ba7bd9cbc02c354edba0e4 Mon Sep 17 00:00:00 2001 From: Alekhya Jupudi Date: Thu, 3 Feb 2022 11:12:16 +0530 Subject: [PATCH 04/11] Updated again as per review comments --- .../mdm/Language-pack-management-csp.md | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/windows/client-management/mdm/Language-pack-management-csp.md b/windows/client-management/mdm/Language-pack-management-csp.md index 94ec9d6832..4c10dc0ad9 100644 --- a/windows/client-management/mdm/Language-pack-management-csp.md +++ b/windows/client-management/mdm/Language-pack-management-csp.md @@ -13,7 +13,7 @@ ms.date: 06/22/2021 # Language Pack Management CSP -The Language Pack Management CSP allows a direct way to provision language packs remotely in Windows 10 and Windows 10 X. MDMs like Intune can use management commands remotely to devices to configure language-related settings. +The Language Pack Management CSP allows a direct way to provision languages remotely in Windows. MDMs like Intune can use management commands remotely to devices to configure language-related settings for System and new users. 1. Enumerate installed languages and features with GET command on the "InstalledLanguages" node. Below are the samples: @@ -23,13 +23,13 @@ The Language Pack Management CSP allows a direct way to provision language packs **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/ja-JP/Providers** **GET./Device/Vendor/MSFT/LanguagePackManagement/InstalledLanguages/ja-JP/LanguageFeatures** - The nodes under **InstalledLanguages** are the language tags of the installed languages. The **providers** node under language tag is an integer representation of either language pack (features) or [LXPs](https://www.microsoft.com/store/collections/localexperiencepacks?cat0=devices&rtc=1). + The nodes under **InstalledLanguages** are the language tags of the installed languages. The **providers** node under language tag is an integer representation of either [language pack](/windows-hardware/manufacture/desktop/available-language-packs-for-windows?view=windows-11&preserve-view=true) or [LXPs](https://www.microsoft.com/store/collections/localexperiencepacks?cat0=devices&rtc=1). - - **1**- Indicates the language pack installed is a System Language Pack (non-LXP) - - **2**- Indicates that the LXP is installed. + - **1**- Indicates that only the Language Pack cab is installed. + - **2**- Indicates that only the LXP is installed. - **3**- Indicates that both are installed. - The **LanguageFeatures** node is a bitmap representation of what Language Features are installed on a device: + The **LanguageFeatures** node is a bitmap representation of what [Language Features](/windows-hardware/manufacture/desktop/features-on-demand-language-fod?view=windows-11&preserve-view=true) are installed for a language on a device: - Basic Typing = 0x1 - Fonts = 0x2 @@ -40,22 +40,26 @@ The Language Pack Management CSP allows a direct way to provision language packs - LocaleData = 0x40 - SupplementFonts = 0x80 -2. Install language pack and features with the EXECUTE command on the **StartInstallation** node of the language. +2. Install language pack and features with the EXECUTE command on the **StartInstallation** node of the language. The language installation will try to install the best matched language packs and features for the provided language. > [!NOTE] > If not previously set, installation will set the policy to block cleanup of unused language packs and features on the device to prevent unexpected deletion. - - Admins can optionally set the language as the System Preferred UI Language immediately after installation by using the REPLACE command on the "CopyToDeviceInternationalSettings" node of the language. 0 (default) will take no action; 1 will set the following international settings to reflect the newly installed language: + - Admins can optionally copy the language to the device’s international settings immediately after installation by using the REPLACE command on the "CopyToDeviceInternationalSettings" node of the language. false (default)- will take no action; true- will set the following international settings to reflect the newly installed language: - System Preferred UI Language - System Locale - - Default settings for new users, such as Input Method (keyboard), Locale, Speech Recognizer, User Preferred Language List - - Admins can optionally configure whether they want to install all available language features during installation using the REPLACE command on the "EnableLanguageFeatureInstallations" node of the language. 0 will install only required features; 1 (default) will install all available features. + - Default settings for new users + - Input Method (keyboard) + - Locale + - Speech Recognizer + - User Preferred Language List + - Admins can optionally configure whether they want to install all available language features during installation using the REPLACE command on the "EnableLanguageFeatureInstallations" node of the language. false- will install only required features; true (default)- will install all available features. - Here are the sample commands to install French language with required features and copy to the devices international settings: + Here are the sample commands to install French language with required features and copy to the device's international settings: 1. **ADD ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/** - 2. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/CopyToDeviceInternationalSettings(1)** - 3. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/EnableLanguageFeatureInstallations (0)** + 2. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/CopyToDeviceInternationalSettings (true)** + 3. **REPLACE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/EnableLanguageFeatureInstallations (false)** 4. **EXECUTE ./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/StartInstallation** The installation is an asynchronous operation. You can query the **Status** or **ErrorCode** nodes by using the following commands: @@ -63,7 +67,9 @@ The Language Pack Management CSP allows a direct way to provision language packs **GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/Status** **GET./Device/Vendor/MSFT/LanguagePackManagement/Install/fr-FR/ErrorCode** - Status: 0 – not started; 1 – in process; 2 – succeeded; 3 – failed; 4 - partial success (A partial success indicates features may have gotten installed but there was an error installing the language pack or vice versa). ErrorCode is an HRESULT that could help diagnosis if the installation failed. + Status: 0 – not started; 1 – in progress; 2 – succeeded; 3 – failed; 4 - partial success (A partial success indicates not all the provisioning operations succeeded, for example, there was an error installing the language pack or features). + + ErrorCode: An HRESULT that could help diagnosis if the installation failed or partially failed. 3. Delete installed Language with the DELETE command on the installed language tag. The delete command is a fire and forget operation. The deletion will run in background. IT admin can query the installed language later and resend the command if needed. Below is a sample command to delete the zh-CN language. From 4293bf0fc6c270109bc5b01a51a70e20d967723b Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Wed, 9 Feb 2022 19:38:28 +0100 Subject: [PATCH 05/11] WDAC-Addins: fix a typo in executable name used in example --- ...l-policy-to-control-specific-plug-ins-add-ins-and-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md index e00de62409..8128c51262 100644 --- a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md +++ b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md @@ -42,7 +42,7 @@ For example, to create a WDAC policy allowing **addin1.dll** and **addin2.dll** ```powershell $rule = New-CIPolicyRule -DriverFilePath '.\temp\addin1.dll' -Level FileName -AppID '.\ERP1.exe' -$rule += New-CIPolicyRule -DriverFilePath '.\temp\addin2.dll' -Level FileName -AppID '.\ERP2.exe' +$rule += New-CIPolicyRule -DriverFilePath '.\temp\addin2.dll' -Level FileName -AppID '.\ERP1.exe' New-CIPolicy -Rules $rule -FilePath ".\AllowERPAddins.xml" -UserPEs ``` From 7dc7d44f5d0361bd1bfbf17d845d0381b61cf5d8 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 10 Feb 2022 08:35:48 -0800 Subject: [PATCH 06/11] Update use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md --- ...l-policy-to-control-specific-plug-ins-add-ins-and-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md index 8128c51262..47d1c3fb7d 100644 --- a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md +++ b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md @@ -14,7 +14,7 @@ audience: ITPro ms.collection: M365-security-compliance author: jsuther1974 ms.reviewer: isbrahm -ms.date: 08/12/2021 +ms.date: 02/10/2022 ms.technology: windows-sec --- From 86e628d7097b6a84fa275c880730aabb828c95ec Mon Sep 17 00:00:00 2001 From: greg-lindsay Date: Fri, 11 Feb 2022 06:47:37 -0800 Subject: [PATCH 07/11] change topic title and URL --- .openpublishing.redirection.json | 5 +++++ ...{windows-11-whats-new.md => windows-11-overview.md} | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) rename windows/whats-new/{windows-11-whats-new.md => windows-11-overview.md} (98%) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index f505c1d9de..ee0e6accbd 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -19306,6 +19306,11 @@ "source_path": "windows/privacy/license-terms-windows-diagnostic-data-for-powershell.md", "redirect_url": "/legal/windows/license-terms-windows-diagnostic-data-for-powershell", "redirect_document_id": false + }, + { + "source_path": "windows/whats-new/windows-11-whats-new.md", + "redirect_url": "/windows/whats-new/windows-11-overview", + "redirect_document_id": false } ] } diff --git a/windows/whats-new/windows-11-whats-new.md b/windows/whats-new/windows-11-overview.md similarity index 98% rename from windows/whats-new/windows-11-whats-new.md rename to windows/whats-new/windows-11-overview.md index fbe9e7108d..daac49c8c5 100644 --- a/windows/whats-new/windows-11-whats-new.md +++ b/windows/whats-new/windows-11-overview.md @@ -1,11 +1,11 @@ --- -title: Windows 11, what's new and overview for administrators -description: Learn more about what's new in Windows 11. Read about the features IT professionals and administrators should know about Windows 11, including security, using apps, using Android apps, the new desktop, and deploying and servicing PCs. +title: Windows 11 overview for administrators +description: Learn more about Windows 11. Read about the features IT professionals and administrators should know about Windows 11, including security, using apps, using Android apps, the new desktop, and deploying and servicing PCs. ms.reviewer: manager: dougeby ms.audience: itpro -author: MandiOhlinger -ms.author: mandia +author: greg-lindsay +ms.author: greglin ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library @@ -16,7 +16,7 @@ ms.collection: highpri ms.custom: intro-overview --- -# What's new in Windows 11 +# Windows 11 overview **Applies to**: From 2960f9d50b41e1d48242e39b947936346cf928ed Mon Sep 17 00:00:00 2001 From: greg-lindsay Date: Fri, 11 Feb 2022 06:55:50 -0800 Subject: [PATCH 08/11] toc update --- windows/whats-new/TOC.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/whats-new/TOC.yml b/windows/whats-new/TOC.yml index 176668f48e..9e25d09647 100644 --- a/windows/whats-new/TOC.yml +++ b/windows/whats-new/TOC.yml @@ -3,8 +3,8 @@ - name: Windows 11 expanded: true items: - - name: What's new in Windows 11 - href: windows-11-whats-new.md + - name: Windows 11 overview + href: windows-11-overview.md - name: Windows 11 requirements href: windows-11-requirements.md - name: Plan for Windows 11 From b04dacb41b3f02dda41161a8ae12c495c170b1e0 Mon Sep 17 00:00:00 2001 From: greg-lindsay Date: Fri, 11 Feb 2022 06:58:28 -0800 Subject: [PATCH 09/11] index update --- windows/hub/index.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/hub/index.yml b/windows/hub/index.yml index cd0a734c01..0d25e4093a 100644 --- a/windows/hub/index.yml +++ b/windows/hub/index.yml @@ -44,10 +44,10 @@ productDirectory: summary: Learn more about what's new, what's updated, and what you get in Windows 11 # < 160 chars (optional) items: # Card - - title: What's new in Windows 11 + - title: Windows 11 overview imageSrc: /windows/resources/images/winlogo.svg summary: Get more information about features and improvements that are important to admins - url: /windows/whats-new/windows-11-whats-new + url: /windows/whats-new/windows-11-overview - title: Windows 11 requirements imageSrc: /windows/resources/images/winlogo.svg summary: See the system requirements for Windows 11, including running Windows 11 on a virtual machine From d3c4306845e112e23448a443fedecd09fbd97802 Mon Sep 17 00:00:00 2001 From: greg-lindsay Date: Fri, 11 Feb 2022 06:59:31 -0800 Subject: [PATCH 10/11] index update --- windows/whats-new/index.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/whats-new/index.yml b/windows/whats-new/index.yml index 459aec5b4f..2df276a567 100644 --- a/windows/whats-new/index.yml +++ b/windows/whats-new/index.yml @@ -30,8 +30,8 @@ landingContent: linkLists: - linkListType: overview links: - - text: What's new - url: windows-11-whats-new.md + - text: Windows 11 overview + url: windows-11-overview.md - text: Windows 11 requirements url: windows-11-requirements.md - text: Plan for Windows 11 From 4734fcf9791420183e4aafa46998da2c4be08fe6 Mon Sep 17 00:00:00 2001 From: greg-lindsay Date: Fri, 11 Feb 2022 07:11:20 -0800 Subject: [PATCH 11/11] index update --- windows/hub/index.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/hub/index.yml b/windows/hub/index.yml index 0d25e4093a..278064b469 100644 --- a/windows/hub/index.yml +++ b/windows/hub/index.yml @@ -80,9 +80,9 @@ conceptualContent: # card - title: Overview links: - - url: /windows/whats-new/windows-11-whats-new + - url: /windows/whats-new/windows-11-overview itemType: overview - text: What's new in Windows 11 + text: Windows 11 overview - url: /windows/whats-new/windows-11-plan itemType: overview text: Plan for Windows 11