diff --git a/pages/linux/wine.md b/pages/linux/wine.md index a658b408b..f6e85e22b 100644 --- a/pages/linux/wine.md +++ b/pages/linux/wine.md @@ -1,20 +1,28 @@ # wine -> Run Windows programs on Unix. +> Run Windows executables on Unix-based systems. > More information: . -- Run `ipconfig.exe` program: +- Run a specific program inside the `wine` environment: -`wine {{ipconfig}} {{/all}}` +`wine {{command}}` -- Run `cmd.exe` in background: +- Run a specific program in background: -`wine start {{cmd}}` +`wine start {{command}}` -- Run Windows-like Package Manager: +- Install/uninstall an MSI package: -`wine uninstaller` +`wine msiexec /{{i|x}} {{path/to/package.msi}}` -- Install MSI packages: +- Run `File Explorer`, `Notepad`, or `WordPad`: -`wine msiexec /i {{package}}` +`wine {{explorer|notepad|write}}` + +- Run `Registry Editor`, `Control Panel`, or `Task Manager`: + +`wine {{regedit|control|taskmgr}}` + +- Run the configuration tool: + +`wine winecfg`