I have an end of support
application that is having issues with processors with more than 8 cores for some reason. Is it possible to launch this application as a process from C# while limiting the number of cores it sees?
Alternatively, I realized that Windows Sandbox allows limiting RAM, but not processor cores.
Any suggestions would be appreciated.