Skip to main content
33 votes

Any way to detect what is disabling the screensaver?

Run powercfg /requests from an Admin Command Prompt. For example, mine printed: DISPLAY: [PROCESS] \Device\HarddiskVolume8\Games\Origin\Origin.exe Playing video SYSTEM: [DRIVER] Realtek High ...
Miral's user avatar
  • 1,229
14 votes

How can I prevent a policy-enforced screen lock in Windows?

A lot of these answers are old, and only keep alive through inputs/mouse movement. Compile this in C or C++, this will keep the session alive by setting thread execution state (Windows Only ofcourse) ...
Cherona's user avatar
  • 433
13 votes

How can I prevent a policy-enforced screen lock in Windows?

1. (Best option) Microsoft PowerToys Awake PowerToys Awake How it works under the hood The tool uses the SetThreadExecutionState WinApi function to keep the screen on. It is the function that video ...
PolarBear's user avatar
  • 533
13 votes
Accepted

How to unlock screen from script in KDE Plasma 5?

Not really my answer, but it might be useful to someone else too. It comes from https://forum.kde.org/viewtopic.php?f=289&t=130691#p350000 and it works on latest archlinux with kde 5.7 loginctl ...
Syco's user avatar
  • 246
12 votes

How can I prevent a policy-enforced screen lock in Windows?

Extending on Cherona's answer, here is an implementation in PowerShell, using SetThreadExecutionState(). As long the script is running, screen saver and screen lock wouldn't start. Set-StrictMode -...
Hexagon's user avatar
  • 323
10 votes

How can I get my display to turn off on-demand?

Based on this Windows 7 answer which links to this script page, and checking this MSDN library page, that the codes used are correct you can run the powershell script below to switch the screen off. I ...
BeowulfNode42's user avatar
9 votes

centos 7: control idle (screen blanking) time?

