I need some help with some code to disable Windows shortcuts. I am working on a security program, to lock my computer without using the built in Windows lock. I need to make it so a user cannot close, move, minimise, or hide a form of my window without the password and the easiest way to do this is by disabling all windows shortcuts. If there some code, as I do not want to have to add a .dll file manualy everytime it installs, or could this be automated on launch?

Thanks