https://bugs.winehq.org/show_bug.cgi?id=28759
Edgars Liepins edgarins29@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |edgarins29@gmail.com
--- Comment #4 from Edgars Liepins edgarins29@gmail.com --- It still doesn't work with start, but works with these commands on Wine 3.21 Commands as in Comment 1 doesn't work.
Running from wineconsole cmd and then: rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl
also works like this wineconsole cmd: control inetcpl.cpl
Directly from linux terminal it works as: wine control inetcpl.cpl
and as: rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl
Using start it still requires control like: wine start control inetcpl.cpl or: wine start rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl