This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:windows [2015/10/18 10:40] 127.0.0.1 external edit |
code:windows [2024/02/27 22:52] (current) hansek [Check what is preventing to turn off a display] |
||
---|---|---|---|
Line 22: | Line 22: | ||
dir /a:l /s | dir /a:l /s | ||
</ | </ | ||
+ | |||
+ | |||
+ | ===== Scripting in Windows batch ===== | ||
+ | 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 / | ||
+ | </ | ||
+ |