[Installer][Hotfix]Revert HKCU to HKLM (#23754)

* Revert HKCU to HKLM

* Update comments
This commit is contained in:
Stefan Markovic
2023-02-03 16:09:39 +01:00
committed by GitHub
parent 82c5c00092
commit 2e047e04de
5 changed files with 40 additions and 47 deletions

View File

@@ -36,7 +36,7 @@
<ComponentGroup Id="RunComponentGroup">
<Component Id="launcherShortcutComponent" Directory="LauncherInstallFolder" >
<!-- Toast Notification AUMID -->
<RegistryKey Root="HKCU" Key="SOFTWARE\Classes\AppUserModelId\PowerToysRun">
<RegistryKey Root="HKLM" Key="SOFTWARE\Classes\AppUserModelId\PowerToysRun">
<RegistryValue Type="string" Name="DisplayName" Value="PowerToys Run" />
<RegistryValue Type="string" Name="IconUri" Value="[LauncherImagesFolder]RunAsset.ico" />
</RegistryKey>