X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-win-reg;h=91a167315f8c8573ef2ab017dc92b6f87d9283c3;hb=48133118071a26950840fe33326c09130955c35e;hp=b4bb1f0f6625419f0b2ffd85b13fce003dc67255;hpb=4b48f93ce6407923ea23451cfe39ac63811d1f42;p=libguestfs.git diff --git a/tools/virt-win-reg b/tools/virt-win-reg index b4bb1f0..91a1673 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -151,8 +151,23 @@ Paths and value names are case-insensitive. Registry keys like C don't really exist in the Windows Registry at the level of the hive file, and therefore you -cannot modify these. Replace this with C, and -similarly for other C keys. +cannot modify these. + +C is usually an alias for C. In +some circumstances it might refer to another control set. The way +to find out is to look at the C key: + + # virt-win-reg WindowsGuest 'HKLM\SYSTEM\Select' + [HKEY_LOCAL_MACHINE\SYSTEM\Select] + "Current"=dword:00000001 + "Default"=dword:00000001 + "Failed"=dword:00000000 + "LastKnownGood"=dword:00000002 + +"Default" is the one which Windows will choose when it boots. + +Similarly, other C keys in the path may need to +be replaced. =head1 OPTIONS @@ -472,7 +487,7 @@ L =head1 AUTHOR -Richard W.M. Jones L +Richard W.M. Jones L =head1 COPYRIGHT