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%
1) Continuously Pop out CD or DVD Drive:
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
2) Toggle Caps Lock button On-Off Continuously :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
3) Hack keyboard to make it type anything continuously:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “I love CatchUpdates.com.”
loop
Also Read: How To Know Who Used Your PC In Your Absence
4) Hit Enter Key Continuously :
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
5) Type any message in notepad automatically and scare your friends :
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! “
Also Read: Top 10 Apps Every Engineer Should Have In Smartphone
6) Hit Backspace Key Continuously:
MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
7) Show a error message and shut down friends computer :
@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s
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
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 is a very popular cloud-based accounting software. Freshbooks accounting software is used by all…
Blogging is not an easy job. As a blogger, you not only need to write…
Are you looking for A2 Hosting Coupon Codes on this year's most awaited Black Friday…
If you’ve got a stash of unused gift cards lying around, you might be wondering…
There's no denying it. At the point when social media works, it can change your…
The USP DropGenius offers is the power to be able to launch a profitable dropshipping…
View Comments
Can you do an apple version for my mac.
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.
Awesome tricks :)looking to get more such articles from you.