GUI way: 1. In the upper right corner "USERNAME" menu select "Settings" 2. Go to "Power" 3. "Power Saving->Blank Screen" = can be set from 1 - 15 minutes Command line way (to view and set it to 5 ...
Jim's user avatar
  • 91
9 votes

Transparent screensaver for linux?

This question is old, but in case people stumble across it, I use xtrlock for this purpose: $ apt-cache show xtrlock [...] Description-en: Minimal X display lock program xtrlock is a very minimal X ...
Jay Sekora's user avatar
9 votes
Accepted

VLC is keeping computer active , and preventing it from going to sleep or display screensaver ?

Open VLC Select Tools/Preferences At the bottom left is "Show settings" - select All Select Video on the right, uncheck "Disable Screensaver" Click Save
Keltari's user avatar
  • 73.6k
9 votes

Debian XFCE screen locking and session logout

In settings manager "Session and Startup" choose the "Application Autostart" tab and uncheck "Screen Locker" - keep "Screensaver" checked Here is the screenshot. Menu > Sessions Startup > ...
mips6170's user avatar
8 votes

How can I prevent a policy-enforced screen lock in Windows?

I like to use easy and integrated options (no additional software), like a powershell script (thanks https://dmitrysotnikov.wordpress.com/2009/06/29/prevent-desktop-lock-or-screensaver-with-powershell/...
MacMartin's user avatar
  • 1,043
8 votes

How to disable the 10 minute screen timeout/lock in KDE?

In KDE5 as of 2021-APR: Open System Settings Search "Screen Locking" Adjust "Lock screen automatically"
RAY's user avatar
  • 181
6 votes
Accepted

Windows 10, Screensaver greyed out

If your sytem is not connected to a domain, then try this: Start Regedit.exe and goto: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop Delete these values in the right-...
w32sh's user avatar
  • 12k
5 votes

Stop screensaver and lock session on Debian by command line

This works for me on Debian 9: gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0 gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0 ...
moljac's user avatar
  • 366
5 votes

How can I prevent a policy-enforced screen lock in Windows?

Mouse Jiggler might be an option: https://mousejiggler.codeplex.com/
KERR's user avatar
  • 617
5 votes
Accepted

Windows 10 Screen Saver Multiple Monitors?

UPDATE October, 2017: Windows 10 now natively supports screen savers on all monitors by default. I do not know what version this was implemented on, but I am running 1703 (Creators Update) and this is ...
music2myear's user avatar
  • 43.2k
4 votes

How can I prevent a policy-enforced screen lock in Windows?

This is a solution which works for Win10 and with MS Office (that is, PowerPoint) installed: MS PowerPoint (if MS Office is installed). Hit F5 to start "presentation mode". Now move to a ...
nutty about natty's user avatar
4 votes

Is After Dark compatible for Windows 10?

I was able to make sense of the preferences by installing AD on Windows XP and looking in REGEDIT. Mute All Sounds: Under HKEY_CURRENT_USER\Software\Berkley Systems\After Dark add a REG_DWORD ...
Roger C. Rocha's user avatar
4 votes

Windows 10, Screensaver greyed out

If your PC is on a Windows domain and these settings are enforced by a domain Group Policy, then you can still BLOCK the GPO settings from being (re)applied. Click 'Start' button, start typing '...
BG-UK's user avatar
  • 41
4 votes
Accepted

How to disable screen off in Debian?

Solved by usage of XFCE's power managment GUI configurator
ephemerr's user avatar
  • 341
4 votes
Accepted

Is having a slide show screen saver on 24/7 bad?

There is no definitive answer to this. Mean time to failure is just that - an average. If you took 1000 screens & ran them all 24/7 some would die in a week, some would be fine after 10 years, the ...
Tetsujin's user avatar
  • 50k
3 votes

Screen saver won't activate

In my case, it turned out to be a USB Game Controller, as mentioned in the comments. Once I unplugged it, my screensaver came on right at the 1 minute setting.
RLSinOP's user avatar
  • 31
3 votes

How to disable the 10 minute screen timeout/lock in KDE?

On KDE 5, You could configure it through the System settings' Screen Locking GUI. What it actually does is modify ~/.config/kscreenlockerrc, which you could also do on a terminal with the command: ...
Константин Ван's user avatar
3 votes

Is After Dark compatible for Windows 10?

I was able to install After Dark in Windows 10 as shown in the other answers, running /ADE/Setup.exe using Windows 95 compatibility. The problem I am having is that the default screen saver seems to ...
Amber Starfield's user avatar
3 votes

Is After Dark compatible for Windows 10?

You can now run After Dark as a Windows 10/11 screen saver. It actually boots Windows 98 in DOSBox-X but I have set it up to auto-run After Dark and then exit when you move the mouse or press a key. ...
Brian J. Morgan's user avatar
3 votes

Weston screen blanking

From man pages for weston.ini, to disable screen locking, add next lines: [core] idle-time=0 [shell] locking=false
BЈовић's user avatar
3 votes

How to turn screensaver on immediately after locking computer?

The built-in screensavers should be in the %windir%\SysWOW64 folder (e.g. Mystify.scr, Ribbons.scr, scrnsave.scr). You could add a Windows shortcut that runs one of these files. You could also add a ...
Jedi's user avatar
  • 870
3 votes

How can I get my display to turn off on-demand?

I'm wondering if I can have that same function on-demand. Use nircmd from nirsoft (if it is supported by your monitor): nircmd monitor off monitor [action] Changes the state of the display ...
DavidPostill's user avatar
  • 159k
3 votes

How to launch Plex Media Server without logging in - or defer windows password on boot?

Heres my own answer to my question! I am really happy with how its turned out so I figured it may be useful for someone else in future. The idea hadn't occured to me previously, otherwise I would ...
APe's user avatar
  • 304
3 votes

Prompt for password when exiting presentation

Unfortunately this isn't possible as users could still exit the application via Alt + F4, or through Task Manager. If the slideshow is being presented on an external display, then a possible solution ...
Rowan Richards's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible