toasted icon indicating copy to clipboard operation
toasted copied to clipboard

Use volatile keys for registering app ID

Open ysfchn opened this issue 1 year ago • 1 comments

Should fix edge cases such as when AppUserModelId created as volatile : https://github.com/ysfchn/toasted/issues/3#issuecomment-2291426810

ysfchn avatar Aug 16 '24 20:08 ysfchn

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.

ysfchn avatar Sep 16 '24 11:09 ysfchn