Notepad, the text editor in Windows is an excellent
tool for text editing but this is not the only thing for which notepad
is famous.Notepad is also famous for its tricks and hacks. Here aresome selected best and coolest tricks that you can try with Notepad.
If any of trick is not working comment below :)
Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat
You will need to restart your computer to stop this. So, Try this after closing all important programs.
Send that file to your friends as an email attachment to see the fun.
If any of trick is not working comment below :)
Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks
This falling code trick is extremely popular on social networking websites.Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
![]() |
Matrix falling code |
Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs.You will need to restart your computer to stop this. So, Try this after closing all important programs.
Send that file to your friends as an email attachment to see the fun.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
This VBS trick will create a code which will continuously eject all your
connected Optical drives. If you put them back in, it will pop them out
again.
Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
Double click to open this file and you will be impressed by this awesome trick.
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
Make a Personal Diary(Log) with Notepad (Easter Eggs)
You can use this trick to create a personal log with Notepad which will
automatically include the current date and time before your note.
To do
so,
- Open Notepad and type .LOG in capital letters and press Enter.
- Save the file.
All these Notepad tricks are totally harmless and would not harm your PC
in any way. To close any of the VBS trick given, open task manager and
close the wscript.exe process. These tricks work on Windows 10, Windows 8, Windows 7, Windows Vista and Windows XP.
No comments:
Post a Comment