About 52 results
Open links in new tab
  1. How to convert the “/dev/ttyUSBn” to a COM port to use it with Wine …

    Starting from Wine 2.8, the simple symlink-editing method of configuration doesn't work. One has to configure COM ports by editing Wine registry. From Wine User's Guide/Other Things to …

  2. 16 bit windows under Win64 using Wine? - Super User

    Aug 12, 2013 · I wonder if anyone has tried the following approach to run a 16-bit application under Win64? I can install a VMware virtual machine, load Linux, and use Wine to simulate the old …

  3. How to add more storage space for Wine on Linux? - Super User

    Dec 17, 2023 · I use Wine on Linux to install some applications from Windows, but when I finish an install, I see the Wine prompt "Wine hard disk is full". How can I add more space for …

  4. WineHQ Forums - Index page

    2 days ago · Wine Help Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step. Forum Rules Subforums: Linux, macOS, Android

  5. How to enable execution of PowerShell scripts? - Super User

    Start Windows PowerShell with the "Run as Administrator" option. Only members of the Administrators group on the computer can change the execution policy. Enable running unsigned scripts by entering:

  6. Can I run Wine on top of Windows? - Super User

    Mar 12, 2017 · Since Wine is not an emulation, it will run as fast as any other Linux application inside the virtual machine. Nowadays the virtual machines perform much faster than the specifications …

  7. How to run an .exe from linux command prompt - Super User

    Wine is a program that you can install, which allows you to run .exe files on linux. apt-get install wine (go to the directory of your file: /cd (ex: Desktop/) And to open your .exe file: wine PROGRAM …

  8. linux - Wine not being given proper permissions? - Super User

    Jun 27, 2024 · Now test wine with a a Windows application, such as IrfanView or 7_Zip. N.B. The first time a new version of wine is run, it takes some time to configure itself. It may request adding an …

  9. linux - How can I get wine to support outputting to pulseaudio …

    Aug 16, 2014 · As wine doesn't support pulseaudio directly at all, but merely makes use of it through the ALSA compatibility layer, I see no reason for this behavior to be anything worth being concerned over.

  10. how do I run cmd files in wine as administrator? - Super User

    Jun 11, 2020 · How can I run a cmd file as an administrator in wine? It is not possible to elevate the process. The elevation of a command prompt on Linux doesn’t mean anything. The simplest thing, …