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

  • 相关阅读:
    JavaScript学习笔记之数组(一)
    Ajax与CORS通信
    JSONP跨域
    JavaScript原型与原型链
    CSS布局套路
    爱奇艺的自制节目
    2019.3.6错误经验
    Kickdown UVA
    ASP.NET Web
    C# Windows
  • 原文地址:https://www.cnblogs.com/tingxin/p/12692170.html
Copyright © 2011-2022 走看看