win10移动热点

win10已经抛弃了承载网络,现在的移动热点基于WiFi Direct技术,大部分新的网卡也都支持。在UWP平台下,取而代之的是TetheringNetwork,关于这东西的API可以在官网上查到,但是需要在powershell中才能调用,cmd已经不支持了。

具体使用参考:

https://superuser.com/questions/1341997/using-a-uwp-api-namespace-in-powershell/1342416#1342416