Uninstall New TeamViewer Host via command line

Options

How do you uninstall the newer TeamViewer host via command line since it no longer has the uninstall.exe included in the installation folder?

Answers

  • Ken_F_WSH
    Ken_F_WSH Posts: 1
    Options

    Same question here....glad to see it's unanswered after over a month....

  • Todd_NZ
    Todd_NZ Posts: 1
    Options

    If in windows land, you can use WMIC to do it. Similar to the following


    wmic product where "name = 'Teamviewer'" call uninstall /nointeractive