名 前
virt-win-reg - Windows 仮 想 マ シ ン か ら の Windows レ ジ ス ト リ エ ン ト リ ー の エ ク ス ポ ー ト お よ び マ ー ジ
書 式
virt-win-reg
domname 'HKLM\Path\To\Subkey'
virt-win-reg domname 'HKLM\Path\To\Subkey' name
virt-win-reg domname 'HKLM\Path\To\Subkey' @
virt-win-reg --merge domname [input.reg ...]
virt-win-reg [--options] disk.img ... # 仮 想
マ シ ン 名 の 代
わ り
警 告
You must not use "virt-win-reg" with the --merge option on live virtual machines. If you do this, you will get irreversible disk corruption in the VM. "virt-win-reg" tries to stop you from doing this, but doesn’t catch all cases.
Modifying the Windows Registry is an inherently risky operation. The format is deliberately obscure and undocumented, and Registry changes can leave the system unbootable. Therefore when using the --merge option, make sure you have a reliable backup first.
説 明
こ の プ ロ グ ラ ム は Windows 仮 想 マ シ ン か ら Windows レ ジ ス ト リ の エ ン ト リ ー を エ ク ス ポ ー ト お よ び マ ー ジ で き ま す 。 第 一 パ ラ メ ー タ ー は Windows 仮 想 マ シ ン の libvirt 仮 想 マ シ ン 名 ま た は 生 の デ ィ ス ク イ メ ー ジ で す 。
If --merge is not specified, then the chosen registry key is displayed/exported (recursively). For example:
$ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft'
You can also display single values from within registry keys, for example:
$
cvkey='HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion'
$ virt-win-reg Windows7 $cvkey ProductName
Windows 7 Enterprise
--merge を 用 い る と 、 テ キ ス ト の regedit フ ァ イ ル を Windows レ ジ ス ト リ ー の 中 に 結 合 で き ま す :
$ virt-win-reg
--merge Windows7 changes.reg 注 記
This program is only meant for simple access to the
registry. If you want to do complicated things with the
registry, we suggest you download the Registry hive files
from the guest using libguestfs(3) or
guestfish(1) and access them locally, eg. using
hivex(3), hivexsh(1) or
hivexregedit(1).
オ プ シ ョ ン
--help
簡 単 な ヘ ル プ
を 表 示 し ま す
。
--version バ ー ジ ョ ン
番 号 を 表 示 し
て 、 終 了 し ま
す 。
--debug デ バ ッ グ メ
ッ セ ー ジ を 有
効 に し ま す 。
-c URI
--connect URI
libvirt を 使 用 し て い る と 、 指 定 さ れ た URI に 接 続 し ま す 。 省 略 す る と 、 デ フ ォ ル ト の libvirt ハ イ パ ー バ イ ザ ー に 接 続 し ま す 。 仮 想 マ シ ン の ブ ロ ッ ク デ バ イ ス を 直 接 指 定 す る と 、 libvirt は ま っ た く 使 用 さ れ ま せ ん 。
--format raw
Specify the format of disk images given on the command line. If this is omitted then the format is autodetected from the content of the disk image.
If disk images are requested from libvirt, then this program asks libvirt for this information. In this case, the value of the format parameter is ignored.
If working with untrusted raw-format guest disk images, you should ensure the format is always specified.
--merge
In merge mode, this merges a textual regedit file into the Windows Registry of the virtual machine. If this flag is not given then virt-win-reg displays or exports Registry entries instead.
Note that --merge is unsafe to use on live virtual machines, and will result in disk corruption. However exporting (without this flag) is always safe.
--encoding UTF-16LE|ASCII
When merging (only), you may need to specify the encoding for strings to be used in the hive file. This is explained in detail in "ENCODING STRINGS" in Win::Hivex::Regedit(3).
The default is to use UTF-16LE, which should work with recent versions of Windows.
--unsafe-printable-strings
When exporting (only), assume strings are UTF-16LE and print them as strings instead of hex sequences. Remove the final zero codepoint from strings if present.
This is unsafe and does not preserve the fidelity of strings in the original Registry for various reasons:
• |
Assumes the original encoding is UTF-16LE. ASCII strings and strings in other encodings will be corrupted by this transformation. | ||
• |
Assumes that everything which has type 1 or 2 is really a string and that everything else is not a string, but the type field in real Registries is not reliable. | ||
• |
Loses information about whether a zero codepoint followed the string in the Registry or not. |
This all happens because the Registry itself contains no information about how strings are encoded (see "ENCODING STRINGS" in Win::Hivex::Regedit(3)).
You should only use this option for quick hacking and debugging of the Registry contents, and never use it if the output is going to be passed into another program or stored in another Registry.
サ ポ ー ト さ れ る シ ス テ ム
The program
currently supports Windows NT-derived guests starting with
Windows XP through to at least Windows 8. 以 下
の レ ジ ス ト リ
キ ー が サ ポ ー
ト さ れ ま す :
"HKEY_LOCAL_MACHINE\SAM"
"HKEY_LOCAL_MACHINE\SECURITY"
"HKEY_LOCAL_MACHINE\SOFTWARE"
"HKEY_LOCAL_MACHINE\SYSTEM"
"HKEY_USERS\.DEFAULT"
"HKEY_USERS\SID" こ こ で
SID は Windows User SID で す
(例 : "S-1-5-18")。
"HKEY_USERS\username" こ こ
で username は ロ ー カ
ル ユ ー ザ ー 名
で す (こ れ は libguestfs
の 拡 張 で す )。
You can use "HKLM" as a shorthand for "HKEY_LOCAL_MACHINE", and "HKU" for "HKEY_USERS".
The literal keys "HKEY_USERS\$SID" and "HKEY_CURRENT_USER" are not supported (there is no "current user").
WINDOWS
8
Windows 8 "fast startup" can prevent virt-win-reg
from being able to edit the Registry. See "WINDOWS
HIBERNATION AND WINDOWS 8 FAST STARTUP" in
guestfs(3).
エ ン コ ー デ ィ ン グ
"virt-win-reg" expects that regedit files have already been reencoded in the local encoding. Usually on Linux hosts, this means UTF-8 with Unix-style line endings. Since Windows regedit files are often in UTF-16LE with Windows-style line endings, you may need to reencode the whole file before or after processing.
To reencode a file from Windows format to Linux (before processing it with the --merge option), you would do something like this:
iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg
To go in the opposite direction, after exporting and before sending the file to a Windows user, do something like this:
unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg エ ン コ ー デ ィ ン グ の 詳 細 は Win::Hivex::Regedit(3) を 参 照 し て く だ さ い 。
If you are unsure about the current encoding, use the file(1) command. Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-style (CRLF) line endings, like this:
$ file
software.reg
software.reg: Little-endian UTF-16 Unicode text, with very
long lines,
with CRLF line terminators
This file would need conversion before you could --merge it.
CurrentControlSet な ど 。
Registry keys like "CurrentControlSet" don’t really exist in the Windows Registry at the level of the hive file, and therefore you cannot modify these.
"CurrentControlSet" is usually an alias for "ControlSet001". In some circumstances it might refer to another control set. The way to find out is to look at the "HKLM\SYSTEM\Select" 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
"Current" is the one which Windows will choose when it boots.
Similarly, other "Current..." keys in the path may need to be replaced.
レ ジ ス ト リ ー キ ー お よ び 値 の 削 除 方 法
レ ジ ス ト リ キ ー 全 体 を 削 除 す る に は 、 こ の 構 文 を 使 用 し ま す :
[-HKEY_LOCAL_MACHINE\Foo] キ ー に あ る 単 一 の 値 を 削 除 す る に は 、 こ の 構 文 を 使 用 し ま す :
[HKEY_LOCAL_MACHINE\Foo]
"Value"=-
Windows の ヒ ン ト
Note that some of these tips modify the guest disk image. The guest must be shut off, else you will get disk corruption.
RUNNING A
BATCH SCRIPT WHEN A USER LOGS IN
Prepare a DOS batch script, VBScript or executable. Upload
this using guestfish(1). For this example the script
is called "test.bat" and it is uploaded into
"C:\":
guestfish -i -d WindowsGuest upload test.bat /test.bat
Prepare a regedit file containing the registry change:
cat >
test.reg <<'EOF'
[HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"Test"="c:\\test.bat"
EOF
In this example we use the key "RunOnce" which means that the script will run precisely once when the first user logs in. If you want it to run every time a user logs in, replace "RunOnce" with "Run".
Now update the registry:
virt-win-reg
--merge WindowsGuest test.reg サ ー ビ
ス の イ ン ス ト
ー ル 方 法
This section assumes you are familiar with Windows services,
and you either have a program which handles the Windows
Service Control Protocol directly or you want to run any
program using a service wrapper like SrvAny or the free
RHSrvAny.
First upload the program and optionally the service wrapper. In this case the test program is called "test.exe" and we are using the RHSrvAny wrapper:
guestfish -i -d
WindowsGuest <<EOF
upload rhsrvany.exe /rhsrvany.exe
upload test.exe /test.exe
EOF
Prepare a regedit file containing the registry changes. In this example, the first registry change is needed for the service itself or the service wrapper (if used). The second registry change is only needed because I am using the RHSrvAny service wrapper.
cat >
service.reg <<'EOF'
[HKLM\SYSTEM\ControlSet001\services\RHSrvAny]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"="c:\\rhsrvany.exe"
"DisplayName"="RHSrvAny"
"ObjectName"="NetworkService"
[HKLM\SYSTEM\ControlSet001\services\RHSrvAny\Parameters]
"CommandLine"="c:\\test.exe"
"PWD"="c:\\Temp"
EOF 注 :
• |
For use of "ControlSet001" see the section above in this manual page. You may need to adjust this according to the control set that is in use by the guest. | ||||||||||||||||||
• |
"ObjectName" controls the privileges that the service will have. An alternative is "ObjectName"="LocalSystem" which would be the most privileged account. マ ジ ッ ク ナ ン バ ー の 意 味 は 次 の Microsoft KB 記 事 を 参 照 し て く だ さ い : http://support.microsoft.com/kb/103000. レ ジ ス ト リ を 更 新 し ま す : virt-win-reg --merge WindowsGuest service.reg SHELL QUOTINGシ ェ ル に お い て "\" (backslash) を 含 む パ ラ メ ー タ ー を 渡 す と き 、 注 意 す る 必 要 が あ り ま す 。 通 常 シ ェ ル か ら そ れ ら を 保 護 す る に は 、 ’単 一 引 用 符 ’ ま た は 二 つ の バ ッ ク ス ラ ッ シ ュ (し か し 、 両 方 で は な い ) を 使 用 す る 必 要 が あ り ま す 。 パ ス お よ び 値 の 名 前 は 大 文 字 小 文 字 を 区 別 し ま す 。 関 連 項 目hivex(3), hivexsh(1), hivexregedit(1), guestfs(3), guestfish(1), virt-cat(1), virt-tail(1), Sys::Guestfs(3), Win::Hivex(3), Win::Hivex::Regedit(3), Sys::Virt(3), http://libguestfs.org/. 著 者Richard W.M. Jones http://people.redhat.com/~rjones/ COPYRIGHTCopyright (C) 2010 Red Hat Inc. LICENSEBUGSTo get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools When reporting a bug, please supply:
|