csrss.exe priority

Everything about latency. This section is mainly user/consumer discussion. (Peer-reviewed scientific discussion should go in Laboratory section). Tips, mouse lag, display lag, game engine lag, network lag, whole input lag chain, VSYNC OFF vs VSYNC ON, and more! Input Lag Articles on Blur Busters.
luxupra
Posts: 3
Joined: 30 Jul 2023, 14:00

csrss.exe priority

Post by luxupra » 30 Jul 2023, 14:03

Hello, is there any benefit from applying a realtime priority to csrss.exe? I've heard it manages the mouse and keyboard input but I wanted to know more opinions on this. Thanks!

Puff
Posts: 8
Joined: 31 Jul 2023, 14:56

Re: csrss.exe priority

Post by Puff » 31 Jul 2023, 15:36

My system crashes when using realtime mode after unclocking it with windowsD and system informer, so I wouldn't recommend it.
But here is a video how to do it if you want to experiment:

phpBB [video]

User avatar
Slender
Posts: 1534
Joined: 25 Jan 2020, 17:55

Re: csrss.exe priority

Post by Slender » 01 Aug 2023, 23:44

luxupra wrote:
30 Jul 2023, 14:03
Hello, is there any benefit from applying a realtime priority to csrss.exe? I've heard it manages the mouse and keyboard input but I wanted to know more opinions on this. Thanks!
try both and pick what your prefer, my system work good with realtime, but mid-tier and sloppy systems maybe better with high priority, anyway is better then default.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\csrss.exe]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\csrss.exe\PerfOptions]
"CpuPriorityClass"=dword:00000003
"IoPriority"=dword:00000003
CpuPriorityClass -> 4 - realtime
CpuPriorityClass -> 3 - high

also, DWM work with CSRSS for mouse input (dwm is high by def)

luxupra
Posts: 3
Joined: 30 Jul 2023, 14:00

Re: csrss.exe priority

Post by luxupra » 02 Aug 2023, 00:35

Slender wrote:
01 Aug 2023, 23:44
luxupra wrote:
30 Jul 2023, 14:03
Hello, is there any benefit from applying a realtime priority to csrss.exe? I've heard it manages the mouse and keyboard input but I wanted to know more opinions on this. Thanks!
try both and pick what your prefer, my system work good with realtime, but mid-tier and sloppy systems maybe better with high priority, anyway is better then default.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\csrss.exe]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\csrss.exe\PerfOptions]
"CpuPriorityClass"=dword:00000003
"IoPriority"=dword:00000003
CpuPriorityClass -> 4 - realtime
CpuPriorityClass -> 3 - high

also, DWM work with CSRSS for mouse input (dwm is high by def)
So should DWM be a high priority as well, cause I believe that is just for the desktop and not for games. I have good results by setting asside DWM to my ecores and getting it out of my pcores since those are reserved for games. I could be wrong of course please let me know thanks!

masneb
Posts: 242
Joined: 15 Apr 2019, 03:04

Re: csrss.exe priority

Post by masneb » 02 Aug 2023, 22:32

Has anyone had any positive impact by adjusting IO priority? I haven't touched it.

Also you're saying to adjust DWM.exe too? Whenever I've adjusted that or even touched it, bad things happen.

User avatar
Slender
Posts: 1534
Joined: 25 Jan 2020, 17:55

Re: csrss.exe priority

Post by Slender » 03 Aug 2023, 05:30

masneb wrote:
02 Aug 2023, 22:32
Has anyone had any positive impact by adjusting IO priority? I haven't touched it.

Also you're saying to adjust DWM.exe too? Whenever I've adjusted that or even touched it, bad things happen.
same.

luxupra
Posts: 3
Joined: 30 Jul 2023, 14:00

Re: csrss.exe priority

Post by luxupra » 03 Aug 2023, 15:14

Puff wrote:
31 Jul 2023, 15:36
My system crashes when using realtime mode after unclocking it with windowsD and system informer, so I wouldn't recommend it.
But here is a video how to do it if you want to experiment:

phpBB [video]
That file is a virus, I had to restore to a previous point cuz it bricked my windows defender

0ka
Posts: 19
Joined: 25 Jun 2023, 02:17

Re: csrss.exe priority

Post by 0ka » 04 Aug 2023, 12:32

There is no benefit unless you run games/apps at realtime priority (just don't or you will have issues). Both csrss and dwm have high priority by default so your input will be fine unless you set something else to realtime priority (high/lower priority is fine because it's the same/lower priority). Realtime priority doesn't mean literally realtime, it's just another level of process priority, nothing (processes) has it by default.

I actually know savitarax and really don't like his videos because his goal is quantity over quality, he knows very little about what he is talking about and gives a lot of bad advice. In short he made this video because i told him about csrss priority, wind, etc... see description for proof
Last edited by 0ka on 04 Aug 2023, 12:46, edited 4 times in total.

0ka
Posts: 19
Joined: 25 Jun 2023, 02:17

Re: csrss.exe priority

Post by 0ka » 04 Aug 2023, 12:34

Slender wrote:
01 Aug 2023, 23:44
anyway is better then default.
your reg file doesn't work, watch the video above and find out why. Also i made a video some time ago about Image File Execution Options
https://www.youtube.com/watch?v=UXyTntBu_UM (read description)

tldr: IFEO priority doesn't even work for paint, don't expect it to work on something else, it works very rarely

Traveler
Posts: 75
Joined: 20 Jan 2023, 22:06

Re: csrss.exe priority

Post by Traveler » 04 Aug 2023, 12:54

0ka wrote:
04 Aug 2023, 12:32
...his goal is quantity over quality,...
That's an odd thing to say since he's not a frequent uploader.
...he knows very little about what he is talking about and gives a lot of bad advice.
He does warn people to do every tweak at their own risk tho, and also it's obvious his knowledge is above average + he shows a genuine desire to learn and test even more by mostly being open to discussion.

Post Reply