Hello!
I've been trying my hardest to make a portable version of Discord for my personal uses, and I have been able to portabalize all of the folders, but not all of the registry entries.
You see, when running a game that utilizes Discord's Rich Presence (referred as RP in this post), it also has it's own application ID along with it. Discord appears to create registry entries upon detection of a game with RP in "HKCU/Software/Classes/discord-(18ch long numeric)". I would like to use [RegistryCleanupForce] to just wipe out all entries, as they're not really needed for function on Discord and tens of these entries can be made if you play a lot of games that have RP functionality, however it seems that wildcards like "1=HKCU\Software\discord-*" do not work.
I know that in the documentation, wildcards are only mentioned for the Files section in launcher.ini, but I am curious if there is such a thing for the registry as well. If it isn't a feature, I would think that's understandable, as one wrong "*" could destroy your system...
Thank you for your time.