1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00
tldr/pages.zh/windows/reg-restore.md

10 lines
307 B
Markdown
Raw Normal View History

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