Autorunning VM -- How to Edit

I have a VM that it set up to start automatically when I select it and exit automatically when I stop it. How do I get it to let me edit the configuration?
 
I had the same problem. I was able to change that by opening the ~/Library/Parallels/whatever/whatever.pvs file in a text editor and changing the following lines to be as shown:

Start auto = 0
AutoShutdown = 0
 
Back
Top