Reputation: 2215
i have developed windows application. started my application at startup window by copying exe to startup folder. Application is full screen window. so i have disable taskbar,taskmanager etc. have some trouble to disable windows explorer. what should i do to disable window explorer. means user cant do anything like open my computer except current application.
In short User will only use my application..no use of computer..On exit button in my winform write code for machine shut down
Upvotes: 0
Views: 2517
Reputation:
You need to configure Windows as a kiosk.
http://teamtutorials.com/windows-tutorials/configuring-your-own-kiosk-machine
http://helpdeskgeek.com/how-to/how-to-setup-windows-vista-and-7-as-a-kiosk/
Upvotes: 2