Thanks in advance for the help. I am primarily a web developer but have been tasked with creating a simple winforms application. I have the application complete with the exception of one part. This application will run on startup and prompt the user to enter a reason why they are using the machine. Is there an easy way to force the user to fill out this form before continuing. Basically I want disable everything (start menu, etc) until this form has been filled out and closed.
Could I kill explorer.exe then restart? That seems kind of invasive to me.
Writing a custom GINA to add an extra textbox to the login screen might do it? Probably not for the faint-hearted though!