This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
code:windows [2017/08/30 20:55] hansek |
code:windows [2024/02/27 22:52] (current) hansek [Check what is preventing to turn off a display] |
||
---|---|---|---|
Line 26: | Line 26: | ||
===== Scripting in Windows batch ===== | ===== Scripting in Windows batch ===== | ||
See [[http:// | See [[http:// | ||
+ | |||
+ | |||
+ | ===== Check what is preventing to turn off a display ===== | ||
+ | |||
+ | Source: https:// | ||
+ | |||
+ | Run `cmd` as Administrator and then: | ||
+ | |||
+ | <code cmd> | ||
+ | # to check if it is really slack | ||
+ | powercfg -requests | ||
+ | |||
+ | # to resolve the issue | ||
+ | powercfg / | ||
+ | </ | ||