Skip to content

Instantly share code, notes, and snippets.

@Tomurisk
Created December 25, 2022 12:57
Show Gist options
  • Save Tomurisk/6152261be784effb61fcf1cf5e44edfc to your computer and use it in GitHub Desktop.
Save Tomurisk/6152261be784effb61fcf1cf5e44edfc to your computer and use it in GitHub Desktop.
Adds "Open with paint.net" to images context dialog on current user
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\image]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\image\Shell]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\image\Shell\Open with paint.net]
"Icon"="C:\\Users\\User\\Programs\\paint.net\\paintdotnet.exe"
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\image\Shell\Open with paint.net\command]
@="C:\\Users\\User\\Programs\\paint.net\\paintdotnet.exe \"%1\""
@Tomurisk
Copy link
Author

Replace C:\Users\User\Programs\paint.net\paintdotnet.exe with your installation path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment