Everyone knows how to shut down a computer, but not everyone knows the command prompt or notepad method. These both use the shutdown command. If you enter the following line in the terminal, the PC will shut down in a few seconds: shutdown /s You can also save this command in a batch file, so that you only have to open the file to shut down your computer. To do this, copy the line below to Notepad: shutdown.exe -s Save the file as a .bat-…