Retrieving the unique device ID of Microsoft Surface
问题 I am developing an application for Windows 8 and I am testing it on Microsoft's Surface. Does any one know how I can retrieve the unique device ID of Surface? Just like we do for Windows Phone by retrieving its unique device id using Microsoft.Phone.Info namespace. 回答1: I use Windows.System.Profile.HardwareIdentification.GetPackageSpecificToken(null).Id converted to string, details at http://coding.kulman.sk/how-to-uniquely-identify-a-windows-8-device/ 回答2: AFAIK, the closest thing you'll