Example of a desktop file starting virtual machine called w7 is as follows (file name w7.desktop)
This file contains 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
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Name=w7 | |
Comment=Starts the VirtualBox machine w7 | |
Type=Application | |
Exec=/usr/lib/virtualbox/VirtualBox --comment "w7" --startvm "25e911a6-7bae-422a-84c2-30ced68d701d" | |
Icon=w7.png |
vboxmanage list vms
"w7" {25e911a6-7bae-422a-84c2-30ced68d701d}