Skip to content

Windows

卸载“手机连接”

https://answers.microsoft.com/zh-hans/windows/forum/all/如何卸载微/c895292d-f50e-42f6-886b-c84c5ae741d3

Windows PowerShell 中执行(管理员运行):

shell
get-appxpackage *Phone* | remove-Appxpackage

基于 MIT 许可发布