Is there a way to define a HotKey for Ctrl-Alt-Del?
wdc
Hot key for Ctrl-Alt-Del ?
Moderators: Dorian (MJT support), JRL
So you wanna use C-A-D to get the taskmanger to kill the process?
Why not call'm directly ?
Why not call'm directly ?
More sophisticated: kill the process bypassing the taskmgr using (pslist and) pskill from SysInternals [more ...]Run Program>taskmgr
Run Program>pskill ...
pskill [\\computer [-u username] [-p password]]
-u - Specifies optional user name for login to remote computer.
-p - Specifies optional password for user name. If you omit this you will be prompted to enter a hidden password.
process id - Specifies the process ID of the process you want to kill.
process name - Specifies the process name of the process or processes you want to kill.