The Computer Oracle

How to change the default editor for PNG files from MS Paint to paint.net in Windows 10?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Flying Over Ancient Lands

--

Chapters
00:00 How To Change The Default Editor For Png Files From Ms Paint To Paint.Net In Windows 10?
00:48 Accepted Answer Score 24
01:32 Thank you

--

Full question
https://superuser.com/questions/971531/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #windows10 #fileassociation #png #defaultsettings

#avk47



ACCEPTED ANSWER

Score 24


I solved my problem by myself. First I decided to find all registry values containing "mspaint.exe" to try to replace the path to MS Paint with what I need. One of the interesting keys I found was this:

HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command

Googled it, and the first search result was this article:

How to change the default image editor program
http://www.techwork.dk/windows-7/how-to-change-the-default-image-editor-program

Tried it, and it works! We just need to change the default value of that key to the string

"C:\Program Files\paint.net\PaintDotNet.exe" "%1"