In this Process Automation tutorial, we will show how to silently remove the windows update that installs Internet Explorer 11 by calling the WUSA.exe process and specifying the KB number.
Process Automation – Prerequisite
If you have never automated a workflow with our Process Automation framework, you may watch the below video or read our Scope Action Creation Basics article for more information.
Process Automation: Worklow Details
1. Click on Add/Remove. Then Execute Computer Action > Processes > Run a new process.
2. You will now be at the Set Arguments: Run a new process window. We will select the following for each:
Process name: wusa.exe
Process argument string: /uninstall /kb:2841134 /quiet /norestart
Run as type: 0
Run Username: Leave blank(for type 0)
Run as Password: Leave blank(for type 0)
Wait for Completion: False
Wait Timeout (seconds): 30
Kill Process on Time Out: False
Hide Execution Window: True
Click OK after selecting the above.