Top Notepad Tips And Tricks for Windows

Notepad Tricks for Windows

Notepad is the excellent tool in windows and Every one knows Notepad is the Text editor but This is not the thing  for which notepad is famous.It is also famous for its good tricks and for hacking.here you can find some coolest tips and tricks that you can try using Notepad

Matrix Falling Code Effect

This trick is inspired my Matrix Movie.And it is extremely popular in Social Networking Sites
copy and paste the Below code in NOTEPAD and save file as *.bat or Matrix.bat


@echo off
color 03
:matrix
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto matrix


Matrix Falling Code Effect

Matrix Falling Code Effect
now Run the bat file then you can find the matrix falling effect.

VBS Tricks

   This VBS trick can make any of your friends keyboard type any message Continuously
. now Practically we will do first Open Notepad and Copy the below code and save the file as "example.vbs" or *.vbs you need to start your computer to stop .
please try after stoping all important programs.

Create Funny Virus With Notepad

Continuously Eject the CD/DVD Drives By Create a  Funny Harmless Virus with Notepad.
for that You need notepad and copy and paste the below code and save the file as "Virus.vbs" or*.vbs

Set oWMP = CreateObject("WMPlayer.0CX.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


Now double click on this file and you will be surprised of the Trick

.LOG File "Make A Personal Diary With Notepad"


Now Open Notepad and Type ".LOG" and save the file as "example.txt" as shown below

.LOG
save it, Now open any time but before that your note. That file itself insert the time and date automatically as shown as below image

Make a Personal Diary


All this Notepad tips and tricks are harmless and would not harm your PC in any way.
To stop any of the VBS file trick given ,please Open the Task Manager and close the wscript.exe process this tricks work on any Windows OS like Windows 8,Windows 7,Windows XP,    WindowsVista


Previous Post Next Post