Skip to content

Instantly share code, notes, and snippets.

@jaehess
Created October 29, 2009 15:05
Show Gist options
  • Select an option

  • Save jaehess/221498 to your computer and use it in GitHub Desktop.

Select an option

Save jaehess/221498 to your computer and use it in GitHub Desktop.
dir /a /b c:\windows\$ntuninstallkb* > kbs.txt && for /f %i in (kbs.txt) do cd c:\windows\%i\spuninst && spuninst.exe /passive /norestart && ping -n 15 localhost > nul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment