I'd like a shortcut that makes the screen go to a black screen immediately.
What ways can I do that?
How more efficient the solution is to set up, the better.
|
I'd like a shortcut that makes the screen go to a black screen immediately. What ways can I do that? How more efficient the solution is to set up, the better.
| ||||
|
feedback
|
|
Set your screensaver to the one called "blank". Press Win-L. Here are some examples of using AutoHotkey to turn off the monitor or start the screen saver without needing NirCmd. | |||||||||||||||||||
feedback
|
|
You can easily do this with NirCmd, these four options will give you a black screen each (with side effect):
Make sure that you have As Dennis Williamson pointed out in his comment, you can simply create a hotkey like this:
Or a shortcut on your desktop which you can click like this:
With AutoHotkey, you can bind any of the above commands to a hotkey:
The above hotkey WIN+S would for example turn the monitor off. An alternative program, if you dislike scripting, could be PhaseExpress... | |||||||||||||||
feedback
|
|
I used NirCmd to create a task in Win7 task scheduler, that turns the monitor off when I lock the computer (CTRL + L) In the Actions, paste: | |||
|
feedback
|