Showing posts with label shutdown remotly by double click. Show all posts
Showing posts with label shutdown remotly by double click. Show all posts

Friday, February 8, 2013

Shutdown remotely by a doble click


Shutdown remotely by a doble click

To shutdown remotely your machine. Create a file called "RemoteShutdown.js" consisting of the following single line:
(new ActiveXObject("Shell.Application")).ShutdownWindows();
Save it on your desktop or anywhere else convenient. When you want to shut down your machine remotely, double-click the file and select your desired shutdown option.