Last active
January 3, 2021 22:26
-
-
Save ozcan-durak/f730da06446f49f45f50b604be72ba1c to your computer and use it in GitHub Desktop.
fix the Network Initialisation Failed Message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To fix the Network Initialisation Failed Message: | |
Type "sudo nano /Library/Preferences/Parallels/network.desktop.xml" (without quotation marks) into the Terminal | |
Input password and press ENTER | |
Find "<UseKextless>1</UseKextless>" (value may be-1), and change the 1 (or-1) to 0. It should look like "<UseKextless>0</UseKextless>". If you can't to find this tag, then just create it under root tag "<ParallelsNetworkConfig ...>here</ParallelsNetworkConfig>" | |
CTRL+X and it will ask you if you want to save changes | |
SHIFT+Y to select yes | |
ENTER to save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works on MacOS Big Sur