Skip to content

Instantly share code, notes, and snippets.

@zgabievi
Created August 16, 2021 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zgabievi/8455eb4cc1ee96e6b4f423507d3c3018 to your computer and use it in GitHub Desktop.
Save zgabievi/8455eb4cc1ee96e6b4f423507d3c3018 to your computer and use it in GitHub Desktop.
Fix parallels desktop problems

Network

  1. sudo nano /Library/Preferences/Parallels/network.desktop.xml
  2. find <UseKextless>1</UseKextless> (value can be -1), and change the value to the <UseKextless>0</UseKextless>
  3. if you can't to find this tag, then just create it under root tag here

USB

  1. sudo nano /Library/Preferences/Parallels/dispatcher.desktop.xml
  2. find <Usb>0</Usb> and change to <Usb>1</Usb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment