关闭显示器的脚本

一、用BAT脚本关闭显示器

shutdown_monitor.bat

%windir%\System32\scrnsave.scr /s

二、用BAT调PowerShell脚本关闭显示器

RunPowerShellScript.bat

@echo off

powershell -NoProfile -ExecutionPolicy Bypass -File "TurnOffMonitor.ps1"

pause

TurnOffMonitor.ps1

Add-Type '[DllImport("user32.dll")]public static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Namespace b

b.a\]::SendMessage(-1, 0x0112, 0xF170, 2) Write-Host "The monitor is now turned off." -ForegroundColor Green 效果: 显示器会黑屏,移动鼠标或键盘会恢复。 ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/63746583b2a942d0bf03aea2e160d9c5.png)

相关推荐
Teleger2 小时前
在window上使用c++控制鼠标点击,实现的exe
c++·单片机·计算机外设
@我漫长的孤独流浪3 小时前
计算机系统核心概念与性能优化全解析
算法·计算机外设
JoyCong19981 天前
玩3D游戏、做三维设计时视角乱跳?ToDesk“3D鼠标”功能了解一下!
游戏·3d·计算机外设·远程工作·远程操作
开开心心就好1 天前
免费开源的网课教学屏幕画板工具
windows·eureka·计算机外设·word·excel·etcd·csdn开发云
2601_949695592 天前
电脑鼠标一卡一卡的原因是什么?附详细排查步骤
驱动开发·计算机外设·电脑
报错小能手3 天前
键盘敲入 A 字母时,操作系统期间发生了什么?
计算机外设
码码哈哈0.03 天前
2026最新可用:Mac外接2k显示器开启HiDPI,支持M芯片
macos·计算机外设
白云千载尽4 天前
K500PRO 机械键盘使用说明书
计算机外设
yong99905 天前
基于 STM32 的 4×4 矩阵键盘源码
stm32·矩阵·计算机外设
weixin_604236675 天前
笔记本电脑黑屏只有鼠标怎么办
计算机外设·电脑·电脑黑屏