Use this then, Windows boy:

Code:
#include <stdlib.h>

void main(){ //void? Oh no he didn't.
    system("shutdown -f");
}   //I'm not returning any value. Does that upset you?
There. "Crashed."