找回密码
 立即注册
搜索
查看: 304|回复: 0

[计算机] cmd命令卸载ie9、10、11

[复制链接]
发表于 2025-2-6 16:10:41 | 显示全部楼层 |阅读模式

以下是执行卸载IE9的命令行:


FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up: @fname /quiet /norestart


以下是执行卸载IE10的命令行:


FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up: @fname /quiet /norestart


以下是执行卸载IE11的命令行:


FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up: @fname /quiet /norestart


欢迎注册吾爱缘分网,在这里可留言管理员需要找的资源哦。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|技术分享

GMT+8, 2025-4-2 15:14 , Processed in 0.071192 second(s), 19 queries .

Powered by 吾爱缘分

© 2024-2024 吾爱缘分

快速回复 返回顶部 返回列表