Friday, May 3, 2013

Detect a TabletPC with Powershell

Want to programmatically  detect a Tablet PC within Windows?   Here are the powershell commands:

Add-Type –assemblyName PresentationFramework
[System.Windows.SystemParameters]::IsTabletPC

It will return True if a Tablet PC, False if not.

Wednesday, May 1, 2013

First Post

First post.  We'll see if I actually use this thing as a pseudo brain-dump or if it goes idle.