mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 11:15:30 +02:00

* windows/reg*: add Korean translation * reg-flags: delete translation --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
9 lines
360 B
Markdown
9 lines
360 B
Markdown
# reg restore
|
|
|
|
> 네이티브 `.hiv` 파일에서 키와 그 값을 복원.
|
|
> 자세한 내용은 `reg-save`를 참조하세요.
|
|
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-restore>.
|
|
|
|
- 백업 파일의 데이터로 지정된 키 덮어쓰기:
|
|
|
|
`reg restore {{키_이름}} {{경로\대상\파일.hiv}}`
|