Home >Web Front-end >JS Tutorial >Use Msicuu.exe and Msizap.exe that come with Windows XP to completely uninstall stubborn programs_javascript techniques

Use Msicuu.exe and Msizap.exe that come with Windows XP to completely uninstall stubborn programs_javascript techniques

WBOY
WBOYOriginal
2016-05-16 19:14:551018browse

First, open the Windows XP installation disk, click "Support Tools", enter the Support Tools installation directory (X:Program FilesSupport Tools) on the hard disk, find Msicuu.exe and double-click it, then a "windows Installer Clean Up" window will pop up, showing List of all currently installed programs. You select the stubborn program and click the "Rmove" button to uninstall it. If the above method does not work, it is recommended that you use Msizap.exe to uninstall. The method is: open the registry editor, locate Hkey_LOCAL_MACHINESoftwareMicrosoftwindowsCurrentVersionUninstall, and find the identification of the stubborn program in the left item (for example, {268723B7-A994-4286-9F85-B974D5CAFC7B}) , and then select the "Start→Programs→Windows Support Tools→Command Prompt" command. After the command prompt, enter the following command: msizap T {identification of the stubborn program}, and press Enter to uninstall the stubborn program.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn