Posted On October 8, 2021

How to Remove Windows Junk via GPO – Chat, Weather, Hello, Shopping

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Remove Windows Junk via GPO – Chat, Weather, Hello, Shopping
  1. Download and install Administrative Templates (.admx)

    • Windows 11 October 2021 Update [21H2] – https:// www.microsoft.com/en-us/download/details.aspx?id=103507

    • Windows 10 May 2021 Update (21H1) – https:// www.microsoft.com/download/103124
  2. Update your Central Store in AD (.admx and .adml)

    • \\intranet.kimconnect.com\SYSVOL\contoso.com\policies\PolicyDefinitions-21H2
    • \\intranet.kimconnect.com\SYSVOL\contoso.com\policies\PolicyDefinitions-21H1
  3. Remove Chat & Other Junks
    • GPO path to control Chat is: Computer Configuration > Administrative Templates > Windows Components > Chat

Read Microsoft documentation: https:// docs.microsoft.com/en-us/troubleshoot/windows-client/group-policy/create-and-manage-central-store

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Quick 1-Liner to Locate Path to Executable

PS C:\Users\tester> (get-command robocopy.exe) | select DefinitionDefinition----------C:\Program Files (x86)\Windows Resource Kits\Tools\robocopy.exeC:\Windows\system32\Robocopy.exe

PowerShell: Get Date Taken Value of a Photo or Video

This function only deals with photos. Videos, such as MOV files, have an attribute called…

Windows Short-cut vs Symbolic Link vs Junction vs Hard Link

Although they behave similarly, there are fundamental differences between a short-cut (a Microsoft's implementation for…