Turning off a Windows screensaver is usually simple: open Control Panel, go to the screensaver settings, and disable it. That works on a normal personal setup, but not every machine allows that level of control.
In a domain-managed environment, many user settings are enforced by the server after sign-in. A common example is a screensaver that activates after 15 minutes and requires a password to unlock. From a security and privacy standpoint, that policy makes sense. In daily use, though, it also means entering the password again and again, with no option for the user to change or disable the setting locally.
One practical workaround is to keep the system from appearing idle in the first place. As long as the mouse keeps moving slightly or the keyboard is being used, Windows will not launch the screensaver. MouseJiggle is a tiny utility for exactly this purpose, only a few dozen kilobytes in size.
After launching it, you need to check “Enable Jiggle” to make it start simulating movement. By default, that option is not enabled, so simply opening the program does nothing unless you turn it on. The program documentation notes that adding the -j parameter will make Enable Jiggle checked automatically at startup.
To use it so the screensaver does not start:
- Download Enable Jiggle
- Right-click it and choose Create Shortcut
- Right-click the shortcut, open Properties, and add
-jto the end of the Target field, then click OK - Drag that shortcut into Start → All Programs → Startup
Once this is set up, the screensaver will no longer start even on a computer signed in through a domain-managed Windows account.