Skip to content

Instantly share code, notes, and snippets.

@kjk
Created April 9, 2020 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjk/e24b32e2438bbee74187a926db16320c to your computer and use it in GitHub Desktop.
Save kjk/e24b32e2438bbee74187a926db16320c to your computer and use it in GitHub Desktop.
checking / setting default programs on windows (made with https://codeeval.dev)
Source code examples:
* https://grep.app/search?q=IApplicationAssociationRegistration&filter[lang][0]=C%2B%2B
* https://github.com/QupZilla/qupzilla/blob/master/src/lib/other/registerqappassociation.cpp
* https://github.com/mpc-hc/mpc-hc/blob/master/src/mpc-hc/FileAssoc.cpp
* https://github.com/syndicodefront/infekt/blob/master/src/win32/default_app_win7.cpp
* https://github.com/syndicodefront/infekt/blob/master/src/win32/default_app_win8.cpp
In gecko-dev source code:
* Telemetry.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment