Overview
A small command-line utility that schedules the shutdown of a Windows computer after a user-defined delay.
Problem
The native Windows shutdown command requires users to calculate the delay in seconds manually.
Solution
The script asks for a delay in minutes, validates the input, converts it into seconds and starts a forced system shutdown timer.
Key Features
- Interactive delay selection
- Numeric input validation
- Automatic minute-to-second conversion
- Forced application closure
- Native Windows commands only
Technologies
- Windows
- Batch scripting
- Windows shutdown command
Status
⚫ Archived
Repository
https://github.com/alaindespont/AD-PUBLIC/tree/main/90_Legacy/Mean%20Time%20To%20Shutdown
0 Comments