mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
99c7af4917
Mass update for more specific "more info" links
592 B
592 B
wine
Run Windows executables on Unix-based systems. More information: https://gitlab.winehq.org/wine/wine/-/wikis/Commands.
- Run a specific program inside the
wineenvironment:
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, orWordPad:
wine {{explorer|notepad|write}}
- Run
Registry Editor,Control Panel, orTask Manager:
wine {{regedit|control|taskmgr}}
- Run the configuration tool:
wine winecfg