### bat脚本修改计算机名为sn ![](/media/202211/右键属性_1668822697.png) 复制以下代码另存为bat脚本 ```bash @echo off >nul 2>&1 "%SYSTEMROOT%\system32…
bat脚本检测USB设备掉线时企微告警
usb设备名称:AB12 没搜到这个名称,即告警。 CMD中使用:`(wmic path CIM_LogicalDevice where "Description like 'USB%'" get /value | findstr "AB12")` …
Windows 关闭显示命令
1.关闭显示器.bat ```bash powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg…