# Run a specific program inside the `wine` environment:
# Run a specific program in background
# Run a program in its location of the Wine prefix
cd ~/my/wine/prefix/folder/
# 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
# Run Wine Configuration with a specific prefix
WINEPREFIX=~/.newprefix winecfg