Windows命令列解除安裝IE
In this blog, I am sharing the commands available to uninstall Internet Explorer.
Examples covered in this blog are for:
- Internet Explorer 9
- Internet Explorer 10
-
Internet Explorer 11
Example for uninstalling Internet explorer 9
- Log on to the computer by using an administrator account or an account that has administrative rights.
- Close all Internet Explorer browser windows.
- Click Start, type cmd in the Search box, and then click cmd under Programs.
- Right click and select Run as administrator
- Copy the following command:
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
- Paste the command into the Command Prompt window, and then press Enter.
- Restart the computer.
Example for uninstalling Internet explorer 10
- Log on to the computer by using an administrator account or an account that has administrative rights.
- Close all Internet Explorer browser windows.
- Click Start, type cmd in the Search box, and then click cmd under Programs.
- Right click and select Run as administrator
- Copy the following command:
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
- Paste the command into the Command Prompt window, and then press Enter.
- Restart the computer.
Example for uninstalling Internet explorer 11
- Log on to the computer by using an administrator account or an account that has administrative rights.
- Close all Internet Explorer browser windows.
- Click Start, type cmd in the Search box, and then click cmd under Programs.
- Right click and select Run as administrator
- Copy the following command:
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
- Paste the command into the Command Prompt window, and then press Enter.
- Restart the computer.
MORE INFORMATION
Articles:
What to do if you can’t uninstall Internet Explorer 9
Manual Process:
Install or uninstall Internet Explorer
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22558114/viewspace-1990156/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CloudFoundry命令列安裝和解除安裝外掛Cloud命令列
- Win10系統使用命令列解除安裝IE瀏覽器的方法Win10命令列瀏覽器
- Redis(windows)解除安裝RedisWindows
- kangle 解除安裝命令
- win10解除安裝ie11的方法_win10如何徹底解除安裝ie11Win10IE11
- 如何在 Ubuntu 中使用命令列解除安裝 CrossOverUbuntu命令列ROS
- debian軟體解除安裝|deb包解除安裝|dpkg命令
- win10如何解除安裝ie瀏覽器_win10怎麼解除安裝ie瀏覽器Win10瀏覽器
- win10最新的ie怎麼解除安裝_win10解除安裝ie瀏覽器的步驟Win10瀏覽器
- Powershell 命令列安裝 Windows 作業系統命令列Windows作業系統
- 解除安裝windows安裝ubuntu的完全指南WindowsUbuntu
- windows安全中心,永久解除安裝工具Windows
- linux解除安裝軟體的命令Linux
- VMware Workstation安裝+徹底解除安裝教程(Windows版)Windows
- DB2 v101安裝和解除安裝(Windows)DB2Windows
- Linux RPM包安裝、解除安裝、升級命令講解Linux
- windows10解除安裝軟體的方法_win10在哪解除安裝軟體WindowsWin10
- windows 安裝 scoop 命令 (windows 中的 brew)WindowsOOP
- windows命令列命令Windows命令列
- windows10升級程式解除安裝怎麼操作 windows10升級程式怎樣解除安裝刪除Windows
- 在Windows上如何安裝和徹底解除安裝Adobe Flash PlayeWindows
- 在 Windows 11 中解除安裝 Edge 瀏覽器Windows瀏覽器
- Ubuntu 完全解除安裝軟體常用命令Ubuntu
- windows10應用商店被解除安裝怎麼恢復_windows10應用商店被解除安裝解決方法Windows
- Win10系統怎樣解除安裝多餘Windows元件 win10解除安裝多餘windows元件的步驟Win10Windows元件
- windows環境安裝nc(netcat)命令Windows
- 一條命令安裝Windows Subsystem for LinuxWindowsLinux
- Linux安裝解除安裝MySQLLinuxMySql
- Ubuntu解除安裝和安裝Ubuntu
- cocoapods安裝/解除安裝/使用
- JDK安裝和解除安裝JDK
- docker安裝及解除安裝Docker
- CentOS 命令列安裝 vmware tools 方法CentOS命令列
- 使用dism從命令列安裝IIS命令列
- win10怎麼解除安裝solidworks_windows10電腦要如何解除安裝SolidWork2016Win10SolidWindows
- win10系統怎麼解除安裝防火牆 windows10防火牆的解除安裝步驟Win10防火牆Windows
- Windows環境下達夢資料庫安裝及解除安裝手冊Windows資料庫
- 安裝npm 解除安裝npm 安裝apidocNPMAPI
- docker 解除安裝Docker