ah time to send some .bat files and .vbs scripts (Just the funny ones now.........I'm not one to ruin another computer.)
Here, I'll share a fun one. It makes the computer "talk" whatever you want.
Open notepad. Copy and paste this with whatever you want in the quotations ("")
strText = "Text you want the computer to say"
Set objVoice = CreateObject("SAPI.SpVoice")
objVoice.Speak strText
paste it again and again and fill it in with something else if you want. Then when you are done save as whatever.vbs and save as Type "all files." Then just change the icon or something and throw it on someones desktop.