I've had alot of free time while on the job recently due to construction activities within my department. The computers are pretty locked down preventing users from installing software and browsing any internet site with remotely questionable material (surprised massassi.net is allowed!).
One of the things I have been doing to entertain myself is using vbscript, since it's already present on all these computers. Anyway I combined a few scripts to create something amusing and figured I would share-
Talk2Me.vbs : http://binarydemons.com/talk2me.vbs
Meant to be run at Startup - it will use Text-to-Speech to greet the user and then loop every 1/2 second monitoring usb, cd/dvd drives, and running processes. It will continue to use MS's text-to-speech engine to announce status changes like: USB device inserted or Launching Windows Media Player.
It consumes between 0-10% of cpu on a P4 3.0ghz HT. To stop it, you will have to use taskmanager and terminate the wscript.exe process. Should be pretty simple to modify, it's amusing to try out on an unsuspecting coworker.
Requires WinXP or greater? (No Vista machines here, but I think it should work)
Anyway what do you guys do when bored at work?
One of the things I have been doing to entertain myself is using vbscript, since it's already present on all these computers. Anyway I combined a few scripts to create something amusing and figured I would share-
Talk2Me.vbs : http://binarydemons.com/talk2me.vbs
Meant to be run at Startup - it will use Text-to-Speech to greet the user and then loop every 1/2 second monitoring usb, cd/dvd drives, and running processes. It will continue to use MS's text-to-speech engine to announce status changes like: USB device inserted or Launching Windows Media Player.
It consumes between 0-10% of cpu on a P4 3.0ghz HT. To stop it, you will have to use taskmanager and terminate the wscript.exe process. Should be pretty simple to modify, it's amusing to try out on an unsuspecting coworker.
Requires WinXP or greater? (No Vista machines here, but I think it should work)
Anyway what do you guys do when bored at work?