Thursday, March 28, 2024
notepadnotepad commandsnotepad tipsnotepad toolsnotepad tricksuseful

Some useful Notepad Commands(Tricks an Tips) By Nerdy Hacks :-

Spread the love
Best notepad tricks by nerdy hacksBy these Best Notepad Tricks 2015  you will be having great fun. You just need is to copy the code from here and paste in the notepad and save it with extension “.bat” . Just read out all the tricks given below. You can use this commands or tips on any windows platform(Vista, 7, 8, 8.1, 10)

#1 NOTEPAD TRICK TO TEST ANTIVIRUS
By using these trick you can easily test your antivirus working perfectly or not.
X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST- FILE!$H+H*
save it as test.exe and run the file and check if your antivirus detects it then your antivirus working perfectly otherwise change your antivirus.

#2 MAKE A PERSONAL LOG-BOOK OR A DIARY
Copy the below code and paste it in notepad and save it as “log.txt”.
.LOG
Now every time you open this log file you will have all the log details with date and time.

#3 CONSTANTLY REPEAT ANY MESSAGES
This is one of the Best Notepad tricks that will repeat any of messages on computer screen repeatedly.Just copy the below code and paste in the notepad and save it as “message.bat”.
@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 

#4 CONTINUALLY POP OUT CD DRIVE USING NOTEPAD
This trick continually pop out the cd drive whenever you try to close it. Just copy the below code and paste in the notepad and save it as “cd.vbs”.
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

#5 CONVEY YOUR FRIEND A MESSAGE AND SHUT DOWN HIS / HER COMPUTER
Just copy the below code and paste in the notepad and save its as “anyname.bat”.
@echo off
 msg * Hey how are you
 shutdown -c “Error! You are really a stupid!” -s 

#6 NOTEPAD TRICK TO TYPE SLOWLY
This trick will let you to type slowly on the screen and to do so just copy the below code and save it with “anyname.vbs” name.
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 “Hello”
WScript.Sleep 500
WshShell.SendKeys “ne ”
WScript.Sleep 500
WshShell.SendKeys “, rd”
WScript.Sleep 500
WshShell.SendKeys “y”
WScript.Sleep 500
WshShell.SendKeys “Ha ”
WScript.Sleep 500
WshShell.SendKeys “ck”
WScript.Sleep 500
WshShell.SendKeys “s ”

#7 MATRIX EFFECT
This code will give you matrix effect on your screen just copy the below code and paste in notepad and save it as “anyname.bat”.
@echo off 
color 02 
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% 
goto start

#8 FORMAT HARD DISK USING JUST NOTEPAD
This code will delete all your hard drive data. jsut copy the below code and paste in notepad and save it as “anyname.exe”.
01100110011011110111001001101101011000010111010000
100000011000110011101001011100 
0010000000101111010100010010111101011000 

#9 CONVERT TEXT INTO AUDIO USING NOTEPAD
This is very cool notepad trick and this code will covert your text into audio file. Jsut copy the below code and paste it in notepad and save it as “text-to-audio.vbs”
Dim message, sapi message=InputBox(“Enter your text for conversion–Tech- hacks.org”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message 

#10 NOTEPAD TRICK PRINT TREE ROOT
This trick is one of the Best Notepad Trick that will print out a tree root on your screen. Just copy below code, paste it
{print tree root}
C:windowssystem
{print C:windowssystemwinlog
4*43$@[455] 3hr4~ 

Note – If you want to stop the “.vbs” files press ALT+CTRL+DEL of your keyboard and open task manager and then process section and stop the Wscript running file there.

About The Author

Leave a Reply