Removing F8 key at the beggining
System Admin
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, ENVIRONMENT: Win2k or XP Pro. I've created an app that must be started at the beggining and that must be stopped at the end so the user cannot switch to any other app. The main problem was to keep it secure. In order to do so, I've created a service that installs two system wide hooks (one that controls the keyboard and other that controls the mouse). QUESTION: I need to know how to avoid that the OS shows the user the phrase: "press F8 keyboard to show the start menu options" (Notice that I've translated it and I've done it from my memory (it's almost sure that the phrase is not the same but the meaning yes...)). Thank you in advance.