wine app detecting a linux app

Questions about Wine on Linux
Locked
KaziiTheAvali
Newbie
Newbie
Posts: 2
Joined: Tue Dec 06, 2022 4:46 pm

wine app detecting a linux app

Post by KaziiTheAvali »

im wondering if it is possible to get a windows app (wine) to detect a running Linux process and if it is then how would i.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: wine app detecting a linux app

Post by jkfloris »

Do you mean something like this?
From the WineHQWiki:
- Open regedit

Code: Select all

wine regedit
Add ;. at the end of the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment\PATHEXT key. So it will look like:

Code: Select all

.com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.
Now you can run any Linux program with Wine.
Locked