10秒可以自行修改- @echo off
- ::延时
- ping -n 10 127.1 >nul
-
- ::息屏
- powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::SendMessage(-1,0x0112,0xF170,2)
-
- ::锁屏
- rundll32 user32.dll,LockWorkStation
复制代码
|