Last change
on this file was 109136, checked in by vboxsync, 5 days ago |
Docs: bugref:10705. The following commits from doc's team git repo has been applied:
e27f2a59b0c37eec9f89bcc9546f247576803d0a Tidy ug for beta
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
712 bytes
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="vmencryption-decryption">
|
---|
4 | <title>Decrypting Encrypted VMs</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>In some circumstances it might be required to decrypt previously encrypted VMs. This can be done using <userinput>VBoxManage</userinput> with the following command: </p>
|
---|
8 | <pre xml:space="preserve">VBoxManage encryptvm <varname>uuid</varname>|<varname>vmname</varname> setencryption --old-password <varname>file</varname>|-</pre>
|
---|
9 | <p>The only required parameter is the password the VM was encrypted with. The options are the same as for encrypting
|
---|
10 | VMs. </p>
|
---|
11 | </body>
|
---|
12 |
|
---|
13 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.