Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newer windows builds changed the value of Id/SourceAppUserModelId #18

Open
DubyaDude opened this issue Nov 22, 2024 · 2 comments
Open
Labels
help wanted Extra attention is needed

Comments

@DubyaDude
Copy link
Owner

DubyaDude commented Nov 22, 2024

Within newer Windows builds, SourceAppUserModelId is no longer the executable name.
I'm aware of a handful of applications that depend on the executable name or process ID. Should add a helper method to ease this frustration.

@DubyaDude

This comment was marked as outdated.

@DubyaDude DubyaDude added the help wanted Extra attention is needed label Nov 22, 2024
@DubyaDude
Copy link
Owner Author

Found what I believe to be the solution:

Will need to query Windows regarding the AppId, probably through PowerShell, using Get-StartApps.
Will look into creating a utility package to include easy methods for this.

Source: https://stackoverflow.com/a/71889808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant