1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-03 22:13:32 +02:00
tldr/pages/linux/wine.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

28 lines
592 B
Markdown

# wine
> Run Windows executables on Unix-based systems.
> More information: <https://gitlab.winehq.org/wine/wine/-/wikis/Commands>.
- Run a specific program inside the `wine` environment:
`wine {{command}}`
- Run a specific program in background:
`wine start {{command}}`
- Install/uninstall an MSI package:
`wine msiexec /{{i|x}} {{path/to/package.msi}}`
- Run `File Explorer`, `Notepad`, or `WordPad`:
`wine {{explorer|notepad|write}}`
- Run `Registry Editor`, `Control Panel`, or `Task Manager`:
`wine {{regedit|control|taskmgr}}`
- Run the configuration tool:
`wine winecfg`