 reis
| what exactly is this?
have no idea and my question would be if is important enough not to delete, where does it come from, thanks in advance
|
 John Stafford
| This gets installed and is the background down loader Corel Products like WinDVD
you can disable it once you product is installed.
|
 Anonymous
| If you uninstall the file(s) you may be unable to play High Definition DVDs. The service is required to update decryption keys from Corel if the need arises.
|
 simor
| Some protection service that gets installed together with Corel DRAW! (probably others). If you set it to manual or disable, Corel's product won't run (asks to reinstall). More information
|
 Konky
| This crap makes ICS not working.
Only google loads.
I have not investigated, but whatever it does must be very very odd and is potential virus/trojan like.
When i got it running all computer that use my Internet connection share can only access google.com through their browser (normal tcp/ip works!!).
killing the process immideately makes the computers work again! (took me many many hours to find)
This can mean that fucking service actually monitors internet searches and got a bug.
Whoever is responsible: fuck you for wasting my time ! ;)
|
 Ben
| Secunia security scanner related. More information
|
 vomorg
| create a cmd file in program dir with such contents:
_________________________________________
net start "Protexis Licensing V2"
start "" "Corel Paint Shop Pro Photo.exe"
ping 0 -n 15 >nul
net stop "Protexis Licensing V2"
________________________________________
change target of the shortcut that starts corel psp x2 to cmd-file you created.
it will launch service,then program,waits for 15 seconds (until x2 loads) and then terminate service, but paint will work
|
 thx1138
| they are watching you. every thing you do. every place you go. reading any file they wish.
|
 Ted Kaczinsky
| "they are watching you. every thing you do. every place you go. reading any file they wish." -Who the hell is this guy? I'm sure it's possible, but honestly I don't really give a damn! I just want my computer to run faster!Anyone have any definitive answers as to what exactly this program does or doesn't do?
|
 hans
| its the licensing thread from paint shop pro x2 ultimate
|
 Punky
| This is put in by Corel for piracy, you can disable in services.
|
 nedwired
| I am no expert but I know this thing is a problem. I am ending it and might give Corel request for info.
|
 David
| This service I have found was installed with InterVideo Windvd 8.
It causes my laptop to thrash the hard drive and gives memory reference errors. Removing it causes the WinDVD program to stop working with an error stating that the program needs to be reinstalled.
|
 BlackBeard
| @vomorg
Your idea was correct, but I had to change it to:
net start "Protexis Licensing V2"
"Corel Paint Shop Pro Photo.exe"
net stop "Protexis Licensing V2"
As you can see I had to remove the start command to get the PSP.exe to run.
Also, I couldn't get the pinging to mean anything. In other words when I would run this cmd, the license would start, PSP would start. The CMD script wouldn't end until I exited PSP completely.
For those wondering, just make a text file where your PSP.exe resides. Insert the above, make sure the Corel Paint Shop Pro.exe matches your exe and save. Then rename the text file to anyname.CMD
When you make a shortcut to that CMD file or double click it, it will run V2 Protection, start PSP, then after PSP exits the CMD file will exit.
|