hikaritenchi Posted January 12, 2020 Share Posted January 12, 2020 For the UWP version, I'm having a similar problem as this topic: https://forums.getpaint.net/topic/113700-set-paintnet-from-windows-app-store-as-default-editor-in-context-menu/ The issue is that when editing the registry, I can't figure out how to get the paintdotnet: protocol to work. Note that this is specifically for being able to right-click on an image file and choose the "Edit" item. Right-clicking and selecting "open with" works correctly, etc. If I use any combination of quotation marks and spaces for paintdotnet:%1, then there's an access error complaining about permissions. This could very well be due to Windows not understanding the protocol (I get the same error if I misspell paintdotnet), but it could be because I'm typing something else wrong. If I use start paintdotnet:%1, it actually does the same thing as if I just use start, which is to open the "what do you want to open this file with?" dialog. Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted January 12, 2020 Share Posted January 12, 2020 If the path has spaces in it, wrap the string in quotation marks. If it has no spaces, quotation marks are not required. More info here: https://www.getpaint.net/doc/latest/paintdotnetProtocol.html Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Rick Brewster Posted January 13, 2020 Share Posted January 13, 2020 Yeah the protocol stuff is really picky about quotes and spaces. Once you get it right, it's happy, but it's super mean until then. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.