Last change
on this file since 98549 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
|
File size:
785 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>
|
---|
8 | In some circumstances it might be required to decrypt previously
|
---|
9 | encrypted VMs. This can be done in VirtualBox Manager or using
|
---|
10 | <userinput>VBoxManage</userinput> with the following command:
|
---|
11 | </p>
|
---|
12 | <pre xml:space="preserve">VBoxManage encryptvm <varname>uuid</varname>|<varname>vmname</varname> setencryption --old-password <varname>file</varname>|-</pre>
|
---|
13 | <p>
|
---|
14 | The only required parameter is the password the VM was encrypted
|
---|
15 | with. The options are the same as for encrypting VMs.
|
---|
16 | </p>
|
---|
17 | </body>
|
---|
18 |
|
---|
19 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.