| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Mar 23, 2006 12:25 pm Post subject: Need to Hide or Disable Start Button |
|
|
How can i Hide or Disable the Start button, or can i capture the windows key in vds and ignore it or something ?
Or anyone know the reference for the windows key
eg. F1 = F1
ctrl = ctrl
windows key = ?
OK can get
windows+E
windows+F etc
WINKEY+E
WINKEY+F etc
anyway of capturing WINKEY by itself ?
Any help is gratfully accepted
Nathan
|
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Thu Mar 23, 2006 5:04 pm Post subject: |
|
|
Try this out, as Low Level hooks only work in Windows 2000 or higher, so does this DLL.
3k Zip is attached to this post.
UPDATE: Now blocks the CTRL+Esc combo.
| Description: |
| Block Left/Right Windows Keys and CTRL+Esc |
|
 Download |
| Filename: |
VDSSSHookDLL.zip |
| Filesize: |
2.82 KB |
| Downloaded: |
1515 Time(s) |
_________________ -Sheep
My pockets hurt...
Last edited by SnarlingSheep on Wed Jun 21, 2006 8:24 pm; edited 1 time in total |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Thu Mar 23, 2006 6:03 pm Post subject: |
|
|
Sweet, very very sweet !
Thanks Sheep
|
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Mon Jun 19, 2006 2:12 pm Post subject: |
|
|
Any change you could modify the dll to hook Ctrl+Esc as this can act like the windows key
Nathan
|
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Mon Jun 19, 2006 6:27 pm Post subject: |
|
|
I will try and add it in today if I get the chance.
_________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Wed Jun 21, 2006 8:25 pm Post subject: |
|
|
Updated, redownload above.
_________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
bbelcher Contributor

Joined: 30 Jul 2002 Posts: 172
|
Posted: Thu Jun 22, 2006 11:02 am Post subject: |
|
|
This is a really cool DLL. I love it. How hard would it be to redirect all keys except for a key sequence that I would be able to program a interface to. I was thinking for a desktop security app.
I've done this in native vds but if I can lock everything down so quickly that would be much much better.
looking also to disable alt + tab
all number and letter key unless special key sequence is met then I would run a PW dialog window to unlock. At this point the dll would have to allow for numbers and letters again for input.
Just a thought and disabling the win key is a huge help. THANKS!
|
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Thu Jun 22, 2006 6:21 pm Post subject: |
|
|
I don't think this would be too hard to do. I will see what I can throw together within a couple days.. got some car repairs to do, I wish it had a keyboard and monitor.
_________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Thu Jun 22, 2006 6:25 pm Post subject: |
|
|
Give it a few years... They will!
_________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
bbelcher Contributor

Joined: 30 Jul 2002 Posts: 172
|
Posted: Fri Jun 23, 2006 2:33 pm Post subject: |
|
|
SnarlingSheep,
Thanks! That would be great if you could do that.
|
|
| Back to top |
|
 |
|