StartMenuHelper: Add shell extension to desktop packaged applications

This will allow `Pin to start` for desktop applications downloaded from
Microsoft Store (such as Windows Terminal).
This commit is contained in:
ge0rdi
2020-06-06 21:10:03 +02:00
parent 9c119c6e29
commit cc02e38aef
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -518,6 +518,7 @@ static bool RemoveRegistryKeys( bool bPin )
if (bPin)
{
RemoveShellExtKey(L"Launcher.ImmersiveApplication");
RemoveShellExtKey(L"Launcher.DesktopPackagedApplication");
RemoveShellExtKey(L"Launcher.SystemSettings");
}