Main Menu

Recent posts

#51
Process Lasso / Re: Cannot sort process list b...
Last post by Jeremy Collake - May 21, 2026, 12:14:18 PM
My apologies! This was fixed in v18.2, currently in beta but set to release by tomorrow.
#52
General / Re: Managing thermal spikes in...
Last post by characterdare - May 21, 2026, 11:31:23 AM
For a fanless build, I'd honestly start with BIOS undervolting/PBO limits first since that directly reduces heat output at the source. Process Lasso can definitely help though — especially CPU Limiter for stopping long background spikes from keeping boost clocks active.

I've seen people combine both: mild undervolt + lower PPT/TDC/EDC limits in BIOS, then use Lasso to keep random background tasks under control. That tends to work better long-term than relying on software alone.
#53
Process Lasso / Re: I have a problem
Last post by permitloving - May 21, 2026, 12:59:00 AM
I've run into something similar before, and it's not actually Discord causing the mouse lag — it's how Windows handles thread priority when the CPU is fully saturated.
#54
Process Lasso / Cannot sort process list by "A...
Last post by OtterNas3n - May 20, 2026, 10:38:13 AM
I recently updated Process Lasso to v18.1.0.44

Now the sorting by "CPU avg" is not working anymore?

#55
Process Lasso / Re: Having an error while usin...
Last post by hasnainahmed - May 19, 2026, 06:23:16 AM
Quote from: flamepear on April 24, 2024, 11:41:24 PMDo any of you use Process Lasso to improve your hit rate, frame rate, etc. when you play games?

Being able to assign certain apps to certain logical cores so that core 0 doesn't get too busy with work, etc.

I've used Process Lasso for years—mainly to keep background apps off core 0. It won't magically boost your max FPS, but it helps smooth out stutter and prevents hitches during heavy multitasking.

#56
Process Lasso / Re: Call of Duty via Xbox App ...
Last post by Freyana - May 19, 2026, 05:39:49 AM
Has anyone found alternative platforms or configurations that run Call of Duty more smoothly than on the vcache ccd0?
#57
Process Lasso / Re: The UI sometimes displays ...
Last post by login404 - May 16, 2026, 09:58:33 PM
This issue still exists in v18.1.0.44

Full command line:
"D:\Chromium\App\chrome.exe" --type=renderer --user-data-dir="..\Data" --no-pre-read-main-dll --disable-breakpad --fingerprinting-client-rects-noise --fingerprinting-canvas-measuretext-noise --fingerprinting-canvas-image-data-noise --video-capture-use-gpu-memory-buffer --lang=zh-CN --device-scale-factor=1 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=579 --time-ticks-at-unix-epoch=-1778894069146258 --launch-time-ticks=78003590984 --metrics-shmem-handle=3564,i,8371184140953519271,9245103142198109435,2097152 --field-trial-handle=1864,i,3102174561964162053,9430503567679779719,262144 --enable-features=IncreaseIncognitoStorageQuota,ParallelDownloading,ReducedSystemInfo,RemoveClientHints --disable-features=CalculateNativeWinOcclusion,DelayRequestsOnMultiplexedConnections,HttpsFirstModeIncognito,RendererCodeIntegrity,UserAgentClientHint --variations-seed-version --pseudonymization-salt-handle=1852,i,1380937572199337945,2257142845121028587,4 --trace-process-track-uuid=3190709528859102065 --disable-logging --mojo-platform-channel-handle=7004 /prefetch:1
#58
Process Lasso / Re: Game crashes while perform...
Last post by Totto - May 15, 2026, 08:39:42 PM
I post the following reccomandation because it's my experience that a clean, fresh start with newly imported powerschemes goes a long way towards ending sudden restarts. OFC nothing is perfect, but this is a really fast and easy way to make sure basics are back to normal.

The "routine goes like this:
There are three (actually four) schemes:

Windows have all schemes stored, all you do is to "call them back" into action by duplicating them. This also gives them new name (ID).


First find schemes on your pc now:

powercfg /LIST
Then clean the out, -delete them:

powercfg /delete xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx  <copy ID here: Delete all schemes on LIST except it won't let you delete active scheme, so leave restoring 'Balanced' to last (The active scheme has a _*_star)

powercfg /LIST

Restore 'Power Saver scheme' (a1841308-3541-4fab-bc81-f71556f20b4a) like so:


powercfg -duplicatescheme a1841308-3541-4fab-bc81-f71556f20b4a
Now you have a "Powersaver-scheme" (with a new ID-name).

Check if ok

powercfg /LIST
(If you want you can rename the schemes beacause it helps separate which schemes are created by You)

powercfg /changename [copy and paste that new ID here without brackets] "Powersaver" "Reduces powerdraw, adds batterylife."
<"Rename" and "Comment" them whatever you want)

With the OLD Balanced scheme you want to have atleast one other scheme before you also delete and re-0duplicate 'Balanced:'


powercfg -setactive [Use 'Powersaver' scheme ID here without brackets]
(powercfg /LIST, copy ID...)


Balanced = 381b4222-f694-41f0-9685-ff5bb260df2e

powercfg -duplicatescheme 381b4222-f694-41f0-9685-ff5bb260df2epowercfg /changename [Use 'New Balanced' scheme ID here without brackets] "My Balanced" "Enough for most tasks"
High Performance
8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635cpowercfg /changename [Use 'New High Performance' scheme ID here without brackets] "Fast Respons" "Be ready - All the time!

Ultimate Performance (often hidden/not all have this? )
e9a42b02-d5df-448d-aa00-03f14749eb61
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61powercfg /changename [Use 'New Extreme' scheme ID here without brackets] "Extreme Performance" "Everythin at MAX!"

Best of luck, but skill probably helps!
#59
Process Lasso / Re: Can this program control L...
Last post by sabirosse - May 14, 2026, 03:00:15 AM
Trying to control LOCALSYSTEM processes like Windows Update can be tricky because they're critical to the system.
#60
Process Lasso / Re: Game crashes while perform...
Last post by jacksam - May 14, 2026, 12:45:18 AM
I've noticed similar crashes when using performance mode on other games too. Does disabling it actually solve the issue, or is there another workaround?