Go to file
2023-10-27 12:06:17 +02:00
.gitignore Initial commit 2023-10-20 08:55:10 +02:00
alive.ps1 Initial commit 2023-10-20 08:55:10 +02:00
alive.sh Remove useless exit in alive.sh 2023-10-27 12:06:17 +02:00
nircmd-x64.zip Initial commit 2023-10-20 08:55:10 +02:00
README.md Initial commit 2023-10-20 08:55:10 +02:00

NirCmd scripts

This repository contains small scripts to run NirCmd on Windows systems, to move the cursor every minute

NirCmd

NirCmd is a small tool that can run many actions on Windows. nircmd-x64.zip is the latest version we got (2.86).

Scripts

  • alive.sh is a Shell script which calls NirCmd to move the cursor every 30 seconds.
  • alive.ps1 is a PowerShell script which calls NirCmd to move the cursor every 30 seconds.