Tablet PC - Ink Dialog Box

V

vbdev

Hi,

I am running an IP form on a Tablet PC. When I am opening the form, I get a
"Welcome to ink entry mode.." dialog box.
How can I make that box disappear by script or by modifying a registry
entry?
I DON'T want my users to manually check the "don't show the message again"
on the first open. I am sure that checking that box is modifying a registry
entry....anybody knows which one?

Thanks

vbdev
 
B

Brian Teutsch [MSFT]

The definitive answer is that the registry key to disable this prompt is at
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\InfoPath\EditorCommon. It's
a DWORD value named InkEntryPrompt, and setting it to 0 will disable the
message. You can set this key at installation time, or via Group Policy.

Thanks,
Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top