Skip to content

Instantly share code, notes, and snippets.

@AntoniosHadji
Created November 22, 2013 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoniosHadji/f116abb1cfd65b30b9fb to your computer and use it in GitHub Desktop.
Save AntoniosHadji/f116abb1cfd65b30b9fb to your computer and use it in GitHub Desktop.
These are two commands that can be run on windows to automatically uninstall all X_TRADER components or all TT software.
# Uninstall all software from Trading Technologies
wmic product where "Vendor like 'Trading Tech%%'" call uninstall /nointeractive
# Uninstall all X_TRADER components
wmic product where "name like 'TT%%'" call uninstall /nointeractive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment