I'm trying to create a shutdown shortcut so I can shut down or reboot the computer with a keystroke with a delay in seconds.
The shortcut is easy enough to set up. But the command is not working as expected.
What I expect is that this command will cause the computer to begin rebooting 3 seconds after it is executed.
shutdown -r -t 3
or
shutdown -r -t 03
What happens:
It reboots one minute after the command is executed.
How do I get the shutdown command to delay more than 0 but less than 60 seconds?
The shortcut is easy enough to set up. But the command is not working as expected.
What I expect is that this command will cause the computer to begin rebooting 3 seconds after it is executed.
shutdown -r -t 3
or
shutdown -r -t 03
What happens:
It reboots one minute after the command is executed.
How do I get the shutdown command to delay more than 0 but less than 60 seconds?
Comment