Skip to content
WhySoGeek.
Gaming

Process Lasso for Gaming: P-Cores and Affinity 2026

Modern hybrid CPUs split P-cores and E-cores. Here is how Process Lasso pins games to the right cores and tames background apps for smoother FPS.

Sam Carter 7 min read
Cover image for Process Lasso for Gaming: P-Cores and Affinity 2026
Photo: mtlin / flickr (BY-NC-ND 2.0)

Modern Intel and AMD CPUs are not the uniform blocks of identical cores they used to be. Many now mix fast performance cores, P-cores, with slower efficiency cores, E-cores. That is great for battery and multitasking, but it can hurt gaming when a game's threads spill onto the slow E-cores and stutter. Process Lasso is a tool that fixes this by controlling which cores a game uses and keeping background apps out of its way.

Here is how to use it without overcomplicating things.

Quick answer

On a hybrid Intel or AMD CPU, use Process Lasso to pin your game to the fast P-cores only and push background apps (browser, chat, capture) to the E-cores, so a game thread never stutters on a slow core. Set the rule as an "Always" persistent affinity so it survives reboots and relaunches. For most people, just installing Process Lasso and leaving ProBalance enabled delivers most of the smoothness benefit automatically. For anti-cheat games, set affinity on the launcher (like Steam) and let the game inherit it.

Key takeaways

  • CPU affinity binds a process to specific cores; on hybrid CPUs you want games on P-cores.
  • The 2026 gold standard is games on P-cores only and background apps on E-cores only.
  • Process Lasso's ProBalance automatically de-prioritizes background CPU hogs without you lifting a finger.
  • Persistent rules make affinity settings stick across reboots and game launches.
  • For anti-cheat games, set affinity on the launcher so the game inherits it.

What CPU affinity is

CPU affinity is the binding of a process to a particular core or set of cores. By default Windows schedules game threads across whatever cores it likes, and on a hybrid CPU that can mean a critical game thread landing on a slow E-core at the worst moment, producing a frame-time spike. Pinning the game to the fast P-cores keeps its threads where they perform best, and moving background tasks to E-cores keeps them out of the game's way.

This is one of the few software tweaks that targets the cause of certain stutters rather than masking them. If stutter is your main complaint, also work through our PC game stutter guide, which covers frame pacing more broadly.

A modern hybrid CPU with separate performance and efficiency cores
Photo: Bretwa / wikimedia (BY-SA 4.0)

ProBalance: the set-and-forget feature

The single most useful feature for most people needs almost no configuration. Process Lasso's ProBalance algorithm watches for background processes that suddenly hog the CPU and temporarily lowers their priority so they stop interfering with your foreground game. It works conservatively, so those background tasks still get plenty of CPU time, but your game stays responsive.

Note

Leave ProBalance enabled. It is designed to run in the background and act only when a process actually threatens responsiveness. For many users, simply installing Process Lasso and letting ProBalance do its thing is the entire benefit.

Setting P-core and E-core affinity

For hybrid CPUs, the current best practice is clean separation: games on P-cores only, resident background apps on E-cores only. When a game spills onto E-cores, it can cause latency, so keeping it on the fast cores avoids that.

    1. Install and open Process Lasso, then launch your game so it appears in the process list.
    2. Right-click the game's process, choose CPU Affinity, then Always, and select only the P-cores.
    3. For known background apps like a browser, chat client, or capture tool, set their affinity to the E-cores.
    4. Choosing Always rather than Current makes the rule persistent, so it reapplies every time the game runs.
    5. Test a demanding section of the game and watch your 1% lows for improvement.

Here is the clean separation to aim for on a hybrid CPU, and why each assignment helps:

Process typePin toWhy
Your gameP-cores onlyKeeps critical threads off slow E-cores
Browser, chat, captureE-cores onlyFrees P-cores, keeps them out of the game's way
Anti-cheat gameLauncher (inherits)Avoids touching the protected game process
Everything elseLeave to ProBalanceAuto-throttles only when it threatens responsiveness

Make rules persistent and automatic

The value of Process Lasso over manually setting affinity in Task Manager is that its rules stick. Task Manager affinity resets the moment you close the game. Process Lasso's persistent affinities and automation rules reapply your configuration automatically every launch, so you set it once and forget it. Its automation features can also raise a game's priority class or trigger actions when a specific process starts.

The anti-cheat workaround

Many competitive games run under kernel-level anti-cheat that blocks external tools from modifying the game process directly. Trying to set affinity on the protected game executable may not work, or worse, could trip the anti-cheat.

The safe workaround is to set the CPU affinity on the game's launcher instead, such as the Steam process. New game processes inherit the affinity from their parent, so the game ends up correctly pinned without any tool touching the protected process itself. This is the recommended approach for anti-cheat titles. If your anti-cheat game refuses to launch entirely, that is a different problem covered in our Easy Anti-Cheat fix guide.

Frequently asked questions

Does Process Lasso actually improve FPS?

It rarely raises peak average FPS, but it can meaningfully improve 1% lows and smoothness by keeping game threads on fast cores and preventing background processes from stealing CPU time at bad moments. Smoothness is what you feel.

Do I need it if I have a non-hybrid CPU?

The P-core and E-core separation does not apply, but ProBalance is still useful for taming background apps. The affinity benefits are largest on hybrid CPUs with mixed core types.

Is Process Lasso safe to use with anti-cheat games?

Setting affinity directly on a protected game process can be risky. The safe method is to set affinity on the launcher so the game inherits it. ProBalance, which only adjusts priority, is generally fine.

Will my settings survive a reboot?

Yes, if you create them as persistent Always rules rather than one-time Current changes. That is the main advantage over Task Manager, which forgets affinity when the game closes.

The bottom line

Process Lasso is a precise tool for a specific era of CPUs. On a hybrid processor, pinning your game to the P-cores and pushing background apps to the E-cores can iron out stutters that Windows' default scheduling causes. For most people, simply enabling ProBalance delivers most of the benefit automatically. Set persistent rules, use the launcher trick for anti-cheat titles, and enjoy smoother, more consistent frame times.

#gaming#performance

Sources & further reading

Keep reading