If I have a MacOS n VM it shows as "MacOS n" in Control Centre. If I upgrade it to MacOS n+1 it still shows as "MacOS n" in CC and I can't change it. Annoying. And anyway I use multiple MacOS VMs for various testing and I'd like to give them appropriate names; currently I can only colour-code them which is less than satisfactory.
You can rename it when the VM is not running. Shutdown the VM -> Configure -> General -> Name. Or are we talking about different things?
There is no 'Configure' option for MacOs VMs when running under Apple Silicon. Or am I missing something?
Oh wow. Guess I should read the manual and some kb articles. Here's some: https://kb.parallels.com/125561 https://kb.parallels.com/128867 https://kb.parallels.com/128842 The last one explains near the end how to change the name of the virtual machine. It would be nice to be able to click on the name text in the Control Center and just type a new name there instead of having to go into the Configure UI which doesn't exist for macOS VMs on Apple silicon.
Exactly. Which is why this is a feature suggestion. I don't care how, but being able to rename VMs would be REALLY USEFUL.
I just changed the name of a macOS VM by, navigating to the appropriate .macvm file for the VM Right-Click | Show Package Contents Edit config.pvs with an appropriate editor (TextEdit should work) Find the <VmName> tag and edit the contents, save file. Code: <Identification dyn_lists=""> ... ... <VmName>macOS Ventura</VmName> This changes the name of the VM machine in Control Centre Also Rename the .macvnm file if you prefer.