cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Shutting down Zoom with command line

Caygill
Newcomer
Newcomer

Is there any graceful way, as in a supported parameter, to shut down Zoom completely with command line or script? A user jumping between meeting platforms have issues with sound devices on Windows. 

2 REPLIES 2

RCX
Newcomer
Newcomer

Open notepad and save this as .BAT file

# GO TO ROOT AND MAKE SURE IT IS IN THE MAIN C DRIVE
C:
cd C:/

# END App Process
taskkill /f /im "Zoom.exe" /t


To run the script, just double click it.

This is the point of (our internal) debate. And no, we don’t run MacOS. Will killing the process potentially corrupt something around Zoom data collection and integrity?