On Thu, Feb 29, 2024 at 1:38 PM Charles Russell via Cygwin <cygwin@cygwin.com> wrote: > > What is the easiest way to open mintty with high priority by default? > Adding /High to the shortcut command string no longer seems to work in > Windows 11.
Assuming that you're using the mintty window to run bash, or another shell, you can include a command in your init script (e.g. .bash_rc) to change the priority using 'renice': renice -n <priorityChange> --pid $PPID negative values of 'priorityChange' increase priority up to a maximum of -20 which Windows 10 reports as "realtime" -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple