Remove Lync 2010 from the command prompt

Remove Lync using the command line.

John Savill

December 9, 2015

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Q. How can I easily remove Lync 2010 from the command line?

A. The commands below will stop the Lync processes then uninstall silently.

taskkill /f /im communicator.exe /ttaskkill /f /im ucmapi.exe /tmsiexec /x {81BE0B17-563B-45D4-B198-5721E6C665CD} /q

These commands could be used in a Task Sequence in Configuration Manager if the uninstall needs to be triggered from Configuration Manager. Each step would comprise of one of the above commands.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like