Batch File
My first attempt involved setting up a batch file. I created a plain text file and renamed it meeting.bat
. I did some digging online and figured out the command to use was:
start "" "zoommtg://zoom.us/join?action=join&confno=#####&pwd=ABC123"
where #####
is replaced with the meeting ID, and ABC123
is replaced by the meeting password if one exists.
If you've got a Zoom meeting link, it will be formatted along the lines of https://zoom.us/j/123456
, the 123456
at the end is the meeting ID.
Save the changes to the batch file and double-click to run.