Disable Windows screensaver (media players can do it)
up vote
0
down vote
favorite
Windows 7, Domain policies enforce a password protected screensaver with a timeout of 10 minutes. I'm trying to find a way to prevent the screensaver from kicking in.
I've noticed that when I play a video (even when minimised) the screensaver is not activated.
What is the mechanism that allows a video player to disable the screensaver, even though I'm running as a normal (non-admin) user?
Can I simulate this behaviour in a way that is less cpu-intensive? Maybe periodicaly writing a registry setting? Or perhaps 'writing' something to the video card?
windows
migrated from serverfault.com Nov 29 at 6:04
This question came from our site for system and network administrators.
add a comment |
up vote
0
down vote
favorite
Windows 7, Domain policies enforce a password protected screensaver with a timeout of 10 minutes. I'm trying to find a way to prevent the screensaver from kicking in.
I've noticed that when I play a video (even when minimised) the screensaver is not activated.
What is the mechanism that allows a video player to disable the screensaver, even though I'm running as a normal (non-admin) user?
Can I simulate this behaviour in a way that is less cpu-intensive? Maybe periodicaly writing a registry setting? Or perhaps 'writing' something to the video card?
windows
migrated from serverfault.com Nov 29 at 6:04
This question came from our site for system and network administrators.
I believe applications can use the SetThreadExecutionState() API call to advise Windows that they need the display to remain visible. Fairly straightforward to implement unless your domain policies use application whitelisting. Be aware that (depending on your situation) deliberately bypassing domain policy may be a firing offence.
– Harry Johnston
Nov 29 at 21:54
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Windows 7, Domain policies enforce a password protected screensaver with a timeout of 10 minutes. I'm trying to find a way to prevent the screensaver from kicking in.
I've noticed that when I play a video (even when minimised) the screensaver is not activated.
What is the mechanism that allows a video player to disable the screensaver, even though I'm running as a normal (non-admin) user?
Can I simulate this behaviour in a way that is less cpu-intensive? Maybe periodicaly writing a registry setting? Or perhaps 'writing' something to the video card?
windows
Windows 7, Domain policies enforce a password protected screensaver with a timeout of 10 minutes. I'm trying to find a way to prevent the screensaver from kicking in.
I've noticed that when I play a video (even when minimised) the screensaver is not activated.
What is the mechanism that allows a video player to disable the screensaver, even though I'm running as a normal (non-admin) user?
Can I simulate this behaviour in a way that is less cpu-intensive? Maybe periodicaly writing a registry setting? Or perhaps 'writing' something to the video card?
windows
windows
asked Nov 29 at 2:57
captcha
1041
1041
migrated from serverfault.com Nov 29 at 6:04
This question came from our site for system and network administrators.
migrated from serverfault.com Nov 29 at 6:04
This question came from our site for system and network administrators.
I believe applications can use the SetThreadExecutionState() API call to advise Windows that they need the display to remain visible. Fairly straightforward to implement unless your domain policies use application whitelisting. Be aware that (depending on your situation) deliberately bypassing domain policy may be a firing offence.
– Harry Johnston
Nov 29 at 21:54
add a comment |
I believe applications can use the SetThreadExecutionState() API call to advise Windows that they need the display to remain visible. Fairly straightforward to implement unless your domain policies use application whitelisting. Be aware that (depending on your situation) deliberately bypassing domain policy may be a firing offence.
– Harry Johnston
Nov 29 at 21:54
I believe applications can use the SetThreadExecutionState() API call to advise Windows that they need the display to remain visible. Fairly straightforward to implement unless your domain policies use application whitelisting. Be aware that (depending on your situation) deliberately bypassing domain policy may be a firing offence.
– Harry Johnston
Nov 29 at 21:54
I believe applications can use the SetThreadExecutionState() API call to advise Windows that they need the display to remain visible. Fairly straightforward to implement unless your domain policies use application whitelisting. Be aware that (depending on your situation) deliberately bypassing domain policy may be a firing offence.
– Harry Johnston
Nov 29 at 21:54
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
What you are looking for is a Power Request type Display.
There is also an explanation here.
Just try powercfg /requestsoverride process explorer.exe display
.
This command seems to require administrator privileges.
– captcha
Nov 29 at 21:05
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
What you are looking for is a Power Request type Display.
There is also an explanation here.
Just try powercfg /requestsoverride process explorer.exe display
.
This command seems to require administrator privileges.
– captcha
Nov 29 at 21:05
add a comment |
up vote
0
down vote
What you are looking for is a Power Request type Display.
There is also an explanation here.
Just try powercfg /requestsoverride process explorer.exe display
.
This command seems to require administrator privileges.
– captcha
Nov 29 at 21:05
add a comment |
up vote
0
down vote
up vote
0
down vote
What you are looking for is a Power Request type Display.
There is also an explanation here.
Just try powercfg /requestsoverride process explorer.exe display
.
What you are looking for is a Power Request type Display.
There is also an explanation here.
Just try powercfg /requestsoverride process explorer.exe display
.
answered Nov 29 at 6:23
davidbaumann
1,812721
1,812721
This command seems to require administrator privileges.
– captcha
Nov 29 at 21:05
add a comment |
This command seems to require administrator privileges.
– captcha
Nov 29 at 21:05
This command seems to require administrator privileges.
– captcha
Nov 29 at 21:05
This command seems to require administrator privileges.
– captcha
Nov 29 at 21:05
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1379285%2fdisable-windows-screensaver-media-players-can-do-it%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I believe applications can use the SetThreadExecutionState() API call to advise Windows that they need the display to remain visible. Fairly straightforward to implement unless your domain policies use application whitelisting. Be aware that (depending on your situation) deliberately bypassing domain policy may be a firing offence.
– Harry Johnston
Nov 29 at 21:54