git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e192035
)
virt-win-reg: Document syntax for deleting keys and values (RHBZ#737944).
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 22 Oct 2011 14:55:48 +0000
(15:55 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 22 Oct 2011 14:55:48 +0000
(15:55 +0100)
NB: This requires hivex >= 1.3.2 before this syntax becomes true.
tools/virt-win-reg
patch
|
blob
|
history
diff --git
a/tools/virt-win-reg
b/tools/virt-win-reg
index
c9597e7
..
1063617
100755
(executable)
--- a/
tools/virt-win-reg
+++ b/
tools/virt-win-reg
@@
-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