Yeah, think we used that one, ran a tool in Post deploy I think and fetched the reg key by mof. Also think in conjunction with the ever un documented: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\Tablet PC registry key.
//A From: [email protected] [mailto:[email protected]] On Behalf Of Michael Niehaus Sent: den 24 februari 2015 09:59 To: [email protected] Subject: RE: [mssms] RE: System Enclosure - Chassis Types for Tablets The IsTouchEnabled.exe (which is part of UDI, included with MDT) uses the GetSystemMetrics API to ask Windows if there is a digitizer present (SM_DIGITIZER flag). That works great in the old or new operating system, but not in Windows PE. Thanks, -Michael From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Andreas Hammarskjöld Sent: Tuesday, February 24, 2015 9:35 AM To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] RE: System Enclosure - Chassis Types for Tablets Nah, if memory serves me right it was a windows reg key, but if that was collected and detected as a part of the build using Niehaus .exe method I don't remember. //A From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Hedges, Dustin Sent: den 23 februari 2015 23:17 To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] RE: System Enclosure - Chassis Types for Tablets Michael Niehaus wrote a blog post (http://blogs.technet.com/b/mniehaus/archive/2014/01/10/configuring-file-associations-in-windows-8-1.aspx) which makes mention of the IsTouchEnabled.exe executable that is available in the MDT 2013 installation files. It can tell you if your system is touch-enabled or not. Personally, we treat all Windows Laptops/Tablets (touch or not) as "Laptops" in terms of deployment and overall support. Then any touch-specific configurations we just key off of touch capabilities. Dustin Hedges Sr. Systems Engineer GETOps - Global Client Engineering [cid:[email protected]] From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Sherry Kissinger Sent: Monday, February 23, 2015 3:22 PM To: [email protected]<mailto:[email protected]> Subject: Re: [mssms] RE: System Enclosure - Chassis Types for Tablets You mean for 8, touchscreen? well, that would tell you if it had a touch screen; but that doesn't mean it's not a laptop with a full keyboard. If that's the real thing one is looking for "is the screen touchable, whether or not it happens to have a keyboard, too", then sure, I could see using that. I guess it depends what one is actually looking for, when someone asks you "how many ..." On Monday, February 23, 2015 3:15 PM, Andreas Hammarskjöld <[email protected]<mailto:[email protected]>> wrote: I always did by Make/Model 'back in the days'.. Also think I did a .mof on stylus/pen/touch, but then not all tablets had touch... might be different these days. //A -----Original Message----- From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of William Jackson Sent: den 23 februari 2015 22:12 To: [email protected]<mailto:[email protected]> Subject: Re: [mssms] RE: System Enclosure - Chassis Types for Tablets > So... what's the lesson? It's all over the place. there is no easy answer > for "and... this chassistype means it's a tablet." You could also try Win32_PointingDevice.PointingType. Value Meaning 1 Other 2 Unknown 3 Mouse 4 Trackball 5 Track Point 6 Glide Point 7 Touch Pad 8 Touch Screen 9 Mouse - Optical Sensor https://msdn.microsoft.com/en-us/library/aa394356.aspx William

