zoukankan      html  css  js  c++  java
  • 卸载win10自带应用

    卸载所有:Get-AppXPackage | Remove-AppxPackage

    消息:Get-AppxPackage *Messaging* | Remove-AppxPackage

    获取帮助:Get-AppxPackage *Microsoft.GetHelp* | Remove-AppxPackage

    微软商店:get-appxpackage *store* | remove-Appxpackage

    Alarms & Clocks get-appxpackage *Microsoft.WindowsAlarms* | remove-appxpackage
    Calculator get-appxpackage *Microsoft.WindowsCalculator* | remove-appxpackage
    Camera get-appxpackage *Microsoft.WindowsCamera* | remove-appxpackage
    Groove Music get-appxpackage *Microsoft.ZuneMusic* | remove-appxpackage 
    Mail & Calendar get-appxpackage *microsoft.windowscommunicationsapps* | remove-appxpackage
    Maps get-appxpackage *Microsoft.WindowsMaps* | remove-appxpackage
    Movies & Tv get-appxpackage *Microsoft.ZuneVideo* | remove-appxpackage 
    OneNote get-appxpackage *Microsoft.Office.OneNote* | remove-appxpackage
    Photos get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage
    Voice Recorder get-appxpackage *Microsoft.WindowsSoundRecorder * | remove-appxpackage
    People get-appxpackage *Microsoft.People* | remove-appxpackage
    Xbox get-appxpackage *Microsoft.XboxApp* | remove-appxpackage
     
  • 相关阅读:
    Web服务技术协议:REST与SOAP
    几种常见的Web服务器
    在浏览器中输入网址后是怎么跳转到指定的服务器的
    forward(请求转发)和redirect(重定向)的区别
    Hook钩子编程
    闭包
    JSP
    临界区与锁
    进程
    LeetCode Search for a Range
  • 原文地址:https://www.cnblogs.com/alphacode/p/12853027.html
Copyright © 2011-2022 走看看