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

Use volatile keys for registering app ID #4

Open
ysfchn opened this issue Aug 16, 2024 · 1 comment
Open

Use volatile keys for registering app ID #4

ysfchn opened this issue Aug 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ysfchn
Copy link
Owner

ysfchn commented Aug 16, 2024

Should fix edge cases such as when AppUserModelId created as volatile : #3 (comment)

@ysfchn
Copy link
Owner Author

ysfchn commented Sep 16, 2024

Just an update for this, winreg (which is a standard/built-in Python library to access Windows Registry) doesn't appear to have required parameters to mark a registry key as volatile, so I'm currently trying to figure out to create registry access methods that manually calls Windows functions with ctypes instead of simply using winreg since it is limited for our case, but will take some time for me to implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant