Search code examples
c#.nettriggershotkeyswinlogon

hook a hotkey from windows logon screen


i built a program that hooks the keyboard and when some hotkey pressed it openning the door (that connected to the COM1 serial port of the computer).

this works fine, until i locking the computer (winkey+L). i want to be able to open the door with the same hotkey from the logon screen.

i using Windows XP & C#.

how do i do that?

thanks.


Solution

  • Yahhhhhhhhhhhh!! i found it!!

    This can be done with "psexec /x" from sysinternals.