mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
322 B
322 B
wine reg import
Import keys, values, and data into the Wine registry from a
.regfile. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/reg-import.
- Import registry entries from a file:
wine reg import {{path/to/file.reg}}
- Display help:
wine reg import /?