What should I do if an error occurs during uninstallation of ie11 and all updates are not successfully uninstalled?
You can first enter the [C:\Windows\TEMP\] folder to clear it; then enter the [Command Line Prompt] as an administrator; after entering the code, the uninstallation will automatically start; ignore the If the error message appears, press OK, and finally wait for the computer to restart. The system will restore the IE version before IE11 was installed. The following is a detailed introduction:
1. First, open the [C:\Windows\TEMP\] folder and clear all the files in it;
2. Click [Start] in sequence -[All Programs][Accessories], right-click [Command Line Prompt], select [Run as administrator];
3. Paste and enter the following code in the command line prompt
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@ fname /norestart"
, press Enter to confirm;
4. Then the uninstallation will start, and several error messages will appear. We ignore it and press OK;
5. Finally, after restarting the computer, the system will restore the IE version before IE11 was installed.
The above is the detailed content of What should I do if an error occurs when uninstalling IE11 and all updates are not successfully uninstalled?. For more information, please follow other related articles on the PHP Chinese website!