I don't think removing them would do any harm. You could just move them out, then move them back in if something goes wrong or nothing changes.
com.parallels.desktop.launchdaemon.plist:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ExitTimeOut</key>
<integer>150</integer>
<key>HopefullyExitsFirst</key>
<true/>
<key>Label</key>
<string>com.parallels.desktop.launchdaemon</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Parallels/Parallels Service.app/Contents/Resources/ParallelsDispatcherService</string>
<string>start</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
com.parallels.vm.prl_pcproxy.plist:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.parallels.vm.prl_pcproxy</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Parallels/Parallels Service.app/Contents/PlugIns/Parallels NAPT Service.app/Contents/MacOS/prl_naptd</string>
<string>proxy</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>DYLD_LIBRARY_PATH</key>
<string>/Library/Parallels/Parallels Service.app/Contents/MacOS</string>
<key>PARALLELS_NAPT_APP_MODE</key>
<string>desktop</string>
</dict>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<true/>
</dict>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
com.parallels.desktop.launch.plist:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.parallels.desktop.client.launch</string>
<key>LimitLoadToSessionType</key>
<string>Aqua</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Parallels Desktop.app/Contents/PlugIns/PD_Starter.app/Contents/MacOS/prl_client_app</string>
<string>--mode</string>
<string>cache</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>