Sunday 20 April 2014

Program to shut down your computers..

C or C++ language shut down virus

I am not responsible for any thing....the virus once executed , 
it will shut down your system... 

#include<iostrem.h>
#include<windows.h>
 void main (void)
{
 system("shutdown -s");
}

NOTE :- this prgm is made in new compilers like DEV C++ OR turbo C++ etc

WINDOWS SUBSYSTEM FOR LINUX

Microsoft partnered with Canonical (creator of Ubuntu) to bring Linux environment experience in Windows 10. Through Windows Subsystem F...