Files
tldr/pages.zh/linux/wine.md

28 lines
555 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# wine
> 在基于Unix的系统上运行Windows可执行文件。
> 更多信息:<https://wiki.winehq.org/>.
-`wine`环境中运行特定程序:
`wine {{command}}`
- 在后台运行特定程序:
`wine start {{command}}`
- 安装/卸载MSI包
`wine msiexec /{{i|x}} {{path/to/package.msi}}`
- 运行`文件资源管理器``记事本``写字板`
`wine {{explorer|notepad|write}}`
- 运行`注册表编辑器``控制面板``任务管理器`
`wine {{regedit|control|taskmgr}}`
- 运行配置工具:
`wine winecfg`