1. 關閉內建Skype(Skypehost.exe)服務(下PowerShell指令),增加安全性及減少多餘電腦資源耗損。
Get-AppxPackage *messaging* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
http://www.ghacks.net/2016/02/27/disable-skypehost-exe-windows-skype-on-windows-10/
2. 關閉BingNews、BingFinance、BingSports、BingWeather、Advertising、Appconnector? 、AppX市集? 等
參考:HKEY_CLASSES_ROOT\ActivatableClasses\Package\
http://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/