Friday, June 8, 2012

C program for shutting Windows ;) 



void main (void){
    system("shutdown -s");
}


So simple isnt it ?? Try it on others (of course ) ??

No comments:

Post a Comment