mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 04:42:16 +00:00
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
---
|
||
syntax: markdown
|
||
tags: [tldr, windows]
|
||
source: https://github.com/tldr-pages/tldr.git
|
||
---
|
||
# reg import
|
||
|
||
> Import all available keys, subkeys, and values from a `.reg` file.
|
||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-import>.
|
||
|
||
- Import all keys, subkeys and values from a file:
|
||
|
||
`reg import {{path oile.reg}}`
|