How to get the mac address in WinRT (Windows 8) programmatically?

前端 未结 2 1711
深忆病人
深忆病人 2020-12-19 15:54

I am looking for an API in WinRT to access the mac address.

2条回答
  •  执念已碎
    2020-12-19 16:21

    There is no way to do it. The Windows Store App APIs are sandboxed and are pretty restrictive on the information that you can get about the user, mainly because of privacy concerns.

提交回复
热议问题