https://github.com/ccostan/dvtimer
AutoHotKey Script to remind me to get up and Walk to prevent DVTs and Blood Clots!
https://github.com/ccostan/dvtimer
Last synced: 7 months ago
JSON representation
AutoHotKey Script to remind me to get up and Walk to prevent DVTs and Blood Clots!
- Host: GitHub
- URL: https://github.com/ccostan/dvtimer
- Owner: CCOSTAN
- Created: 2016-11-09T19:37:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T18:06:01.000Z (9 months ago)
- Last Synced: 2025-01-24T19:20:08.821Z (9 months ago)
- Language: AutoHotkey
- Size: 222 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://x.com/ccostan)
[](https://www.youtube.com/vCloudInfo?sub_confirmation=1)
[](https://github.com/CCOSTAN)
# DVTimer: Stand-Up Reminder via Windows Task Scheduler
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.
## Requirements
- Windows 10 or higher
- Administrative rights for Task Scheduler setup## Instructions
### Open Task Scheduler
Search for "Task Scheduler" in the Windows search bar and run it as an administrator.
### Create New Task
1. **Right Panel**: Click on "Create Basic Task" in the right-hand panel.
2. **Name and Description**:
- **Name**: DVTimer
- **Description**: A task to run the `WAKEuP.CMD` batch file.### Configure Triggers
1. **Triggers Tab**: Navigate to the "Triggers" tab and click on "New."
2. **Trigger Settings**:
- **Trigger Type**: Choose "At log on" and "On workstation unlock."
- **User**: Set this to your specific user account.### Configure Actions
1. **Actions Tab**: Navigate to the "Actions" tab and click on "New."
2. **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"`### Finalize Configuration
Review all the settings to ensure they match your needs, then click "OK" to save your settings.
### Testing and Verification
1. **Test**: Right-click on the task and select "Run" to test it.
2. **Verify**: Check the Task Scheduler "History" tab for logs, or manually trigger the task to ensure it's functioning as expected.