5

I'm the owner of an HP Pavillion tx2120us tablet PC, which has a known problem of making the cursor jump to the lower right corner of the screen.

I've narrowed the problem down to the pen tablet function, since in Vista I was able to turn the tablet input process down, and the problem seemed to go away. It was a simple matter of just opening the task admin and killing the process.

However, as far as I can tell, I can't find the same process in Windows 7, and I have supposedly already turned the tablet functions via "Start" -> "Control Panel" > "Programs and Features" > "Turn Windows features on or off". Yet after a reboot the screen still seems to react to the tablet pen.

How can I finally turn the darned tablet functions off (while still being able to re-enable them in the future)?

EDIT: I have also turned the service off and restarting, as suggested by outsideblasts, to no avail.

5 Answers5

9

Go to Services (just windows search it) and see what the status is. Set it to manual or disabled. If it already is disabled then I don't know!

enter image description here

Gareth
  • 19,080
4

You can also turn off the "Tablet PC Components" feature at the command line, by running:

dism /online /disable-feature:TabletPCOC
amadeov
  • 41
3

If you go to "Control Panel" > "Programs and Features" > "Turn Windows features on or off", You can remove the Tablet PC Components.

I know this isn't as easy to turn on later - however, all Windows Vista/7 setup files are stored on your machine, so it should be quick and easy to re-enable at a later date.

alt text

Gareth
  • 19,080
William Hilsum
  • 117,648
3

Finally, I found a way! It was a bit elaborate, but it works!

  1. I went to get the wacom driver for tablet PCs, downloaded the driver and installed it.
  2. I opened the task manager (right-click on the task bad on the bottom of the screen -> Task Manager)
  3. I selected the processes tab, and clicked on Show all user processes (I'm roughly translating this from spanish, so this might not be the exact wording) in the bottom left button.
  4. Then looked for both Pen_tablet.exe processes, right-clicked them and selected terminate process (again a rough translation from spanish).

And now the screen does not react to the pen. Free at last!

NOTE: This should apply to all tx2000 and tx2500 series out there, for which the heating causes so many issues.

1

Described Here are two options, especially for Windows 7 Home Premium users.

The link below shows how to disable a number of irritating Tablet PC functions on windows. It doesn't completely remove the Tablet PC feature though and is intead focused on minimizing the pain of experienced by users of pressure-sensitive tablets on Windows 7.

The first option is a simple tool that automatically makes all the changes.

The second option is a list of manual steps you can perform. In short those steps are:

  1. Install the latest driver: http://wacom.com/en/CustomerCare/Drivers.aspx

  2. Disable the Tablet PC Input Panel. Go here Control Panel > Tablet PC Settings > Other > Tablet PC Input Panel Settings. Uncheck all checkboxes. Press OK.

  3. Disable Flicks. Go here Control Panel > Pen and Touch > Flicks. Uncheck all checkboxes. Press OK.

  4. Disable Press and Hold. Go here Control Panel > Pen and Touch > Pen Options. Select Press and Hold click Settings. Uncheck Enable press and hold for right-clicking. Press OK.

  5. Disable Dynamic Feedback. This requires a registry change because there is no Control Panel UI for this in Windows 7. Go to this regkey [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\TabletPC] and set the value TurnOffPenFeedback to 1. The link has a .REG file you can use.

saveenr
  • 1,514
  • 11
  • 13
Wesley
  • 11