mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 19:55:46 +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>
8 lines
303 B
Markdown
8 lines
303 B
Markdown
# reg unload
|
|
|
|
> `reg load` 명령을 사용하여 로드된 레지스트리에서 데이터를 제거.
|
|
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-unload>.
|
|
|
|
- 지정된 키에 대한 레지스트리 데이터 제거:
|
|
|
|
`reg unload {{키_이름}}`
|