tldr/pages.zh/windows/reg-save.md

13 lines
396 B
Markdown
Raw Normal View History

2019-03-11 12:20:29 +00:00
# reg save
> 将注册表键、子键的所有值保存到一个文件中。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg-save>.
2019-03-11 12:20:29 +00:00
- 将注册表键、子键的所有值保存到一个文件中:
2019-03-11 12:20:29 +00:00
`reg save {{键名}} {{文件的路径}}`
- 在没有提示的情况下强制覆盖现有文件:
2019-03-11 12:20:29 +00:00
`reg save {{键名}} {{文件的路径}} /y`