commands.sh

wine

linux

Run Windows executables on Unix-based systems.

More info →

Examples (7)

Run a specific program inside the `wine` environment

Run a specific program in background

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

Add 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