Skip to content

Set AppUserModelID for unpackaged#20018

Open
carlos-zamora wants to merge 2 commits intomainfrom
dev/cazamor/aumid
Open

Set AppUserModelID for unpackaged#20018
carlos-zamora wants to merge 2 commits intomainfrom
dev/cazamor/aumid

Conversation

@carlos-zamora
Copy link
Member

@carlos-zamora carlos-zamora commented Mar 25, 2026

Summary of the Pull Request

Does what it says on the tin. Sets the AUMID to WindowsTerminal.<hash> with a slightly different prefix based on the branding. The hash is based on the full process image name.

Extracted from #20013

@carlos-zamora carlos-zamora enabled auto-merge (squash) March 25, 2026 20:21
aumid = L"WindowsTerminalCanary";
#else
aumid = L"Microsoft.WindowsTerminalDev";
aumid = L"WindowsTerminalDev";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, i mean. only WindowsTerminalDev is bare. Microsoft. is part of all the other three.

Copy link
Member

@DHowett DHowett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(also worth looking at Leonard's comment!)

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants