Jump to content

scriptor

Newbies
  • Posts

    2
  • Joined

  • Last visited

Everything posted by scriptor

  1. I have a 2 monitor setup and always work with multiple windows and not full screen. With the late updates of paint.net the floating tool boxes became very hard to recognize. They are missing a distinct window border and thus melt with other windows on the background (see attachment) I tried the black UI scheme but this is too dark. Is there a way to get a proper window border on the tool boxes?
  2. to do it quickly you can use the REG command. Open a command prompt as administrator and paste reg query hkcr\SystemFileAssociations\image\shell\edit\command to get the current value. To change the data use: reg add hkcr\SystemFileAssociations\image\shell\edit\command /ve /t REG_EXPAND_SZ /d "\"%ProgramFiles%\Paint.NET\PaintDotNet.exe\" \"%1\"" If your paintdotnet.exe is located elsewhere just adapt the path. Using the REG command you can easily revert to different values without the hassle of navigating inside the registry. And you can always do a query to check if things are as desired. There is no need to reboot after this registry change. I put my REG commands in a batch file so I can change things in one swoop when I setup a new system.
×
×
  • Create New...