Skip to content

Always set process priority to high

always set process priority to high

The example below always starts obsidian.exe with high priority.

Save this to a file obsidian.reg and as admin.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Obsidian.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Obsidian.exe\PerfOptions]
"CpuPriorityClass"=dword:00000003

source