Question about 'Getting Wake On Lan (sometimes called Remote Wake Up) to work'
Friday, July 5, 2002 at 11:25 am Posted by Shawn
(2 messages posted)
Well, I just figured it out, and thought I might as well post here to share the knowledge.
To shutdown remotely your machine. Create a file called "RemoteShutdown.js" consisting
of the following single line:
(new ActiveXObject("Shell.Application")).ShutdownWindows();
The answer comes from:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/winxppro/tips/tips.asp
[Reply or follow-up to this message]
|