From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-discardstate.xml | 102 +++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-discardstate.xml (limited to 'doc/manual/en_US/man_VBoxManage-discardstate.xml') diff --git a/doc/manual/en_US/man_VBoxManage-discardstate.xml b/doc/manual/en_US/man_VBoxManage-discardstate.xml new file mode 100644 index 00000000..52343eb6 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-discardstate.xml @@ -0,0 +1,102 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage discardstate + + + + VBoxManage-discardstate + 1 + + + + VBoxManage-discardstate + discard the saved state of a virtual machine + &product-name; + + + + + + VBoxManage discardstate + + uuid + vmname + + + + + + Description + + The VBoxManage discardstate command discards + the saved state of a virtual machine (VM) that is not currently + running. This command causes the VM's operating system to restart + the next time you start the VM. + + + + Where possible, avoid performing this action. The effects of + this command are equivalent to unplugging the power cable on a + physical machine. + + + + + uuid|vmname + + Specifies the Universally Unique Identifier (UUID) or name + of the VM. + + + + + + + Examples + + + The following command discards the saved state file for the VM + called vm2. When you next start the VM, the + VM's operating system is restarted. + +$ VBoxManage discardstate vm2 + + + + See Also + + + + + -- cgit v1.2.3