I wrote this batch file to solve the problem. It works with XP, hasn't been tested with Vista.
Code: Select all
taskkill /F /IM magicJack.exe /T
taskkill /F /IM mjsetup.exe /T
REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v cdloader /f
del /q "%userprofile%\Desktop\magicJack.LNK"The first two lines stop the two parts of Jack that are running.
The third line stops the "restart automatically on reboot" function
The last nine deletes the desktop shortcut.
Let me know if anyone finds it useful.
Thanks.