Bringiton Posted January 19, 2019 Posted January 19, 2019 I bought paint.net to support the development und wanted to set it as described to the default editor for pictures. With the old program this was no problem. regedit-> HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command and change the value %systemroot%\system32\mspaint.exe “%1″ to C:\Program Files\paintnet\pdn.exe „%1“ Now it does not work, because the programm is under "WindowsApps" and after i change it windows tells me "You don't have the clearance to access it" What can i do to get it done? Quote
Zagna Posted January 19, 2019 Posted January 19, 2019 paint.net 4.1.5 is now available! Fixed: The paintdotnet: protocol should now work properly with paths that have spaces in them That should work? Instead of .exe, just have paintdotnet:%1 1 Quote
Rick Brewster Posted January 22, 2019 Posted January 22, 2019 The paintdotnet: protocol also works with the Classic version, fwiw Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Bringiton Posted January 25, 2019 Author Posted January 25, 2019 Tank You for your replies, but i do no understand completely. Paintnet is installed under C:\Program Files\WindowsApps\dotPDNLLC.paint.net_4.105.6913.0_x64__h55e3w7q8jbva\ What do you mean exactly? Quote
toe_head2001 Posted January 25, 2019 Posted January 25, 2019 6 minutes ago, Bringiton said: What do you mean exactly? paintdotnet: protocol can be used to launch the app so that you can specify command-line parameters. For example, you can go to Start -> Run and type in paintdotnet:"path to file1.png" path_to_file_2.png then both images will be opened (even if Paint.NET is already open) Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab
Rick Brewster Posted January 27, 2019 Posted January 27, 2019 Also, from a batch file you would use start paintdotnet: There's some more discussion over here where it was troubleshooted recently: Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Siezear Posted June 10, 2020 Posted June 10, 2020 Hello, I couldn't make the protocol work in the registry for context menu items - eventually I found a solution I'd done on a previous computer and copied it -so I can't acknowledge those who provided the original info, but I couldn't find anything on an extensive internet search today, so here goes: To set the Windows Store version of Paint.Net as a context menu "Edit with PAINT.NET" use the registry entries below. To make it the default "edit" just change delete the "..with PAINT.NET" from both keys below and import to the registry: [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with PAINT.NET] "AppUserModelID"="dotPDNLLC.paint.net_h55e3w7q8jbva!dotPDNLLC.paint.net" "PackageRelativeExecutable"="PaintDotNet.exe" "Parameters"="\"%1\"" "ContractId"="Windows.File" "DesiredInitialViewState"=dword:00000000 "PackageId"="dotPDNLLC.paint.net_4.200.7133.0_x64__h55e3w7q8jbva" [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with PAINT.NET\command] "DelegateExecute"="{BFEC0C93-0B7D-4F2C-B09C-AFFFC4BDAE78}" Hope that helps anyone who is still looking for this. Quote
JTF7502 Posted October 3, 2021 Posted October 3, 2021 To create a REG file from the entries given above by Siezear, add the following line to the beginning of the file, followed by a blank line, for Windows to recognize it as a proper REG file. Windows Registry Editor Version 5.00 It MUST be the first line of the file. Quote
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.