CMD reg 命令详解


管理系统注册表。

另请参阅: regEdit     regsvr32

基本用法     详细用法     基本语法


REG Operation [Parameter List]
			

Operation 操作

参数 EN 解释 中文翻译 备注
add Adds a new subkey or entry to the registry. 向注册表添加新的子键或条目。
compare Compares specified registry subkeys or entries. 比较指定注册表子键或条目。
copy Copies a registry entry to a specified location on the local or remote computer. 将注册表条目拷贝到本地或远程计算机中的指定位置。
delete Deletes a subkey or entries from the registry. 从注册表删除子键或条目。
export Copies the specified subkeys, entries, and values of the local computer into a file for transfer to other servers. 将本地计算机的指定子键、条目及值拷贝到文件,为传输到其它服务器。
import Copies the contents of a file that contains exported registry subkeys, entries, and values into the registry of the local computer. 将包含导出注册表子键、条目及值的文件的内容,拷贝到本地计算机注册表。
load Writes saved subkeys and entries into a different subkey in the registry. 将保存子键和条目,写入注册表不同子键。
query Returns a list of the next tier of subkeys and entries that are located under a specified subkey in the registry. 返回注册表指定子键下的下一层子键及条目的列表。
restore Writes saved subkeys and entries back to the registry. 将保存子键和条目写回注册表。
save Saves a copy of specified subkeys, entries, and values of the registry in a specified file. 将注册表指定子键、条目及值的副本,保存到指定文件。
unload Removes a section of the registry that was loaded using the reg load operation. 移除使用 reg 加载操作加载的注册表区间。
flags 标志

返回代码 (REG COMPARE 除外):

0 - 成功

1 - 失败

QUERY 查询

参数 EN 解释 中文翻译 备注

基本用法

功能 命令 文字解释 示例 示例解释
帮助 reg /? 展示帮助信息
REG Operation /? 展示操作帮助信息

 

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。