A-A+
网吧老板自动化挖矿的几个批处理
网上收集
- @echo off
- ping 127.1 -n 2 >nul
- rem 有计费退出,无计费开启(C:\Windows\SysWOW64\RsClient.exe路径换成自己计费程序的)
- if exist C:\Windows\SysWOW64\RsClient.exe (exit) else (Y:\soft\A开启.bat)
复制代码
A开启.bat内容
- @echo off
- rem 1分钟关闭显示器
- powercfg -x -monitor-timeout-ac 1
- ping 127.1 -n 5 >nul
- rem 运行挖矿软件
- start Y:\soft\js520\cl\qskg.exe
- ping 127.1 -n 3 >nul
- rem 系统设置密码了锁定计算机,也可以运行锁屏软件
- rundll32 user32.dll,LockWorkStation
- exit
复制代码
rundll32 user32.dll,LockWorkStation可以替换为start Y:\soft\guajisuo\guajisuo.exe 这样使用挂机锁来锁定。
有的系统优化的时候去了显示锁定计算机功能的,先导入下面的注册表恢复:
- Windows Registry Editor Version 5.00
- #ctrl+alt+del显锁定计算机
- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
- "DisableLockWorkstation"=dword:00000000
复制代码
不得利用本站提供的这些资料在他人设备上非法挖矿,仅限于用于自己的设备。
评论已关闭!