Oh jeez, really? I’d expect that line from an 8 year old. You just have this ‘I know better than you’ attitude about you and as such you’ll get appropriate responses. People are just trying to help and advise. But I don’t think you want that so I won’t waste any more time.
I will leave you with this…
"Is running a game in real-time priority safe?
No. Never do this. Under any circumstances.
As far as I am aware, input devices use priority level 15 (non-realtime critical) together with device drivers and the like.
Normal threads run at priorities 1–15, while the special value of priority 0 is used for an idle thread.
Realtime priorities are 16–31, where system administrator permissions are required to set this. The reason for this is that you can completely bork your system over with a realtime priority thread.
Realtime priority means that any input the process sends will be processed in real time as far as possible, sacrificing everything else to do so. Since 16>15, it will prioritise running that game’s internal processes over anything including your inputs.
Since people only think about doing this with very CPU-intensive games to start with, if that game locks your CPU utilisation at 100%, none of your commands will reach the computer. Want to kill the game with Task Manager? Too bad - your keyboard is lower priority, and no matter how hard you smash ctrl-alt-delete, your commands will be overridden by your game and nothing will happen.
The only way to save a computer like this is to turn off the computer from the main power switch, and if a realtime priority application was set to Startup, the only way to save that system would be to change the setting in Safe Mode.
Lesser versions of the problem at, say, 90-odd% utilisation or intermittent 100%s are recoverable, but would take inordinate amounts of time to do so.
Do NOT use realtime priority for a game. This priority setting is for things more important to keep running than even your keyboard and mouse, and which take very low amounts of CPU-time, applications which are in general completely beyond the scope of a normal end-user’s user experience.
If you must improve CPU allocation for a game, set the game as High and ensure no other process runs at High. Don’t touch the realtime setting."
I have other sources, but meh…


can u send me your settings? Thx