简体   繁体   English

在Windows计算机上自动最小化桌面应用程序窗口(或重置优先级)

[英]Automatically minimize desktop app window (or reset priority) on Windows machine

My organization utilizes a browser-based app (Chrome/Firefox) and Skype to allow kindergarten students to read books with adults, remotely. 我的组织使用基于浏览器的应用程序(Chrome / Firefox)和Skype,使幼儿园的学生可以与成年人远程阅读书籍。

One of the biggest problems we have happens with this scenario: 在这种情况下,我们遇到的最大问题之一是:

  1. Tutor calls a dedicated Skype number that resides on student laptop (Windows 7) 导师会拨打学生笔记本电脑(Windows 7)上的专用Skype号码
  2. Student answers Skype call 学生接听Skype电话
  3. Skype application window remains open, blocking browser Skype应用程序窗口保持打开状态,阻止浏览器
  4. Student does not know how to close Skype window 学生不知道如何关闭Skype窗口
  5. Student cannot see browser until support remotely connects to laptop and minimizes Skype window 在支持者远程连接到笔记本电脑并最小化Skype窗口之前,学生无法看到浏览器

Training the students, at that age, doesn't work. 在那个年龄对学生进行培训是行不通的。 Teachers tell them not to mess with the laptops, anyways. 老师告诉他们无论如何不要弄乱笔记本电脑。

So the question is this: 所以问题是这样的:

Is there a way to automatically minimize Windows application windows via a custom script or is there a way to force browser windows to regain priority on the desktop based on certain triggers? 是否可以通过自定义脚本自动最小化Windows应用程序窗口,或者是否可以基于某些触发器来强制浏览器窗口重新获得桌面上的优先级?

I'm looking more for pointers on where to do research or what to look at. 我正在寻找有关在哪里进行研究或要看什么的指示。 I can probably build a solution if I know there's a tool or library where I can start. 如果我知道可以启动某个工具或库,那么我可能可以构建一个解决方案。

Have you tried to start Skype with the command line parameter 您是否尝试过使用命令行参数启动Skype

/minimized

That would start Skype minimized to the tray. 这样就可以将Skype最小化到托盘上。

And on a second note I would imagine that when the kids can answer a Skype-call, they could be taught to press ALT+TAB after they have answered the call (and thereby switch to the browser). 第二点,我想像一下,当孩子们可以应答Skype呼叫时,可以教会他们在应答呼叫后按ALT + TAB(从而切换到浏览器)。

You could also try http://ahkscript.org/ (Auto Hot Key) which is a scripting language for automation of common tasks. 您也可以尝试http://ahkscript.org/ (自动热键),这是一种用于自动执行常见任务的脚本语言。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在远程 Windows 服务器台式机上重置密码? - How to reset password on remote windows server desktop machine? 确定窗口是否属于桌面或Windows Store应用 - Determine if window belongs to desktop or Windows Store app 隐藏一个桌面窗口或禁用关闭按钮-Windows Desktop App - Hide one desktop window or disable closing button - Windows Desktop App cmd / powershell:最小化桌面上除当前命令提示符(控制台)或某些特定窗口以外的所有窗口 - cmd / powershell: minimize all windows on your desktop except for current command prompt (console) or except for some particular window Windows Messages Minimize App最小化子项 - Windows Messages Minimize App on Minimize Child 自动更新桌面应用 - automatically update desktop app 启动旧桌面应用程序,即使Windows 8开始屏幕是前景窗口? - Launch legacy desktop app, even if Windows 8 Start Screen is foreground window? 如何访问非桌面Windows应用程序的窗口矩形 - How to access window rectangle of a non-desktop Windows-App 在Windows 7桌面上自动运行任务 - Running Tasks Automatically on Windows 7 Desktop 使用主应用程序窗口使拥有的Windows最小化 - Make Owned Windows Minimize with the Main Application Window
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM