Invoking the Windows Security Dialog (in C# or VB.NET)

前端 未结 5 1198
你的背包
你的背包 2021-02-06 04:31

I would like to know how to invoke the Windows Security Dialog (press ctrl+alt+del on a windows workstation NOTE: I don\'t want the task manager!) programmatically.

5条回答
  •  感情败类
    2021-02-06 04:58

    You might want to take a look at the SendInput hook in User32: http://msdn.microsoft.com/en-us/library/ms646310(VS.85).aspx and http://pinvoke.net/default.aspx/user32/SendInput.html

提交回复
热议问题