Hello
Thank you for posting in Microsoft Community forum.
In Windows Server 2022, processor groups are no longer a constraint for applications, and CPU affinity spans across all cores by default. However, it is still possible that some applications may not be optimized to take advantage of this change.
To force an application to use all available cores, you can try setting the CPU affinity manually. This can be done using the Task Manager or the command line.
To set CPU affinity using the Task Manager:
- Open the Task Manager by pressing Ctrl+Shift+Esc.
- Go to the Details tab and find the process you want to modify.
- Right-click on the process and select Set affinity.
- Check the boxes for all available processors and click OK.
Note that setting CPU affinity manually may not always result in better performance, and it may also cause other issues if not done correctly. It is recommended to test the performance of your application before and after making any changes to CPU affinity.
Best Regards,
Zack Lu