After a good response to my previous PC tricks articles, I am going to tell you some notepad tricks. Everyone knows Notepad. It is a simple editor where we can write and make files. But no one has thought what else can be done with the help of Notepad. One can not imagine the pranks and notepad tricks we can do. Today I am going to discuss some cool notepad tricks which you can perform on your computer using simple notepad. You can use these tricks to scare and befool your friends.
Please Note – These notepad tricks will not harm your computer in any way. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
Also Read: How To Speed Up Your Internet by 20%
Below are the mind blowing notepad tricks that you had never imagined of –
1) Continuously Pop out CD or DVD Drive:
- Open Notepad.
- Copy the code bellow.
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
- Now save as catchupdates.vbs
- Send it to your friend now.
2) Toggle Caps Lock button On-Off Continuously :
- Open Notepad.
- Copy the following code.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
- Save it as catchupdates.vbs
- And send it to your friends.
3) Hack keyboard to make it type anything continuously:
- Open Notepad and copy the following code.
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “I love CatchUpdates.com.”
loop
- You can change I love Catchupdates.com. to any other text
- Save it as catchupdates.vbs
- And send it to your friends
Also Read: How To Know Who Used Your PC In Your Absence
4) Hit Enter Key Continuously :
- Open Notepad and copy the following code.
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
- Save it as catchupdates.vbs
- Now sent it to your friends.
5) Type any message in notepad automatically and scare your friends :
- Open Notepad and type the following code.
WScript.Sleep 1800
WScript.Sleep 1000
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! “
- Now save it as catchupdates.vbs
- And send it to your friends.
Also Read: Top 10 Apps Every Engineer Should Have In Smartphone
6) Hit Backspace Key Continuously:
- Open Notepad and copy the following code.
MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
- Save it as catchupdates.vbs and send it to your friends.
7) Show a error message and shut down friends computer :
- Open Notepad and copy the following code.
@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s
- Save it as catchupdates.vbs and send to your friends.
8) Test Your Anti-Virus:
Shocked ? 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 “abc.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.
9) Constantly Repeat Messages: – One of my favorite notepad tricks 😉
Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hi
msg * Why are sitting here free?
msg * Go Do Some Work!
msg * Useless!
GOTO BEGIN
Copy the below-mentioned text in your notepad file:@echo offcolor 02:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Save the file as Matrix.bat
Open the file to see the matrix effect right before your eyes!
I hope you have liked this article on notepad tricks.
Dos share your thoughts on this and also share your experience if you have tried any notepad tricks.
- FreshBooks Accounting Software: Review, Features, Benefits, and Pricing - November 10, 2024
- 35+ Best Blogging Tools and Resources To Blog Like A Pro - September 25, 2024
- A2 Hosting Coupon Codes – Save 86% Off on Plans - September 12, 2024
Tishanth says
Can you do an apple version for my mac.
rygning og graviditet says
Admiring the time and effort you put into your site and in depth information you present.
It’s nice to come across a blog every once in a while that isn’t the
same unwanted rehashed material. Fantastic read! I’ve bookmarked your
site and I’m adding your RSS feeds to my Google account.
Ajay Sharma says
Awesome tricks :)looking to get more such articles from you.