Remove “Folders” in “This PC”

Hello,
If you have a Windows 8.1/2012R2, you should noticed :

ThisPC-Before
I find that pretty annoying, hopefully, there is a solution :

Get-ChildItem 'HKLM:SOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace' | Where-Object -FilterScript { $_.PSChildName -as [guid] } | Remove-Item -Verbose

ThisPC-PowerShell
And now, “This PC” is “clean” :
ThisPC-After

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.