How do I block "Windows+L" key combination in Java application over Win 7, Win 8.1 and Win 10 operating system? -


i trying create desktop application in java. because secured application "windows+l" should blocked while application running. needs work on multiple versions of windows os windows 7, windows 8.1 & windows 10.

i have tried implementing through resources available in internet windows registry nothing worked.

please please help!


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -