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

10 lines
307 B
Markdown
Raw Normal View History

2019-03-11 12:17:52 +00:00
# reg restore
> 从备份文件中恢复键和值。
> 参见 `reg-save` 来获取更多的信息。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg-restore>.
2019-03-11 12:17:52 +00:00
- 使用备份文件中的数据覆盖指定的键:
2019-03-11 12:17:52 +00:00
`reg restore {{键名}} {{文件路径}}`