Examples (7)
Install/uninstall an MSI package
wine msiexec /i|x path/to/package.msiRun `File Explorer`, `Notepad`, or `WordPad`
wine explorer|notepad|writeRun `Registry Editor`, `Control Panel`, or `Task Manager`
wine regedit|control|taskmgrRun the configuration tool
wine winecfgAdd a registry key
wine reg add 'path\to\registry_key' /v Value_name /t REG_SZ|REG_BINARY|REG_DWORD|... /d 'data'made by @shridhargupta | data from tldr-pages