2231b967
by Dmitry Timoshkov at 2026-05-06T11:10:34-04:00
wineboot: Run services.exe from c:\windows\system32 directory.
A .Net based service detects that it's running as a service by checking if its
current directory is system32, otherwise the service runs in some debugging
console based mode. Service processes created by services.exe inherit its
current directory, so it's enough to make sure that services.exe runs from
c:\windows\system32.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>