How to uninstall parallels 10? the PDremove doesn't work

Discussion in 'Installation and Configuration of Parallels Desktop' started by venndi, Aug 30, 2015.

  1. venndi

    venndi Bit poster

    Messages:
    2
    Hi
    When I open the PDremove from Finder, with ctrl then click open, I become this error: [​IMG]
     
  2. marat_t

    marat_t Pro

    Messages:
    288
    To remove Parallels Desktop completely, please open Terminal (/Applications/Utilities) and execute the following commands one by one:

    cd Desktop/

    mkdir temp_parallels

    cd temp_parallels/

    curl -O http://kb.parallels.com/Attachments/kcs-35959/PDremove.zip

    unzip PDremove.zip

    cd PDremove.app/Contents/

    sudo chmod 777 PDUninstaller.sh

    sudo ./PDUninstaller.sh

    rm -rf ~/Desktop/temp_parallels/

    sudo rm -rf /Library/Preferences/Parallels

    rm -rf ~/Library/Parallels/

    rm -rf ~/Library/Preferences/Parallels/

    sudo rm /var/root/Library/Preferences/com.parallels.*
     
  3. EvgenyK1

    EvgenyK1 Bit poster

    Messages:
    1
  4. marat_t

    marat_t Pro

    Messages:
    288
    yep, will also work for Parallels Desktop 11.
     
  5. venndi

    venndi Bit poster

    Messages:
    2
    I just noticed the answer, thanks for that, but It's faild by me. After "sudo ./PDUninstaller.sh", I become this in terminal.
    [​IMG]
     
  6. marat_t

    marat_t Pro

    Messages:
    288
    I missed one command.... open Terminal again and execute
    sudo rm -rf /Library/Preferences/Parallels

    rm -rf ~/Library/Parallels/

    rm -rf ~/Library/Preferences/Parallels/

    sudo su

    cd /var/root/Library/Preferences/

    rm com.parallels.*
     

Share This Page