当前位置:网站首页>公司电脑强制休眠的3种解决方案
公司电脑强制休眠的3种解决方案
2022-06-30 02:37:00 【CDamogu】
强推方案3
解决方案1,VBS
比较适合纯挂机,会打开一个记事本然后数星星,如果你打开其他界面他就会在你其他能输入的地方开始继续数星星,如果只是挂机使用还行。
启动 start.vbs
Set ws=createobject("wscript.shell")
ws.run "notepad"
wscript.sleep 5000
For i = 0 To 90
For j = 0 To 90
wscript.sleep 5000
ws.sendkeys(" ")
ws.sendkeys(i*10+j)
Next
ws.sendkeys("{ENTER}")
Next
ws.run "cmd.exe /c taskkill /f /im notepad.exe /t",0
wscript.quit
关闭 end.vbs
Set ws=createobject("wscript.shell")
ws.run "cmd.exe /c taskkill /f /im wscript.exe /t",0
wscript.quit
解决方案2,JavaScript
用 ie浏览器 打开,然后该给权限的给权限,然后该点是的点是
keep_still_working.html 内容如下
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>I need you still work!</title>
</head>
<body bgcolor="#215E21">
<script type="text/javascript"> function PressKey(){
var objWs = new ActiveXObject("Wscript.Shell"); objWs.SendKeys("{SCROLLLOCK}"); } setInterval("PressKey()",10000);//按下按键的间隔时间。 </script>
</body>
</html>
解决方案3,Edge拓展插件
Keep Awake (Screen Only) | Download , 通过浏览器拓展商店搜索或者网址都行
优点:
- 支持系统
- Windows
- Linux
- MacOs
- 支持浏览器
- Google浏览器
- Firefox浏览器
- Microsoft Edge
- 可以随时干其他的工作不影响
边栏推荐
- 微信小程序页面跳转以及参数传递
- 隐藏在科技教育中的steam元素
- Shenzhen CPDA Data Analyst Certification in July 2022
- How difficult is the PMP Exam under the new syllabus? Comprehensive analysis
- Can autojs code be encrypted? Yes, display of autojs encryption skills
- What is a self signed certificate? Advantages and disadvantages of self signed SSL certificates?
- Sitelock nine FAQs
- IBM WebSphere channel connectivity setup and testing
- Summary of knowledge points about eigenvalues and eigenvectors of matrices in Chapter 5 of Linear Algebra (Jeff's self perception)
- 身份证号的严谨判断精确到队后一位
猜你喜欢

【干货分享】最新WHQL徽标认证申请流程

FAQs for code signature and driver signature

What are the requirements for NPDP product manager international certification examination?

隐藏在科技教育中的steam元素

Unity timeline data binding

Shell Sort

冒泡排序

Le Code autojs peut - il être chiffré? Oui, présentation des techniques de chiffrement autojs
![[Postgres] Postgres database migration](/img/45/7074aa766640160a3b6f00b109cb2f.png)
[Postgres] Postgres database migration

Day_ 19 multithreading Basics
随机推荐
打造創客教育中精湛技藝
FDA ESG规定:必须使用数字证书保证通信安全
Network neuroscience——网络神经科学综述
Seven common errors of SSL certificate and their solutions
桶排序
身份证号的严谨判断精确到队后一位
三层交换机和二层交换机区别是什么
五个最便宜的通配符SSL证书品牌
Heap sort
Simple distinction between break and continue
What is a self signed certificate? Advantages and disadvantages of self signed SSL certificates?
What is a dangling pointer- What is a dangling pointer?
JS advanced -h5 new features
DHU programming exercise
迅为恩智浦iTOP-IMX6开发平台
【npm】解决使用npm安装TypeORM的报错问题
Merge sort
SSL证书七大常见错误及解决方法
True love forever valentine's Day gifts
C语言 pivot_root的Invalid argument错误解决方案