mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 03:15:39 +02:00
9 lines
315 B
Markdown
9 lines
315 B
Markdown
# reg load
|
|
|
|
> 将保存的子键加载到不同的子键中。
|
|
> This is intended for troubleshooting and temporary keys.
|
|
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg-load>.
|
|
|
|
- 将备份文件加载到指定的键中:
|
|
|
|
`reg load {{键名}} {{文件的路径}}`
|