Skip to content

Script that prevents the PC and various programs from becoming inactive.

Notifications You must be signed in to change notification settings

johnt1838/make-me-available

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What Does This Script Do?

This PowerShell script repeatedly presses the 'Shift' key to prevent the PC and various programs from becoming inactive.

Use Cases:

  • Prevent screen saver activation: Ensures that the PC stays active and does not enter screen saver or sleep mode.
  • Keep communication platforms active: Prevents platforms like Discord, Skype, and other similar apps from showing you as offline or inactive.

Script Execution Guide

Windows

To run the make-me-available.ps1 PowerShell script on Windows, follow these steps:

  1. Open a terminal or command prompt.
  2. Use the following command to execute the script in Powershell:

With terminal:

.\make-me-available.ps1

Without terminal (background):

TBD

Linux

  1. Open command prompt
  2. Open directory where "make-me-available.sh" exists
  3. Use the following command to execute
bash make-me-available.sh &

About

Script that prevents the PC and various programs from becoming inactive.

Topics

Resources

Stars

Watchers

Forks