Forum Discussion
Nguyenais
Jul 31, 2024Bronze Contributor
How to turn off the recommendations from the desktop?
Nguyenais
Aug 16, 2024Bronze Contributor
You can disbale it via the following command:
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer" -Name "HideRecommendedSection" -PropertyType DWord -Value 1 -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer" -Name "HideRecommendedSection" -PropertyType DWord -Value 1 -Force