Reputation: 489
I'm not interested in replacing the window login. I want to display a message to the user after they have successfully logged in. But I want to force them to hit the OK button before they can continue using the system. Users in the past have claimed to not have seen the message. Therefore, I want to force user interaction or "confirmation".
Upvotes: 0
Views: 796
Reputation: 49195
There is a way to show some text (typically Legal Notice) before user logs on. This can be pushed by group policy (described here). Perhaps you can (mis)use it for your purpose.
Upvotes: 1
Reputation: 33318
There is no out of the box solution for this. And there is no easy way to fully enforce user confirmation prior to using the system. Some problems are:
If it's for a system with limited access for the user (for instance a public terminal) and if you can also configure windows properly to work with your software, you could get around these problems eventually, but for end user systems I don't think you can.
Upvotes: 0