惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
L
LangChain Blog
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
博客园_首页
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
美团技术团队
V
V2EX

运维开发绿皮书

OBS虚拟摄像头重命名 Ubuntu备份为LiveOS Cisco路由器OSPF配置 汽车的分类和特点 Windows11跳过TPM2.0 HTTPS 双向认证与 USB 加密锁配置实战 SSL 证书工具 字数统计 BMI 计算 颜色转换 Hash 生成器 JSON 格式化 JWT 解码 房贷计算 时间戳转换 URL 编码 UUID 生成 牛马时钟 二维码批量生成器 CKS Simulator Kubernetes 1.25 FRP TOTP验证码生成器 direct-ssh-passthrough-nat 脚本使用说明 Python软件授权 Linux命令行百度网盘 为 Containerd 配置 Harbor 无证书镜像站 Docker一键部署Meta和MetacubexD面板 必应搜索屏蔽垃圾网站 VMware的ubuntu完整安装vm-tools支持粘贴板 Docker Desktop 安装到其他位置
使用Powershell卸载windows默认程序
Paper-Dragon · 2026-03-28 · via 运维开发绿皮书

使用Powershell卸载windows默认程序

管理员身份打开Powershell

输入 Win 键打开开始菜单,输入Powershell,然后选择管理员身份运行。

显示:左键单击Windows Powershell(管理员)

在这里插入图片描述

寻找你要卸载的程序

(这里以TranslatorforMicrosoftEdge为例)

你可能记不住程序的全名,使用*进行代替,进行模糊搜索,其实除了程序开发者外的其他人,或许没有人能够记住程序的全名了吧!!

使用get-appxpackage edge命令进行模糊搜索(你想要卸载什么程序就将edge换为什么程序) PS:get-appxpackage [你要卸载的程序]

复制PackageFullName(包全名)备用在这个例子中即

Microsoft.TranslatorforMicrosoftEdge_0.91.51.0_neutral_8wekyb3d8bbwe

如图

在这里插入图片描述

使用命令卸载程序

1、remove-appxpackage [你要卸载的包全名]

2、打回车Enter

3、程序自动卸载

在这里插入图片描述

更新日志

  • 505e2-fix(docs): 为 *.assets/ 图片链接补全 ./ 以兼容 Vite Rolldown 构建
  • c7aba-fixed markdown
  • 65b42-fixe markdown
  • ca95e-Windows绕过MicroSoft Store直接下载应用
  • d8ac2-Cisco路由器配置ipv4和ipv6的VTY账户密码
  • 57c9a-使用Powershell卸载windows默认程序