Kill a process without sending a term signal in win11?

I want to close a program without triggering the actions the program performs when it knows it’s closing. Task Manger and taskkill both ask a program to close and are not solutions for this question. Right now my workaround is cutting power to the computer, because even hitting the reset button or holding the power button down sends and signal to the os and gives the program enough time to act. Accessing the PSU in the back and waiting for the OS to spin back up is more inconvenient than the size of this problem warrants. I would prefer some sort of gui solution but I’ll take something that requires me to supply the PID of the process.