Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created September 10, 2021 16:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeGlines/d41741d55fde7c7b5f818469372a97b9 to your computer and use it in GitHub Desktop.
Save JoeGlines/d41741d55fde7c7b5f818469372a97b9 to your computer and use it in GitHub Desktop.
#SingleInstance,Force
Appskey & z:: ;launch my zoom meeting
run %comspec% /c ""%A_AppData%\Zoom\bin\Zoom.exe" "--url=zoommtg://zoom.us/join?action=join&confno=8155790366&pwd=myPassword"",,hide
WinWait, Zoom Meeting
Sleep, 100
Send !v ;Alt V is typical hotkey for toggling video
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment