Disable Touchpad Windows 8
- Disable Touchpad Scrolling Windows 8
- Permanently Disable Touchpad Windows 8
- Disable Touchpad Windows 8 1
I wanna disable my touchpad, my windows version is 8.1 and lenovo, please help? And i tried devices and hardware (or something like that), device manager too but both didn't work, also there's no button to disable my touchpad.
If you want to disable you laptop’s touchpad in Windows 8, then follow the tutorial. If you are fed up with disaster caused by unintentional touch to touchpad during an important work, then you should disable your touchpad at least for that time span. If you use an USB mouse, then you hardly need. And if you are running Windows 8.1 with all updates, then you can now configure Windows 8.1 to turn off the touchpad automatically whenever the mouse is connected to your netbook or notebook and then you can disable touchpad when mouse is connected windows 8.
The computer I use doesn't have a hard button to disable the touchpad.
I typically use a wireless mouse, so I want to easily disable the touchpad frequently.
Other answers posted on this SE tell me to go to Device Settings, but this is too cumbersome. How can I create a short cut to do this?
user1068446user10684463 Answers
Instead of going all the way to Device Manager there is a way around for this. If you do not have a touch-pad icon showing in your taskbar, first enable it.
Go to Control Panel -> Mouse -> Device Settings tab. There select either 'Static tray icon in taskbar' or 'Animated tray icon in taskbar' and apply the change.
Once you have enabled it now when you plug in your mouse double click the touch-pad icon from the taskbar and click Disable to disable the touch-pad. Just make sure to enable the touch-pad in a similar fashion when you are unplugging your mouse otherwise the touch-pad will remain disabled and you will need to plug in your mouse again to enable it.
You can also make the touch-pad icon always visible in the taskbar for quicker access. Click on 'Customize..' when you click the up arrow in the takbar and select 'Show icon and notifications' from the drop list corresponding to the touch-pad icon. So basically you will need to double click and click Disable and you are done disabling the touch-pad.
The Device Settings tab may look different depending your touch-pad manufacturer. I am just giving a sample of Synaptic's which is a popular touch-pad manufacturer. Gearhead download software free.
AyanAyanIn Windows 8 and Windows 10, you can set the computer disable touchpad when another mouse is plugged in:
- Control Panel -> Devices and Printers-> Mouse
- On my computer, thefinal tab is 'Clickpad Settings'
- Check 'Disabled internal pointingdevice when external USB mouse is connected'.
Use Devcon in a batch script to disable and enable devices , the same way you would be able to do it in the Device manager.
Devcon DL http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q311272 (now in both 32bit and 64 bit 78K zip file)
Disable Touchpad Scrolling Windows 8
I do not know for a fact this would work in windows 8, but there is no reason to believe it would not. Because I am admin on my computer, I do not know how much stuff you would have to do extra to do it with permission (run_as). Plus there are ways to use the tasksheduler to gain higher permission, not covered here.
You must have the same privelages to control the item with devcon as you would to control it with the device manager.
Tutorial:
Look in the device manager for the device you wish to disable/enable, and disable and enable it there now, to see how it would react, the time it takes to change state and all.
Right Click on the device and look in the Properties Details tab for the devices Hardware Ids.
Permanently Disable Touchpad Windows 8
Place the devcon.exe into a location that is accessable, either in system32 or the enviroment path or the start-in location for the Cmd prompt. Or CD to that location.
Simple use of devcon to discover the device ID that it recognises
Open up a CMD prompt
use >Devcon /Find *
Add in things to the wildcard that reduce the list, specific to your device.>Devcon /Find *3034*
Stick with the wildcards, but add enough of the ID to where the device is found, and only the one device is ever found.
While still playing around in the CMD, apply the status , enable and disable to the wildcarded device name you have discovered.>Devcon /status *3034*
>Devcon /enable *3034*
>Devcon /disable *3034*
Disclaimer: Of course make sure your not going to disable something important, because you would be royally shut out. Using wildcards makes it easy to select an item, the ramifications being disabling the wrong thing could stop you from proceeding.
Now you could just toss that into a shortcut, by pasting that in any old shortcut that it could find that program from.
Disable Touchpad Windows 8 1
Make a toggle batch, this is a cut down batch I use to disable the net adapter, I also put sound playing in to identify what occurs (cut out too).
I use this method widely to control with onebutton press many device items in my system, with the voice (audio) added to the batch to inform the status of each of the devices. All operated from toolbar icons, all with toggle so it stays one button.
The method disables completly the device (for devices that will disable) just like the device manager, freeing up any memory it would use, and what little cpu it might have used.