How to Spoof MAC Address in Windows

MAC spoofing is a technique for changing a factory-assigned Media Access Control (MAC) address of a network interface on a networked device. The changing of the assigned MAC address may allow the bypassing of access control lists on servers or routers, either hiding a computer on a network or allowing it to impersonate another network device. Hackers also spoof their … Read more

How do I Test My Anti Virus Installation

After installing Anti Virus, you may logically wonder, how do I know if it’s working? The answer is a test virus. The EICAR Standard Anti Virus Test File is a combined effort by anti-virus vendors throughout the world to implement one standard by which customers can verify their anti-virus installations. To test your installation, copy the following line into a … Read more

Enable USB Ports Disabled by Virus

Creating a Good Virus is Important but How to Repair Your Computer/Files Infected by Virus is more Important, So here is Solution of Virus Which will Disable Your USB Ports. Just Run .exe file and Your Ports will start Working Again Install Turbo C or C++ Open TC.exe and there write the coding #include<stdlib.h> void main() { system(“reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR … Read more

How to create a Virus To disable USB Ports

Virus is a program which infects computer, in different way. I am explaining about a Virus Which can easily be made in C or C++. When we run .exe file of this Pen drive-usb virus then whenever we connect pen drive with our computer usb,it will not be connected. Operating System would not be able to detect pen drive. Code … Read more

How To Make Adobe Reader as Fast as Notepad

When we open Adobe Reader it takes some time to load, it is not as fast as notepad opens. It is a very good software except the fact that it is extremely slow. So Today I am explaining a small tutorial to make adobe Reader Faster. Note:- I tried this trick on Adobe reader 9.0 ( but it works with older … Read more

How to Crash Hard Disk of Victim’s Computer

I have seen many questions on online forums that how to crash a hard disk. Many Tech-Guru’s come with a solution to use batch Programming in which they create folder inside folder and repeat it inside a loop for infinite times. But it is not a practical Solution, because a Folder size is in KB’s so it does not matter … Read more