while (-not (Get-Process "GameExecutableName")) {
Start-Sleep -Milliseconds 100
}
Get-Process "GameExecutableName" | ForEach-Object { $_.PriorityClass = "High" }
Or create a custom launcher that first launches the game, then adjusts its priority.Quote from: Jeremy Collake on July 10, 2025, 08:00:49 AMUnless you've set rules in Process Lasso that are causing a problem, Process Lasso is not the issue. However, you can certainly safely uninstall it or simply reset the config in the options menu to assess the impact.Thanks for your help!!
Quote from: Jeremy Collake on July 08, 2025, 11:33:26 AMI recommend stress testing the PC in a high performance power plan/mode. I suspect there are thermal control or other hardware instabilities that only manifest when you're in a high performance power plan. Let me know how it goes!
Quote from: Lifluke on July 08, 2025, 03:28:16 AMI had the same issue with high-performance mode causing crashes in another game. Try enabling ProBalance and CPU Limiter in Process Lasso instead, gives smoother performance without forcing max settings.