|
|
| 第 12 行: |
第 12 行: |
| == 历史 == | | == 历史 == |
| ===Windows 3.1x=== | | ===Windows 3.1x=== |
| Initially, Windows configuration have been managed via <code>.ini</code> files, which defined variables in specific segments, and the registry was used for OLE/COM and file type registration only. Also registry hives had 64KB limits, which prevented to store more configuration data. For these purposes the Registration Info Editor was created to manage registry data, which was debuted as <code>regedt32.exe</code>.
| | 最初,Windows 配置是通过 <code>.ini</code> 文件来管理的,这些文件定义了特定段中的变量,注册表仅用于 OLE/COM 和文件类型注册。此外,注册表配置单元有 64KB 限制,这阻止了存储更多配置数据。为此,创建了注册信息编辑器(Registration Info Editor)来管理注册表数据,它作为 <code>regedt32.exe</code> 首次亮相。 |
|
| |
|
| With [[Windows NT 3.1]] release, registry architecture of Windows have been substantially improved: the hierarchic structure have been preserved, implemented custom format of registry hives and saved format similar to <code>.ini</code> files, added security for registry keys and values in couple with multiple types of data, such as binary and text. Registry hive files were moved into <code>C:\Windows\System32\config</code> and crossed the 64KB limit of values. Registration Info Editor have been ported and slightly modified to contain multiple views of keys, security management and child windows listing.<gallery>
| | 随着 [[Windows NT 3.1]] 的发布,Windows 的注册表架构得到了显著改进:保留了层次结构,实现了注册表配置单元的自定义格式和类似于 <code>.ini</code> 文件的保存格式,增加了注册表键和值的安全性,并与多种类型的数据(如二进制和文本)相结合。注册表配置单元文件已移动到 <code>C:\Windows\System32\config</code> 中,并超过了 64KB 的值限制。注册信息编辑器已移植并稍作修改,以包含键、安全管理和子窗口列表的多个视图。 |
| File:RegistrationInfoEditor.png|Registration Info Editor in Windows 3.1x
| | <gallery> |
| File:Win95-73f-Regedit.png|Registration Info Editor in [[Windows 95 build 73f]]
| | RegistrationInfoEditor.png|Windows 3.1x 中的注册信息编辑器 |
| | Win95-73f-Regedit.png|[[Windows 95 Build 73f]] 中的注册信息编辑器 |
| </gallery> | | </gallery> |
|
| |
|