Disabling a laptop keyboard in place of a USB keyboard?
up vote
4
down vote
favorite
I frequently plug a USB keyboard into my laptop to use instead of the laptop keyboard. However, when I do this, the OS (Windows Vista) then accepts input from both the laptop keyboard and the USB keyboard. I want to place the USB keyboard on top of the laptop keyboard and that might result in accidental keypresses if the laptop keyboard is still enabled. So, is there any way to disable the laptop's built-in keyboard when a USB keyboard is plugged in? My laptop is a Dell Inspiron.
laptop usb keyboard
add a comment |
up vote
4
down vote
favorite
I frequently plug a USB keyboard into my laptop to use instead of the laptop keyboard. However, when I do this, the OS (Windows Vista) then accepts input from both the laptop keyboard and the USB keyboard. I want to place the USB keyboard on top of the laptop keyboard and that might result in accidental keypresses if the laptop keyboard is still enabled. So, is there any way to disable the laptop's built-in keyboard when a USB keyboard is plugged in? My laptop is a Dell Inspiron.
laptop usb keyboard
Don't you have function key for that?
– rohan-patel
Nov 26 '11 at 12:56
Nope; there's a function key to switch screen output, but not to disable laptop keyboard output (to my knowledge?)
– Jez
Nov 27 '11 at 11:04
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I frequently plug a USB keyboard into my laptop to use instead of the laptop keyboard. However, when I do this, the OS (Windows Vista) then accepts input from both the laptop keyboard and the USB keyboard. I want to place the USB keyboard on top of the laptop keyboard and that might result in accidental keypresses if the laptop keyboard is still enabled. So, is there any way to disable the laptop's built-in keyboard when a USB keyboard is plugged in? My laptop is a Dell Inspiron.
laptop usb keyboard
I frequently plug a USB keyboard into my laptop to use instead of the laptop keyboard. However, when I do this, the OS (Windows Vista) then accepts input from both the laptop keyboard and the USB keyboard. I want to place the USB keyboard on top of the laptop keyboard and that might result in accidental keypresses if the laptop keyboard is still enabled. So, is there any way to disable the laptop's built-in keyboard when a USB keyboard is plugged in? My laptop is a Dell Inspiron.
laptop usb keyboard
laptop usb keyboard
asked Nov 26 '11 at 12:07
Jez
1,21232541
1,21232541
Don't you have function key for that?
– rohan-patel
Nov 26 '11 at 12:56
Nope; there's a function key to switch screen output, but not to disable laptop keyboard output (to my knowledge?)
– Jez
Nov 27 '11 at 11:04
add a comment |
Don't you have function key for that?
– rohan-patel
Nov 26 '11 at 12:56
Nope; there's a function key to switch screen output, but not to disable laptop keyboard output (to my knowledge?)
– Jez
Nov 27 '11 at 11:04
Don't you have function key for that?
– rohan-patel
Nov 26 '11 at 12:56
Don't you have function key for that?
– rohan-patel
Nov 26 '11 at 12:56
Nope; there's a function key to switch screen output, but not to disable laptop keyboard output (to my knowledge?)
– Jez
Nov 27 '11 at 11:04
Nope; there's a function key to switch screen output, but not to disable laptop keyboard output (to my knowledge?)
– Jez
Nov 27 '11 at 11:04
add a comment |
1 Answer
1
active
oldest
votes
up vote
5
down vote
You could create 2 batch files for enabling/disabling your keyboard using its device id with the command line tool devcon.
From Microsoft Support website:
The DevCon utility is a command-line utility that acts as an
alternative to Device Manager. Using DevCon, you can enable, disable,
restart, update, remove, and query individual devices or groups of
devices
Then you could have shortcuts to these files on your desktop or on any other accessible location of your preference.
Good to know, thanks. (Perhaps there's a way to get notified of hardware plugs/unplugs, which would allow for automatic script execution? (I don't know if such notification API exists in Windows Vista, but I'd suspect it should))
– Piskvor
Dec 13 '11 at 10:05
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
You could create 2 batch files for enabling/disabling your keyboard using its device id with the command line tool devcon.
From Microsoft Support website:
The DevCon utility is a command-line utility that acts as an
alternative to Device Manager. Using DevCon, you can enable, disable,
restart, update, remove, and query individual devices or groups of
devices
Then you could have shortcuts to these files on your desktop or on any other accessible location of your preference.
Good to know, thanks. (Perhaps there's a way to get notified of hardware plugs/unplugs, which would allow for automatic script execution? (I don't know if such notification API exists in Windows Vista, but I'd suspect it should))
– Piskvor
Dec 13 '11 at 10:05
add a comment |
up vote
5
down vote
You could create 2 batch files for enabling/disabling your keyboard using its device id with the command line tool devcon.
From Microsoft Support website:
The DevCon utility is a command-line utility that acts as an
alternative to Device Manager. Using DevCon, you can enable, disable,
restart, update, remove, and query individual devices or groups of
devices
Then you could have shortcuts to these files on your desktop or on any other accessible location of your preference.
Good to know, thanks. (Perhaps there's a way to get notified of hardware plugs/unplugs, which would allow for automatic script execution? (I don't know if such notification API exists in Windows Vista, but I'd suspect it should))
– Piskvor
Dec 13 '11 at 10:05
add a comment |
up vote
5
down vote
up vote
5
down vote
You could create 2 batch files for enabling/disabling your keyboard using its device id with the command line tool devcon.
From Microsoft Support website:
The DevCon utility is a command-line utility that acts as an
alternative to Device Manager. Using DevCon, you can enable, disable,
restart, update, remove, and query individual devices or groups of
devices
Then you could have shortcuts to these files on your desktop or on any other accessible location of your preference.
You could create 2 batch files for enabling/disabling your keyboard using its device id with the command line tool devcon.
From Microsoft Support website:
The DevCon utility is a command-line utility that acts as an
alternative to Device Manager. Using DevCon, you can enable, disable,
restart, update, remove, and query individual devices or groups of
devices
Then you could have shortcuts to these files on your desktop or on any other accessible location of your preference.
edited Nov 25 at 12:43
answered Nov 26 '11 at 14:05
yms
699615
699615
Good to know, thanks. (Perhaps there's a way to get notified of hardware plugs/unplugs, which would allow for automatic script execution? (I don't know if such notification API exists in Windows Vista, but I'd suspect it should))
– Piskvor
Dec 13 '11 at 10:05
add a comment |
Good to know, thanks. (Perhaps there's a way to get notified of hardware plugs/unplugs, which would allow for automatic script execution? (I don't know if such notification API exists in Windows Vista, but I'd suspect it should))
– Piskvor
Dec 13 '11 at 10:05
Good to know, thanks. (Perhaps there's a way to get notified of hardware plugs/unplugs, which would allow for automatic script execution? (I don't know if such notification API exists in Windows Vista, but I'd suspect it should))
– Piskvor
Dec 13 '11 at 10:05
Good to know, thanks. (Perhaps there's a way to get notified of hardware plugs/unplugs, which would allow for automatic script execution? (I don't know if such notification API exists in Windows Vista, but I'd suspect it should))
– Piskvor
Dec 13 '11 at 10:05
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f361641%2fdisabling-a-laptop-keyboard-in-place-of-a-usb-keyboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Don't you have function key for that?
– rohan-patel
Nov 26 '11 at 12:56
Nope; there's a function key to switch screen output, but not to disable laptop keyboard output (to my knowledge?)
– Jez
Nov 27 '11 at 11:04