Answer the question
In order to leave comments, you need to log in
Turn off monitor after n seconds instead of minutes?
I threw a batch file
@echo off
timeout 1800
TASKKILL /f /IM chrome.exe /t
powercfg /change monitor-timeout-ac 1
timeout 65
powercfg /change monitor-timeout-ac 0
Answer the question
In order to leave comments, you need to log in
1. You can call www.nirsoft.net/utils/nircmd.html
nircmd.exe monitor off
2. You can write a script in powershell like
Or take a look at this
https://gist.github.com/oledid/fb02951b6b1848d1418d
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question