AutoHotKey Script to remind me to get up and Walk to prevent DVTs and Blood Clots!
This script will just sit in the Tool Tray and pop up a message to remind you to walk every 45 minutes or so.(Adjustable).
Resets counters everytime the laptop sleeps and wakes up.
- Windows 10 or higher
- Administrative rights for Task Scheduler setup
Search for "Task Scheduler" in the Windows search bar and run it as an administrator.
- Right Panel: Click on "Create Basic Task" in the right-hand panel.
- Name and Description:
- Name: DVTimer
- Description: A task to run the
WAKEuP.CMD
batch file.
- Triggers Tab: Navigate to the "Triggers" tab and click on "New."
- Trigger Settings:
- Trigger Type: Choose "At log on" and "On workstation unlock."
- User: Set this to your specific user account.
- Actions Tab: Navigate to the "Actions" tab and click on "New."
- Action Settings:
- Action: Choose "Start a program."
- Program/script: Enter the full path to your
WAKEuP.CMD
batch file.
Example:
- Program/script:
"C:\\path\\to\\WAKEuP.CMD"
Review all the settings to ensure they match your needs, then click "OK" to save your settings.
- Test: Right-click on the task and select "Run" to test it.
- Verify: Check the Task Scheduler "History" tab for logs, or manually trigger the task to ensure it's functioning as expected.