Here is a small script that can bring the Shutdown Dialog Box. Open notepad and copy paste the below line and save it as .js (Extension must be .js)
(new ActiveXObject("Shell.Application")).ShutdownWindows();
Now double clicking on the file is same as clicking on Turn Off Computer in the Start Menu
Before Performing any task Please go through the Link Below
http://nextgendatabase.blogspot.com/2009/03/tips-using-windowsevery-day-tips.html
(new ActiveXObject("Shell.Application")).ShutdownWindows();
Now double clicking on the file is same as clicking on Turn Off Computer in the Start Menu
Before Performing any task Please go through the Link Below
http://nextgendatabase.blogspot.com/2009/03/tips-using-windowsevery-day-tips.html
Post a Comment