Tuesday, December 12, 2017

Uninstall multiple programs at once. Uninstall all AutoCAD WMIC Commnand prompt

Uninstall multiple programs at once. Uninstall all AutoCAD WMIC
***WARNING***
This uninstalls all AutoDesk

CMD
WMIC product where "vendor like 'autodesk%'" call uninstall /nointeractive

WMIC product where "vendor like 'Bentley Systems%'" call uninstall /nointeractive

You can type WMIC at the CMD prompt
wmic:root\cli>

Found this at
http://prosoftaec.blogspot.com/2013/08/uninstall-multiple-autodesk-products.html

No comments: