The culprit is most likely caused by the "Browse with Corel PaintShop Pro X4" registry entries from when PaintShop Pro X4 was installed. I
removed these registry keys and reset the
default Windows actions for folders/drives to the default Windows settings using the following .REG file:
(ED NOTE: This .REG file was from a legacy x86 Windows XP system; your system may vary...)- Code: Select all
Windows Registry Editor Version 5.00
;These reset the default action for Directories/Drives to "none"
[HKEY_CLASSES_ROOT\Directory\shell]
@="none"
[HKEY_CLASSES_ROOT\Drive\shell]
@="none"
;These remove "Browse with Corel PaintShop Pro X4" from Directories/Drives
[-HKEY_CLASSES_ROOT\Directory\shell\Browse with Corel PaintShop Pro X4]
[-HKEY_CLASSES_ROOT\Drive\shell\Browse with Corel PaintShop Pro X4]
Of course,
always backup your registry before making
any changes.
There is more information about Directories/Drives and default actions that I can provide, but
these are the
likely culprits...
(I never understood the inclusion of the latest "Browse with..." functions of PSP, because they do not operate the same as they did in legacy Jasc versions...)