Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Kimmax111066yNo need for cmd, shutdown is a executable itself. So Win+R and the shutdown command in there
-
C0D4681466y@Midnigh-shcode right you are, cant say i have ever ran the help screen for shutdown before :O
-
@C0D4 i did it only by accident, was trying to do shutdown -a, but didn't press the "a" properly, so it spat out help at me, so i was like "since you've shown it, i might as well look through it to see if there's anything interesting"
!rant, but maybe useful tip for someone:
if you like listening to something while falling asleep, but dislike the idea of your pc being needlessly on through the whole night:
1. cmd
2. shutdown -t 3600 -s
(replace the number with seconds (up to 10 years =D) you want the computer to shut down after)
rant