How to Destroy Windows XP Through Command Prompt
WARNING: If you perform the actions shown in the video your system will not reboot. You will have to manually copy over the missing files from a repair disc. It won’t be enjoyable.
Here is a similar command that can be used to yield a similar result as this video: del /f /q /s “C:*.*”
del = delete
/f = force
/q = quietly
/s = subfolders (if this isn’t chosen, the files only in the current directory will be deleted – so to destroy the system this is what we want)