摘要: 防锁屏.vbs 1 ' 先定义一个Shell对象 2 Set WshShell = WScript.CreateObject("WScript.Shell") 3 4 WScript.Sleep 5000 5 wshShell.SendKeys "{NUMLOCK}" 6 WScript.Sleep 阅读全文
posted @ 2024-09-26 08:27 野生薄荷糖 阅读(3) 评论(0) 推荐(0) 编辑