Does anyone know which command line option to add to start the server with high process priority on Windows?
Command-line option to start server with high process priority?
You would have to start it, then increase the priority:
https://www.wikihow.com/Change-Process-Priorities-in-Windows-Task-Manager
https://www.wikihow.com/Change-Process-Priorities-in-Windows-Task-Manager
I know how to manually change a process' priority, I'm asking for the command line option to do it automatically.
Sorry to necro an old thread but just implemented a working solution for this.
Use this where you're invoking the rustdedicated.exe in your startrust.bat file.
start "" /AboveNormal /WAIT C:\rustserver\RustDedicated.exe -batchmode +server.port 28015