Forum
Computers
Articles
Operating Systems
Social Networks
Internet
Technology News
Books
Games
Product Reviews
Practice Tests
|
New Member FAQ
|
Bookmarks
|
HTML 5 Tutorials
|
Lobby
|
Members
|
Revenue Sharing
|
New Posts
|
Resources
»
General Articles
»
Tips & Tricks
Manually Shutdown Windows in 1 second by creating shutdown file
Posted Date:
15-May-2011
Category:
Tips & Tricks
Rating:
Author:
chirag sachdeva
Member Level:
Diamond
Points
: 10
In this article, I will explain to you a trick according to which you can create shutdown batch file in your Windows environment that will shutdown your computer system in as much time as you want. The shutdown batch file immediately boots the operating system and makes your Windows shutdown even in 1 second.
As we know that batch file system is of critical importance in Windows environment because administrator functions can be performed by it. The command based interface is used in it that allow users to remember the syntax of each command. You can also create high priority files in Windows environment which helps you to perform administrator function by your own. For example- You can create Windows based shutdown object file by using batch file system which allows you to shutdown your system in as many time as you want without worrying about the currently running applications. Finally, we can say that it is application program that allows fast booting of operating system during shutting down and improves the lazy and slow performance of your operating system. Below are the steps to create shutdown file in your windows environment-
Firstly, click on the start button then click on the run option and then type "notepad" in textbox and press enter. It will redirect you to notepad Windows where you can type the code given below as it is.
@echo off
Color 3
title Windows Shutdown
set /p chirag=enter your name:
:Initialize
cls
echo Hello, %chirag%
echo.
echo 1.Shutdown
echo 2.Exit
:wrong_option
set /p option=enter your choice 1,2:
if %option%==1 goto shutdown
if %option%==2 exit
echo wrong option: %option%
goto wrong option
:shutdown
cls
set /p second=enter the number of seconds that you wish the computer to shutdown:
set /p mess=enter the shutdown message which you want to display:
shutdown.exe -s -f -t %second% -c "%mess%"
echo shutdown initiated at %time%
set /p cancel=type cancel to stop shutdown
if %cancel%==cancel shutdown.exe -a
if %cancel%==cancel goto Initialize
Finally, save the file with .bat extension on your specified path after removing the notations after the "//" slash. In this way, you can create your own batch file which will shut down your system in as much time as you want.
Did you like this resource? Share it with your friends and show your love!
Tweet
Share
Related Resources:
A sum-up on the upcoming Windows 8 book “Mastering Windows 8”
How to dual boot Windows 7 and Windows 8 OS
How to enable Hibernate in Windows 8 OS
An Introduction to Windows 8 from Dennis E. Adonis
Windows 8 Secrets book from Paul Thurrott and Rafael Rivera
Metro UI hangs up and stop PC for few seconds?
Role of Job scheduler in Windows 8 operating system
Interesting news on Windows 8 operating system
Interesting News about Windows 8
Why Windows 8 will be a better OS than the previous versions of Windows?
Read related articles:
Manually Shutdown Windows
Windows 8 issue
Windows 8 OS
Responses to "Manually Shutdown Windows in 1 second by creating shutdown file"
Author:
Aamir Shahzad
17 May 2011
Member Level:
Gold
Points
: 1
it is very good article about Manually Shutdown Windows in 1 second by creating shutdown file.nice job .
Regards
aamir khan
Feedbacks
Post Comment:
Notify me by email when others post comments to this article.
Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
No HTML formatting and links to other web sites are allowed.
This is a strictly moderated site. Absolutely no spam allowed.
Name:
Sign In
to fill automatically.
Email:
(Will not be published, but
required
to validate comment)
Type the numbers and letters shown on the left.
Next Resource:
Turn Microsoft Windows XP computer to Internet Server
Previous Resource:
How to buy Facebook IPO shares 2012
Return to Resources
Post New Resource
Category:
Tips & Tricks
Post resources and
earn money
!
More Resources
Turn Microsoft Windows XP computer to Internet Server
Improve Computer / Laptop Performace
How to restrict the number of login attempts in Windows 7
How to create fake icon in windows XP and Windows 7?
Disable USB Pen Drive in Microsoft Windows XP
Steps that are required in Software Development Life Cycle
Popular Tags
Tag posting guidelines
Search Tags
Shutdown windows in 1 second
.
Manual shutdown of Windows
.
Shutdown Windows file
.
Subscribe to Technology Articles by Email
Awards & Gifts
My Profile
Sign In
Register
AdSense Revenue
Online Members
saritha
More...
Active Members
Today
voctor
(5)
Joseph
(3)
twila doy
(1)
Last 7 Days
Tony John
(444)
Shivangi Varma
(426)
Mridul Sachan
(287)
more...
RSS Feeds
Resource Feeds
Forum Feeds
Job Feeds
About Us
Trademark Disclaimer
Contact Us
Copyright
Privacy Policy
Terms Of Use
Revenue Sharing sites
Advertise
Talk to
Tony John