Collection of C functions that may or not be useful (kill process/delete service/change system volume/open CD tray)
Some code necessary to activate the debug mode privilege for the current process. This is required for some actions, like enumerating all handles in the system.
Kills a running process using WINAPI.
Removes a windows service. I created this because there wasn't any functionality I could find from the windows UI to do this.
Provides functions to programatically change the volume (on channel 0) for windows. Also provides a way to toggle the mute for the same output.
A very old joke to play on people indeed. Repeatedly opens the users CD drive (if they still have one).