TaffarelJr / config

Machine configuration and setup
MIT License
2 stars 0 forks source link

Remove Windows Store shortcuts #15

Open TaffarelJr opened 3 years ago

TaffarelJr commented 3 years ago

Some tiles in the Start Menu are not actually installed apps, but shortcuts to the app in the Windows Store. I need to figure out how to unpin those shortcuts via PowerShell.

Here's a starting point: https://superuser.com/questions/1191143/how-to-unpin-windows-10-start-menu-ads-with-powershell

(although it mostly just suggests using Export-StartLayout and Import-StartLayout: https://docs.microsoft.com/en-us/archive/blogs/deploymentguys/windows-10-start-layout-customization)