Parallels Desktop 16 网络问题解决

1
2
3
4
5
6
7
8
9
10
1. Open TextEdit and create a new file
2. Convert it to plain text by clicking Format > Make Plain Text
3. Add your commands, one per line:

sudo -b /Applications/Parallels\ Desktop.app/Contents/MacOS/prl_client_app

4. Rename file to Parallels.command
5. Run

chmod u+x ~/Desktop/Parallels.command in your terminal, where ~/Desktop/Parallels.command is the path to your script. This will give the terminal permission to run the file