Questions tagged «timeout»

在继续执行指定任务之前,进程将等待与之交互的预定时间。

1
我不知道如何停止脚本
我复制并运行此脚本以阻止我的PC进入锁定屏幕。现在我不知道如何阻止它并且每6秒重置一次“NumLOCK”,而在excel上工作则具有挑战性: Dim objResult Set objShell = WScript.CreateObject("WScript.Shell") i = 0 Do While i = 0 objResult = objShell.sendkeys("{NUMLOCK}{NUMLOCK}") Wscript.Sleep (6000) Loop 我尝试在任务管理器中查找该过程,但我找不到它。
-3 script  timeout 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.