Sign in or 

- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Tablet PC\isTabletPC and
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Tablet PC\DeviceType
isTablePC needs to be set to 1 and DeviceType needs to be set to &H80000001
' VBScript - Frank J. Garcia - www.ultramobilepc-tips.com
'
Dim objShell, RegLocate, RegLocate1
Set objShell = WScript.CreateObject("WScript.Shell")
On Error Resume Next
RegLocate = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Tablet PC\isTabletPC"
objShell.RegWrite RegLocate,"1","REG_DWORD"
RegLocate = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Tablet PC\DeviceKind"
objShell.RegWrite RegLocate,&H80000001,"REG_DWORD"
WScript.Quit
(Thanks to Frank Garcia aka CTitanic for this script.)
|
Benz145 |
Latest page update: made by Benz145
, May 30 2007, 5:55 PM EDT
(about this update
About This Update
No content added or deleted. - complete history) |
|
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| Anonymous | It Worked! | 0 | Mar 20 2009, 12:14 AM EDT by Anonymous | ||
|
|
Thread started: Mar 20 2009, 12:14 AM EDT
Watch
Thank you, thank you, thank you!! I just bought a Bamboo Fun and updated the driver, etc. and the "start inking" was not even an option in Office 2007's Word, Outlook's e-mails, etc. and I tried several blogs, Wacom site, MS site and they were all crap. I looked at yours (which made the most sense of them all) and it worked PERFECT! Very good directions too.
THANK YOU. Now I can check midterms electronically. Ryan |
||||