Windows10では、Windowsレジストリファイルはどこにありますか?
Windows レジストリは、Windows NT や Windows 2000、およびアプリケーションのための一元的な構成データベースです。 Windows 10/8/7 のレジストリは、チューニング パラメーター、デバイス構成、およびユーザー設定に関する情報を保存します。
ディスク上では、Windows レジストは単に 1 つの大きなファイルではなく、ハイブという個別のファイル群になっています。 各ハイブには、ツリーのルート (つまり、開始点) として機能するキーを持つレジストリ ツリーが含まれています。
Windows レジストリ ファイルの場所
これらのレジストリ ハイブの場所は次のとおりです
- HKEY_LOCAL_MACHINE \SYSTEM : \system32configsystem
- HKEY_LOCAL_MACHINE \SAM : \sam
- HKEY_LOCAL_MACHINE ↵SECURITY : \system32\config\security
- HKEY_LOCAL_MACHINE \SOFTWARE : \system32\config\software
- HKEY_USERS \UserProfile : \winnt\profiles\username
- HKEY_USERS.DEFAULT : \system32\config\default
The supporting files are as follows:
Some hives are volatile and don’t have associated files. The system creates and manages these hives entirely in memory; the hives are therefore temporary. The system creates volatile hives every time the system boots. Examples are:
- HKEY_LOCAL_MACHINE \ HARDWARE : Volatile hive
- HKEY_LOCAL_MACHINE \ SYSTEM \ Clone : Volatile hive
These files are database files, and only RegEdit, Regedit32, and Kernel32 can read them.
レジストリを直接操作するための Windows 10/8/7 の主要ツールはレジストリ エディターです。
レジストリ エディターにアクセスするには、スタート メニューの検索バーに Regedit と入力して Enter を押します。
これに関してさらに読む必要があれば、TechNet にアクセスします。
すべての Windows には、システム内のすべてのハイブを一覧表示するレジストリ キーがあります。 regedit を実行してレジストリ エディタを開き、次のキーに移動すると、完全なリストが表示されます
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\hivelist
レジストリに関する話題の一方で、これらのリンクに興味があるかどうかを確認することもできます。
- Windows レジストリをバックアップする方法
- How To Monitor Changes In The Registry
- Restrict or Restore Access, Lock Out Particular User, Change Key Permissions in the Registry
- How to open multiple instances of the Registry.Net Framework 2.0 は、レジストリの複数のインスタンスを開くことができます。