Inking in MS Office 2007 With VistaThis is a featured page

Making MS Office 2007 recognize the UX as a Tablet PC under Vista


Microsoft Office 2007 doesn't recognize the UX as a Tablet PC and, thus, won't enable Inking operations. Here's how to fix it:

Microsoft Office 2007 consults two registry DWORDS to determine if the programs are running on a Table PC:

  • 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

Obviously, you can use regedit to do this, but, every time you re-boot the machine, something in the operating system resets both of these values to 0. The solution is to create the following Visual Basic script and place it in your StartUp program folder in the Start Menu. Here's the script:

' 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.)


Here's an easy way to create the script:
  • Right-click on empty space on your desktop and select New --> Text Document
    Miscellaneous+Hacks - Micro PC Talk Wiki
  • Rename the file to istablet.vbs. (Be sure to edit the .txt out.) You'll get a warning about changing the "filename extension." Say "Yes" to do so.
  • Right-click on istablet.vbs and select "Edit"
    Miscellaneous+Hacks - Micro PC Talk Wiki
  • Notepad will pop up. Copy and paste the script contents from above into the file and save it. Now you have the working script file on your desktop.
  • Right-click on the Start icon and select Open all Users from the menu. Double-click on the Programs icon. Double-click on the Startup icon. Then drag and drop istablet.vbs into the window.
    Miscellaneous+Hacks - Micro PC Talk Wiki
    istable.vbs will be added to your Startup programs.
One final thing needs to be done, if you're running Vista. You need to make sure istablet.vbs has "permission" to write the values to the registry.
  • Run regedit.exe (You can find it in the C:/Windows folder or type "regedit" into the Run... applet if you've enabled it.)
  • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Tablet PC
    (If it doesn't exist, create a new key under Windows named Tablet PC --
    note the space in the name.)
  • Right-click on the Tablet PC key and select Permissons
    Miscellaneous+Hacks - Micro PC Talk Wiki
  • Click on the Advanced button and then the Owner tab. Change the owner to yourself if it is set to anyone else. Then click OK.
  • In the Permissions dialog, set it so "Everyone" has full control for Tablet PC
    Miscellaneous+Hacks - Micro PC Talk Wiki
  • Click OK and close out regedit. Re-boot.
  • Call up regedit again, just to be sure. You should see
    Miscellaneous+Hacks - Micro PC Talk Wiki

Now when you use Word and click on the Review tab, you'll see the Start Inking command right where it should be.
Miscellaneous+Hacks - Micro PC Talk Wiki


Benz145
Benz145
Latest page update: made by Benz145 , May 30 2007, 5:55 PM EDT (about this update About This Update Benz145 Rename - Benz145

No content added or deleted.

- complete history)
Keyword tags: 2007 microsoft office Vista
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
Do you find this valuable?    
Keyword tags: None (edit keyword tags)

Anonymous  (Get credit for your thread)


Showing 1 of 1 threads for this page

Related Content

  (what's this?Related ContentThanks to keyword tags, links to related pages and threads are added to the bottom of your pages. Up to 15 links are shown, determined by matching tags and by how recently the content was updated; keeping the most current at the top. Share your feedback on Wetpaint Central.)