解放双手,一秒锁屏

 佚名文
发布时间:2025-10-06 18:44

[Shell] 纯文本查看 复制代码

@echo off ping -n 8 127.1 >nul :: 锁定 = Win+L rundll32.exe user32.dll LockWorkStation :: 不需要锁定就把上面这句注释掉 ping -n 5 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)

首页
评论
分享
Top