- Feb 13, 2002
- 103
- 0
- 0
Hey guys,
1. Happy Holidays!
2. This is pretty cool... I just bought an IBM thinkpad, and the damn thing doesn't come with a windows key! So...after much searching on google (for 30 minutes), I found a way to make a desktop icon for shutdown options (courtesy of microsoft technet).
a. make a new text document, and open it.
b. paste this in
(new ActiveXObject("Shell.Application")).ShutdownWindows();
and then save.
c. rename it as something.js
that's it!
karl

1. Happy Holidays!
2. This is pretty cool... I just bought an IBM thinkpad, and the damn thing doesn't come with a windows key! So...after much searching on google (for 30 minutes), I found a way to make a desktop icon for shutdown options (courtesy of microsoft technet).
a. make a new text document, and open it.
b. paste this in
(new ActiveXObject("Shell.Application")).ShutdownWindows();
and then save.
c. rename it as something.js
that's it!
karl