Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Unable to uninstall windows updates via task sequence

  • Thread starter Thread starter rishibp
  • Start date Start date
  • Replies Replies 2
  • Views Views 2K

rishibp

Member
Messages
8
Reaction score
0
Points
1
Hello everyone,

I'm unable to uninstall windows updates via a task sequence. Any help will be grateful.
Followed step by step this guide by @Prajwal Desai : https://www.prajwaldesai.com/how-to-rollback-a-patch-using-configuration-manager/
Task sequence is deployed on client machine but the error shows as soon as the task sequence begins, Following error is observed on sccm:
the task sequence manager could not successfully complete the execution of the task sequence
This is error shown on client computer:
uninstall_TS_error.jpg
 
Last edited:
If you manually run the uninstallation command on a computer, does it work ?.
No, it does not run. Running wusa.exe /uninstall /kb:KBNUMBER /quiet /norestart as administrator on client computer does nothing.
But when i run wusa.exe /uninstall /kb:KBNUMBER, uninstallation starts requiring user intervention ....
 
Back
Top