Home > System Tutorial > LINUX > body text

How to start VirtualBox virtual machine with one click under Ubuntu operating system

WBOY
Release: 2024-01-08 11:21:48
forward
1127 people have browsed it

Nowadays, more and more people use Ubuntu or Mac, but in many cases they still cannot do without Windows, so most people install Virtualbox and run Windows virtual machines in VBox.

How do you start a Windows virtual machine? Is it true? 1. Run Virtualbox 2. Click on the icon of the virtual machine 3. Click "Start"

Then you can consider creating a shortcut for a single virtual machine to improve work efficiency. Don’t underestimate this little time, the time saved every day should not be underestimated!

Create a program shortcut on the desktop/Dock:

/usr/bin/VBoxManage startvm virtual machine name

For example, my virtual machine is called XP, then this command is

/usr/bin/VBoxManage startvm XP

Different systems may have different locations for VBoxManage. Use this command to find the path where VBoxManage is located:

which VBoxManage

The above is the detailed content of How to start VirtualBox virtual machine with one click under Ubuntu operating system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template