CmdPal: add appLicensing for offline install; disable startup (#38152)

- `appLicensing` avoids the issue where installation requires access to the store servers for licensing.
- It was decided that PowerToys would manage CmdPal's startup.
This commit is contained in:
Dustin L. Howett
2025-03-26 06:35:53 -05:00
committed by GitHub
parent 8e27940b77
commit 2623eb10f3
2 changed files with 3 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
<uap5:Extension Category="windows.startupTask">
<uap5:StartupTask
TaskId="CmdPalStartup"
Enabled="true"
Enabled="false"
DisplayName="ms-resource:StartupTaskNameDev" />
</uap5:Extension>