Forcing a .Net Windows service to run as 32-bit on a 64-bit machine June 7, 2023 by Tarik Maybe the .NET tool corflags will help: corflags /32bit+ myservice.exe