Cmd Shutdown Timer Code Example


Example 1: windows shutdown command timer

shutdown -s -t SECONDS

Example 2: cmd shutdown

# Schedule an automatic shutdown (7200 = seconds) shutdown /s /t 7200  # Cancel Auto Shutdown Schedule shutdown -a

Example 3: how to turn off pc at specific time

shutdown -s -t <TimeInSeconds>

Example 4: cmd timed shutdown

shutdown /s /t 3600 #(3600s --> 1h)

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?