This PowerShell script repeatedly presses the 'Shift' key to prevent the PC and various programs from becoming inactive.
- 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.
To run the make-me-available.ps1
PowerShell script on Windows, follow these steps:
- Open a terminal or command prompt.
- Use the following command to execute the script in Powershell:
With terminal:
.\make-me-available.ps1
Without terminal (background):
TBD
- Open command prompt
- Open directory where "make-me-available.sh" exists
- Use the following command to execute
bash make-me-available.sh &