mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
virt-win-reg: Document syntax for deleting keys and values (RHBZ#737944).
NB: This requires hivex >= 1.3.2 before this syntax becomes true.
This commit is contained in:
@@ -640,6 +640,17 @@ to find out is to look at the C<HKLM\SYSTEM\Select> key:
|
||||
Similarly, other C<Current...> keys in the path may need to
|
||||
be replaced.
|
||||
|
||||
=head1 DELETING REGISTRY KEYS AND VALUES
|
||||
|
||||
To delete a whole registry key, use the syntax:
|
||||
|
||||
[-HKEY_LOCAL_MACHINE\Foo]
|
||||
|
||||
To delete a single value within a key, use the syntax:
|
||||
|
||||
[HKEY_LOCAL_MACHINE\Foo]
|
||||
"Value"=-
|
||||
|
||||
=head1 WINDOWS TIPS
|
||||
|
||||
Note that some of these tips modify the guest disk image. The guest
|
||||
|
||||
Reference in New Issue
Block a user