How to auto shutdown or cancel auto shutdown command windows 10 with timer and shortcut

Опубликовано: 04 Сентябрь 2021
на канале: Newbie Computer
34,790
332

0:48 create shortcut

Normal Shutdown
To perform a normal Shutdown, open Run (Start::Run) and type in Shutdown –s . Your PC will shutdown just as it would when you click Shutdown from the Start menu

Force Shutdown
To perform a Force Shutdown, type in Shutdown –s –f. Notice a new parameter –f? This parameter is responsible for Fore Shutdown.

Force Shutdown with Time
To perform a Timed Force Shutdown, type in Shutdown –s –f –t 00. This will Force Shutdown your PC in 00 seconds (waiting time). Setting it to 05 will shutdown your PC after 05 seconds i.e after waiting for 5 seconds.

Restart
To restart, simply replace –s with –r.

#windows
#tips
#trick
#tutorial
#commandprompt
#autoshutdown
#shutdown
#autorestart
#autologout
#hack
#howto