Reputation: 4661
I know the implications of this but a client was insistent that they wanted a program we've made to lock the desktop and/or taskbar so as to prevent the user from switching programs. I'd already explained the implications of this but they were still insistent that the desktop be locked down. How is this behavior possible? I'm using .NET Winforms btw but any other approach is welcome.
If possible, I'm looking for something similar to how Internet Cafe managers can lock the screen and prevent all access to other applications. If there's a simpler solution to prevent access to other programs aside from this one I'm open to suggestions as well.
Upvotes: 2
Views: 1217
Reputation: 4661
Found a Full Screen dot net app tutorial using the "kiosk" lead (didn't know it was the term for it) from this question
Upvotes: 0
Reputation: 2066
I think there's a registry setting for the Windows Shell program, and you want to change it from launching the standard shell to launching your own program instead. I don't remember the details.
Upvotes: 1
Reputation: 416111
I don't have access to that code anymore (it was at previous job) and I don't just remember how I did it, but I do remember that the last time I had to do it, the key to figuring how from searching the web is the word 'kiosk'.
Upvotes: 2