简体   繁体   English

如何让 windows 忽略告诉它不要 go 空闲的应用程序?

[英]How do I get windows to ignore applications telling it not to go idle?

Everything that comes up when I search for this is about how to prevent windows from going into an idle state.当我搜索这个时出现的所有内容都是关于如何防止 windows 进入空闲 state。

I work in IT at a public library.我在一家公共图书馆从事 IT 工作。 We have software called PC Reservation that patrons use to use their library cards to sign into the computers.我们有一个名为 PC Reservation 的软件,顾客可以使用该软件使用他们的借书证登录计算机。 However, PC Reservation has a tendency to eventually crash after a day or two.但是,PC Reservation 有可能在一两天后最终崩溃。 I'm trying to set a task to restart the VMs after 12 hours of being idle, but since the task isn't being triggered, I believe that PC Res is flagging the system to not go idle while it's running.我正在尝试设置一个任务以在空闲 12 小时后重新启动虚拟机,但由于任务没有被触发,我相信 PC Res 正在将系统标记为在运行时不空闲 go。

How can I get windows to ignore applications telling it not to go idle?如何让 windows 忽略告诉它不要 go 空闲的应用程序? Or is there a way to go farther and have windows only define active user input via mouse/keyboard as something to keep it from going idle?或者有没有办法让 go 更远并且让 windows 只定义通过鼠标/键盘的活动用户输入来防止它闲置?

Got around this by having powershell on a remote server log into vsphere and reboot one VM per minute from a list after we close.通过在远程服务器上登录 vsphere 并在我们关闭后每分钟从列表中重新启动一个 VM 来解决此问题。

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

相关问题 如何在Windows上部署Rails 3应用程序? - How do I deploy a Rails 3 applications on Windows? 如何使用Windows APi从Windows上的另一个应用程序获取应用程序的宽度和高度 - How do I get a an applications width and height from another application on Windows with windows APi 如何在Windows上破坏计算机空闲检测? - How do I subvert computer idle detection on Windows? 如何为Windows应用程序执行事后调试? - How do I perform post-mortem debugging for Windows applications? 如何让 Windows 在编译 C++ 时像 Linux 一样快? - How do I get Windows to go as fast as Linux for compiling C++? 如何使用 Apache 2 在 Windows 上忽略 Perl shebang? - How do I ignore the Perl shebang on Windows with Apache 2? 如何配置用Go编写的Windows服务的失败操作? - How do I configure failure actions of a Windows service written in Go? 如何在Go中管理Windows用户帐户? - How do I manage Windows User Accounts in Go? IDLE的路径,而不是Windows的路径:如何在MS Windows中编辑Python的路径以包含.py模块? - IDLE's path, not Windows' path: How do I edit Python's path in MS Windows to include a .py module? 如何在 Go 中获取 Windows 进程的句柄? - How can I get handle of Windows process in Go?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM