It can screenshot the things other tools can't
Most capture tools go blind the moment an elevated window has focus, because a global keyboard hook is blocked from seeing keystrokes headed for that window, so PrintScreen simply does nothing. TrontSnap registers PrtSc as a system hotkey with RegisterHotKey, the same approach ShareX uses, so it keeps firing over elevated windows, Task Manager, and elevated terminals, all as a plain portable app that never has to run elevated itself.