Linux command
winecfg 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open Wine configuration
winecfg
Configure a specific Wine prefix
WINEPREFIX=[~/.wine32] winecfg
Create and configure a new 32-bit Wine prefix
WINEPREFIX=[~/.wine32] WINEARCH=win32 winecfg
Set Windows version to Windows 10
WINEPREFIX=[~/.wine] wine reg add "HKCU\\Software\\Wine" /v Version /d win10
说明
winecfg is Wine's graphical configuration tool. It allows adjusting Wine settings without manually editing the registry, including Windows version emulation, DLL overrides, display options, and audio configuration. The Applications tab lets you configure different Windows versions per application for compatibility. The Libraries tab is crucial for applications requiring specific DLL versions or overrides. Each Wine prefix can have independent settings. Use WINEPREFIX to manage multiple isolated Wine environments for different applications.
FAQ
What is the winecfg command used for?
winecfg is Wine's graphical configuration tool. It allows adjusting Wine settings without manually editing the registry, including Windows version emulation, DLL overrides, display options, and audio configuration. The Applications tab lets you configure different Windows versions per application for compatibility. The Libraries tab is crucial for applications requiring specific DLL versions or overrides. Each Wine prefix can have independent settings. Use WINEPREFIX to manage multiple isolated Wine environments for different applications.
How do I run a basic winecfg example?
Run `winecfg` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more winecfg examples?
This page includes 4 examples for winecfg, plus related commands for nearby Linux tasks.