zoukankan      html  css  js  c++  java
  • [PowerShell]win10 卸载apps

    1、开始-->Windows PowerShell-->以管理员身份运行”
    2、卸载所有App ->Get-AppxPackage -AllUsers | Remove-AppxPackage
    3D Builder-->Get-AppxPackage *3dbuilder* | Remove-AppxPackage
    闹钟与时钟-->Get-AppxPackage *windowsalarms* | Remove-AppxPackage
    行事历-->Get-AppxPackage *windowscalculator* | Remove-AppxPackage
    行事历与邮件-->Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
    相机  Get-AppxPackage *windowscamera* | Remove-AppxPackage
    取得Office  Get-AppxPackage *officehub* | Remove-AppxPackage
    取得Skype  Get-AppxPackage *skypeapp* | Remove-AppxPackage
    取得开始  Get-AppxPackage *getstarted* | Remove-AppxPackage
    Groove 音乐  Get-AppxPackage *zunemusic* | Remove-AppxPackage
    地图  Get-AppxPackage *windowsmaps* | Remove-AppxPackage
    扑克牌游戏 Microsoft Solitaire Collection | Remove-AppxPackage
    财经  Get-AppxPackage *bingfinance* | Remove-AppxPackage
    Movies & TV  Get-AppxPackage *zunevideo* | Remove-AppxPackage
    新闻  Get-AppxPackage *bingnews* | Remove-AppxPackage
    OneNote  Get-AppxPackage *onenote* | Remove-AppxPackage
    联络人 Get-AppxPackage *people* | Remove-AppxPackage

  • 相关阅读:
    Liunx服务器部署MySQL
    TCP/IP协议与Http、RPC和Socket
    InfluxDB简介
    nodeJS中的包
    什么是Solr,它能为我们解决什么问题,怎么用?
    tp基础补充
    用户流程
    已有模板与tp框架的结合 (前台)
    tp模板基础
    Smarty小结提纲
  • 原文地址:https://www.cnblogs.com/tingxin/p/12692170.html
Copyright © 2011-2022 走看看