How to uninstall updates in Windows XP/2003 and Windows 7 using Software Deployment?
This document provides you with the steps required to uninstall updates that are installed in Windows XP/ 2003/ Windows 7 server using software deployment.
Steps to Deploy
To uninstall the windows updates from the systems using the following Operating Systems, Windows XP/2003/ Windows 7, follow the steps given below:
- Click the Software Deployment tab
- Click Add Package
- Select the MSIEXEC/EXE/ISS/Command option
- Enter Uninstalling Windows updates as the application name
- Enter the following command in the Uninstallation Command with Switches/Arguments field:
For computers Windows XP/ Windows Server 2003 use the command as specified below:
%windir%\$NtUninstallKB#######$\spuninst\spuninst.exe /quiet /passive /norestart
For computers Windows XP/ Windows 7 use the command as specified below:
%windir%\system32\wusa.exe /uninstall /kb:####### /quiet /norestart
Note: kb##### refers to the kb number.
- Click Add Package
- Select the package you created
- In the Actions column, click the Install/Uninstall Software icon
- Enter a name and description for the configuration
- Select the following:
- Installer type: EXE
- EXE package name
- Operation type: Uninstall
- Make the required deployment settings
- Select the required client systems using the Define Target option
- Click Deploy
You have succesfully uninstalled Windows updates on the Windows XP / 2003 / Windows 7.