#What should I do if an error occurs and all updates are not uninstalled?
What should I do if an error occurred while uninstalling IE11 and all updates were not successfully uninstalled?
The operation method is as follows:
1. First open the C:\Windows\TEMP\ folder and clear all the files in it.
2. Click "Start" - "All Programs" - "Accessories", right-click "Command Line Prompt" and select "Run as administrator".
3. Copy and enter the following code in the command line prompt that appears, and press Enter.
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
4. Then the uninstallation will begin and several error messages will appear. We ignore them and press OK.
5. After the last command is stopped and the computer is restarted, the system will restore the IE version we had before installing IE11.
After restoration, we can now download the IE11 offline installation package for installation. During installation, please temporarily turn off or uninstall third-party protection or anti-spyware software to provide a interference-free environment to ensure that IE11 can be installed normally.
Phenomenon: During normal operation, the computer suddenly automatically shuts down or restarts the system.
Phenomena analysis: Today’s motherboards have a temperature monitoring function for the CPU. Once the CPU temperature is too high and exceeds the temperature set in the motherboard BIOS, the motherboard will automatically cut off the power to protect related hardware. On the other hand, power management and virus software in the system can also cause this phenomenon to occur.
The above is the detailed content of What should I do if an error occurs and all updates are not uninstalled?. For more information, please follow other related articles on the PHP Chinese website!