← Back to Tools Index
[ Prevent Windows Session Lock with Minimal Activity Simulation ]
v1.1.0

About This Tool

Session Keep-Awake prevents Windows from locking your session due to inactivity by simulating minimal user activity at regular intervals. This tool runs silently in the background and performs non-intrusive actions every 4 minutes to keep your session active.

Perfect for situations where you need to maintain an active session during long-running processes, remote connections, or VPN sessions without disabling security policies.

Download

Download the complete installation package containing all necessary files.

Download session-keep-awake.zip

Installation Instructions

Follow these simple steps to install Session Keep-Awake on your Windows system:

  1. Extract all files from session-keep-awake.zip to a temporary folder
  2. Run install-session-keep-awake.bat by double-clicking the file
  3. The installer will automatically:
    • - Create a Scripts folder in your user profile
    • - Copy all required files to the Scripts folder
    • - Create a startup shortcut for automatic launch at login
    • - Launch the tool immediately
    • - Verify the tool started successfully
    • - Open the Scripts folder to show installed files
  4. Session Keep-Awake is now running and will start automatically at login

Installation Path: Files are installed to C:\Users\{YourUsername}\Scripts

File Integrity Verification

To ensure the downloaded ZIP file is authentic and hasn't been tampered with, you can verify its MD5 hash.

Expected MD5 Hash:

C3F21A79BD059D56E6443B3B94E55F5D

Verification Command:

Open PowerShell and run the following command in the folder where you downloaded the ZIP file:

Get-FileHash -Path "session-keep-awake.zip" -Algorithm MD5

Compare the output hash with the expected MD5 hash above. If they match, the file is authentic.

How It Works

Session Keep-Awake uses two non-intrusive methods to simulate user activity every 4 minutes:

These actions are sufficient to prevent Windows from considering your session idle, without disrupting your actual work or causing any visible changes.

Requirements

Uninstall Instructions

To remove Session Keep-Awake from your system:

  1. Delete the startup shortcut:
    %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\session-keep-awake.lnk
  2. Delete the files from your Scripts folder:
    C:\Users\{YourUsername}\Scripts
    • - session-keep-awake.bat
    • - session-keep-awake.ps1
    • - README-session-keep-awake.txt
  3. Stop any running instances via Task Manager (find PowerShell process)
  4. (Optional) Delete the Scripts folder if you're not using it for anything else

Troubleshooting

If the tool doesn't start automatically at login:

If the tool doesn't seem to be working:

To stop the tool manually:

← Back to Tools Index