How to display UI on logon screen in Windows 7

前端 未结 4 528
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 09:40

I would like to display an UI that interacts with user on pre-logon screen (the screen where users usually enter their username/password)
I read that the architecture of

4条回答
  •  时光说笑
    2021-01-05 09:57

    There's a reason it's HARD to do this kind of thing. Programs are minions of users. Pre-logon, there's (typically) no user to be a minion of. Its a security thing.

    Just have your service fire off when a user logs in.

提交回复
热议问题