Corel PaintShop Pro Malware
When you install Corel PaintShop Pro X2 (version 12) you get an extra service that you’re not told about — ProtexisLicensing.
It’s alleged to be spyware that monitors your system and reports back to the software vendor.
Removing it is simple:
- Use the service manager GUI to stop it and set it to disabled (that’s probably enough, but not for me).
- Open a command prompt (with elevated priviledges on Vista, Win7, or Server2008) and type “sc delete protexislicensing”
- Now delete the file “C:\Windows\SysWOW64\PSIService.exe”
For your convenience I’ve included the command to do all these tasts below; simply put them into a batch file and run it (withe elevated priviledges) or copy paste execute each line in a command window.
Odd that I haven’t seen federal charges against Corel for cyber terrorism — they certainly didn’t have my permission to install any type of monitoring software on my machine (and that’s probably true of all their paying customers).
I certainly don’t feel that companies that take actions like this are on any higher moral or legal ground than software pirates — while perhaps not as devious as the root kits many software suppliers installed, it is every bit as invasive.
Join me in boycotting Corel (and any other company that violates the trust of it’s customers)… as a former first lady once said:
Just Say NO!
- Nancy Reagan
——
disable_corel_spyware.bat
sc stop protexislicensing
sc config protexislicensing start= disabled
sc delete protexislicensing
del “%windir%\SysWOW64\PSIService.exe”
You can also download a “fancy” batch file to do the job from my server as a batch file in a 7zip archive disable_corel_spyware.

Related posts:
- Anti-Malware Programs First, malware is a reality and no operating system is immune to it. Malware is most common on operating systems that are prevalent (no reason...
- File System Fragmentation All file systems suffer from fragmentation. Let me rephrase that more clearly in case you didn’t quite get it the first time. ALL FILE SYSTEMS...
- Revise Windows XP “Home” Directory Structure I gave this “tool” to a few of my friends a couple weeks ago and many of them thought it was kewl (a few even...
- Windows Security Sometimes I wonder if Microsoft employees actually run the products they work on. Elevated security, something that debuted on Windows Vista — and apparently derived...
- avast! A couple weeks ago my avast! anti-virus popped up a Window that wanted to reboot the machine, then indicated to me I had NO protection....
- Windows 7 – Clean Install One of the best ways to insure that your computer will have an optimal installation of Windows 7 is to do a clean installation. Of...
- Cloning a VirtualBox Hard Disk Sure it’s easy to install an operating system from scratch in VirtualBox, but it’s much easier (and quicker) to keep a base library of OS...
- Remove Net Meeting If you run an older version of Microsoft Windows (Windows XP or Windows Server 2003 for instance) and you don’t use Net Meeting, you can...
- “<app name> not installed for the current user. Please run setup” ARGH!!! It doesn’t happen often, but it does happen — something goes wrong when shutting down Windows or logging in and all of a sudden...
- Remove Outlook Express If you run an older version of Microsoft Windows (Windows XP or Windows Server 2003 for instance) and you don’t use Outlook Express, or you’ve...

