parallels desktop: Your virtual machine will continue to function normally, but will not be able to connect to the network

1. Open the file in the specified path

/Library/Preferences/Parallels/network.desktop.xml

<?xml version="1.0" encoding="UTF-8"?>
<ParallelsNetworkConfig dyn_lists="VirtualNetworks 1" schemaVersion="1.0">
   <SystemFlags></SystemFlags>
   <IPv6Enabled>1</IPv6Enabled>
   <UseKextless>-1</UseKextless>

Change <UseKextless>-1</UseKextless> to

<UseKextless>0</UseKextless>

2. Open the file in the specified path

/Library/Preferences/Parallels/dispatcher.desktop.xml

            <UsbVirtualDisks dyn_lists="">
               <FireWire>1</FireWire>
               <Usb>0</Usb>

Change <Usb>0</Usb> to

<Usb>1</Usb>

---

PD is not recommended to download in the Apple Store, but to the official website to download

Run Windows on Mac - Parallels Desktop 17 for Mac Virtual Machine Parallels Desktop - Run Windows on Mac without rebooting! Getting started is easy. download immediately. Try it now for free! https://www.parallels.com.cn/products/desktop/

PD-Run

https://github.com/lihaoyun6/PD-Runner/releaseshttps://github.com/lihaoyun6/PD-Runner/releaseslihaoyun/PD-Runner - Gitee.comhttps://gitee.com/lihaoyun/PD-Runner/tree/main/release

Guess you like

Origin blog.csdn.net/libaineu2004/article/details/122190914