首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >通过Windows Task Sheduler打开缩放并开始会议

通过Windows Task Sheduler打开缩放并开始会议
EN

Stack Overflow用户
提问于 2020-07-06 04:44:23
回答 1查看 703关注 0票数 0

我想运行一个简单的URL调用。

它是一种捷径。

代码语言:javascript
复制
zoommtg://zoom.us/start?confno=MYZOOMMEETINGID

我现在想使用Windows Task Scheduler在瑜伽课上每周启动大约30次

我已经看到解决方案是创建一个任务,启动程序powershell.exe,然后添加我放入的参数区域

代码语言:javascript
复制
-Command "Invoke-WebRequest zoommtg://zoom.us/start?confno=MYZOOMMEETINGID”

当我运行这个的时候,我得到...

代码语言:javascript
复制
Command : The term '-Command' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
-Command "Invoke-WebRequest zoommtg://zoom.us/start?confno=5720401698 ...

CategoryInfo          : ObjectNotFound: (-Command:String) [], CommandNotFoundException FullyQualifiedErrorId : CommandNotFoundException
EN

回答 1

Stack Overflow用户

发布于 2021-04-30 19:37:35

Powershell是怎么回事?

在Task Scheduler中,创建一个任务以启动您的首选浏览器,参数为完整的URL,如下所示:

"C:\Users\Laptop\AppData\Local\Mozilla Firefox\firefox.exe“https://us02web.zoom.us/j/YourMeetingID?pwd=VeryLongPassword

为每个事件设置触发器。

完成

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62746133

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档