What would be the best way to make a Windows .NET application be the only program that can be used on a computer?
I have come across timers or events to switch windows back to a window with matching text and some api32 calls to make a form top most.
Is it possible to make an application like the windows lock screen where nothing can be done except that what is on screen? I want to block users from doing other things and only let administrators get to the desktop.
I found a much simpler way to do this not using kiosk mode or gpedits or any things like that.
In my application I made a button with these two damn simple things- no questions asked!
I used shell.cmd to start a click once application ,appref-ms and it works a charm.
Watch my software boot as if it owns windows!
Want to understand more how it works in the full apscect?