How to Create a Simple Shutdown Timer by using Notepad? Last Updated : 28 Jul, 2021 Comments Improve Suggest changes Like Article Like Report In this article you will see how you can create your own shutdown timer using a notepad. Sometimes you need to schedule the shutdown time of your PC, so in such situations, this timer is very helpful. Let's see how you can create it. Shutdown Timer By Using Notepad Follow the below steps to implement the same: Step 1: Right-click on the desktop and select create a new text document option or just open a Notepad by searching for it in the start menu. Opening a Notepad Step 2: Copy and paste the given code below into the notepad. Paste the given code below into the notepad Step 3: Now go to the "Save as" option and Save this file with a .bat extension and encoding as ANSI. Save this file with a .bat extension Step 4: After this, you can see that the .bat file is created. Now, simply double click on that file to launch it. After opening it, a command line popup will appear asking the time for shutdown in seconds. After entering time and pressing enter, your PC will shut down at a specified time. .bat file icon It's that simple. Hope you find this useful. Comment More infoAdvertise with us Next Article How to Create a Simple Shutdown Timer by using Notepad? user282 Follow Improve Article Tags : TechTips How To Similar Reads How to Put a Shutdown Timer on your Windows Desktop? Installing a shutdown timer on your Windows desktop can be an effective method for controlling how your computer consumes power, particularly if you frequently overlook its off switch. Whether you're engaged in downloading big files, enjoying a movie, or aiming to save electricity, a shutdown timer 3 min read Creating Slide to Shut Down Shortcut in Windows 10 If you're looking for a smart and interactive way to Shut down your PC, then this trick is going very useful for you. Instead of that traditional long process of shutting down the PC, the 'Slide to Shut down' feature allows you to shut down your Windows 10 PC by sliding, or dragging the window down. 2 min read How to Shut Down a Computer using Command Prompt? Shutting down your computer via the Command Prompt is a useful method that can help you perform a clean shutdown without having to use the standard Windows interface. Below are the steps to guide you through the process, along with some variations for advanced shutdown options.Table of Content1. Bas 5 min read 10 Methods To Open Notepad in Windows Notepad is a simple yet powerful text editor available on all Windows versions. Whether you use it for quick note-taking or coding, there are many ways to open Notepad in Windows. From using shortcut keys to running commands in PowerShell, weâll cover 10 different methods to open Notepad so you can 5 min read How to Create a Batch File in Windows? A batch file is a straightforward text document in any version of Windows with a set of instructions meant to be run by Windows' command-line interpreter (CMD) by maintaining all the functions. Batch files are a great tool for streamlining internally configured processes, automating tedious jobs, an 5 min read How to Make, Save, and Run a Simple VBScript Program? VBScript is a lightweight scripting version of the popular Microsoft Visual Basic, developed by as the name suggests, Microsoft. It is used to develop dynamic web pages. It is much lighter compared to Visual Basic programming language but works as a scripting language like JavaScript. To run VBScrip 4 min read How to Change the Screen Timeout in Windows 11? Are you wondering how to change the screen timeout in Windows 11? The screen will turn off after a specified period of inactivity on Windows 11 by the default settings. The device features an adjustable setting that turns off the screen whenever the gadget is idle, to conserve battery power, and adj 5 min read How to Create an Application Boom Virus? The virus that we are building here will automatically open up random applications of the PC until the PC freezes. This can be a pretty annoying virus. For the Creation of the Virus follow these steps: Step 1: Press the Window + R Button from the Keyboard. This will open the Run Dialog book will Ope 2 min read How to Install Notepad++ on Windows? Notepad++ is free and open-source computer software that is mainly used as a code editor or text editor. It was developed by Don Ho. It is available in nearly 90 languages. It provides the ability to work with multiple files in a single window. It is available for Windows operating system only. It w 2 min read Making an Alias to Shutdown Ubuntu Ubuntu is a widely used operating system because of its versatile features and security. Most of the professional programmers like to work on it but we don't like to waste our time when it comes to performing basic functions of the computer through GUI. In this article, we will write an alias to Shu 2 min read Like