reg
コマンドプロンプトでコマンドを使用できます。このコマンドを実行するには、管理者アクセスが必要です。管理者としてコマンドプロンプトを開くには:
- スタートメニューを開きます。
- 検索ボックスに「」と入力し
cmd
ます。
- を押し
Ctrl+Shift+Enter
ます。
reg
コマンドの構文は次のとおりです。
REG COPY KeyName1 KeyName2 [/s] [/f]
KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine.
Only HKLM and HKU are available on remote machines.
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.
/s Copies all subkeys and values.
/f Forces the copy without prompt.
これを使用して、レジストリの64ビット領域と32ビット領域の間でキーをコピーしました。例えば:
reg copy HKLM\SOFTWARE\ODBC\ODBC.INI\dsname HKLM\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\dsname /s