Hi all,
I need to disable windows key as well as ctrl+alt+del function for operator but for the admin login he should be able to access these keys.
Hi all,
I need to disable windows key as well as ctrl+alt+del function for operator but for the admin login he should be able to access these keys.
Hello nivish,
thank you very much for your post.
I am not an expert on Windows users, but when integrating zenon user administration with Active Directory, I believe you can define those kind of rules based on the user logged-in in the group policy settings.
There are other possibilities based on batch files or manipulating Windows registry keys but this of course must be implemented on your own risk. Try to google a bit.
Maybe someone else has a better idea to help you.
Good luck.
David Cerdeira
Last edited by david.cerdeira : 5th June 2019 at 15:57
Hello,
I also had the same needs...
To solve I developed an executable that requires username and passwrod, renamed the original windows task manager,
if the user & pwd combination are correct, call the original task manager, otherwise the program closes without any notice.
Regards.