mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
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:
@@ -518,6 +518,7 @@ static bool RemoveRegistryKeys( bool bPin )
|
||||
if (bPin)
|
||||
{
|
||||
RemoveShellExtKey(L"Launcher.ImmersiveApplication");
|
||||
RemoveShellExtKey(L"Launcher.DesktopPackagedApplication");
|
||||
RemoveShellExtKey(L"Launcher.SystemSettings");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user