add new chinese translations
This commit is contained in:
28
pages.zh/linux/wine.md
Normal file
28
pages.zh/linux/wine.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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`
|
Reference in New Issue
Block a user