Prevent Screen Saver is distributed as two packages — a traditional Windows installer and a portable ZIP archive. Both are self-contained Windows x64 binaries, meaning no .NET runtime or additional dependencies need to be installed on your machine beforehand. Choose the package that best fits your environment and preferences.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/proteo5/Prevent-Screen-Saver/llms.txt
Use this file to discover all available pages before exploring further.
System Requirements
- Operating system: Windows x64
- Runtime: None — both packages are self-contained
- Administrator rights: Not required — the installer uses
PrivilegesRequired=lowestand installs per-user without requesting elevation; the portable ZIP likewise never requires elevated permissions
Download
Both packages are available from the latest GitHub release: Download from GitHub Releases →| Package | File | Notes |
|---|---|---|
| Installer | PreventScreenSaver-Setup-x64.exe | Recommended for most users |
| Portable ZIP | PreventScreenSaver-win-x64.zip | No installation required |
Installation Steps
- Installer
- Portable ZIP
The installer is built with Inno Setup and walks you through a standard Windows setup wizard. It creates Start Menu entries, handles clean uninstallation via Windows Add/Remove Programs, and can optionally launch the app immediately after setup completes.
Download the installer
Visit the latest release page and download
PreventScreenSaver-Setup-x64.exe.Run the setup wizard
Double-click
PreventScreenSaver-Setup-x64.exe to launch the installer. No UAC elevation prompt is shown — the installer runs entirely under your current user account without requiring administrator rights.Accept the license agreement
Read and accept the MIT License agreement on the license page, then click Next to continue.
Choose an install location
The default install directory resolves to a per-user location (for example,
%LocalAppData%\Programs\Prevent Screen Saver) because the installer runs without administrator rights. You can change this to any folder you have write access to. Click Next when ready.Optionally create a desktop shortcut
On the Select Additional Tasks page, check Create a desktop shortcut if you want a shortcut placed on your desktop. This option is unchecked by default. Click Next to proceed.
Complete the installation
Click Install to copy files and create Start Menu entries. Once the wizard finishes, you can check Launch Prevent Screen Saver to start the app immediately, then click Finish.
Settings Storage
Regardless of which package you use, Prevent Screen Saver stores its settings in a JSON file at:Single-instance enforcement: If Prevent Screen Saver is already running when you launch the executable a second time, the new instance detects the existing one and exits silently. No error dialog is shown. To interact with the running instance, use the existing tray icon.
Uninstalling
- Installer
- Portable ZIP
Use the standard Windows uninstall flow:
- Open Settings → Apps (Windows 11) or Control Panel → Programs → Uninstall a program (Windows 10).
- Find Prevent Screen Saver in the list and click Uninstall.
- Follow the prompts to remove the application.
Uninstalling via Add/Remove Programs removes the application files and Start Menu entries but does not delete your settings file. If you want a complete removal, also delete the folder
%LocalAppData%\PreventScreenSaver\ after uninstalling.