mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
13 lines
289 B
Markdown
13 lines
289 B
Markdown
# wine reg import
|
|
|
|
> Import keys, values, and data into the Wine registry from a `.reg` file.
|
|
> More information: <https://gitlab.winehq.org/wine/wine/-/wikis/Commands>.
|
|
|
|
- Import registry entries from a file:
|
|
|
|
`wine reg import {{path/to/file.reg}}`
|
|
|
|
- Display help:
|
|
|
|
`wine reg import /?`
|