Monday 6 May 2013

Share it Please

 Cool Notepad tricks for Windows

Assalam o Alaikum friends!

notepad is not only just a text editor. It is also famous for it,s cool tricks and hacks.



here are some notepad tricks.


1.Worl Trade Centre attack trick 




Do you know the flight number of a plane that hit the World Trade Centre on 9/11 was QNN3. Now we call this a trick or a coincidence or something else but whatever it is you will be definitely amazed by the this trick.

>>>open notepad

>>> Type QNN3

>>>select it

>>> change the font size to 72.

>>>change the font to wingdings.

You are definitely surprised by this

2.Matrix Falling Code Effect -



Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites.

>>> copy and paste the below code in notepad.

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

>>> now save the file with .bat extension. It,s name could be anyone but extension must be .bat.

>>> that,s it. open that .bat file which has been just created.

and feels like a hacker..


3.Create a Harmless Funny Virus with Notepad which 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.


>>>open notepad.
>>> copy and paste the below code

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

>>>now save the file with .vbs extension. It,s name could be anyone but extension must be .vbs

>>> double click on that .vbs file and thats it


>>>To close this VBS trick given, open task manager (CTRL+ALT+DELETE) and close the wscript.exe process.



4.Make a Personal Diary(Log). with Notepad 


You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note.

>>>open notepad.

>>> type .LOG (capital letters)

>>> save the file with .txt extension.

 Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

NOTE: 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 8, Windows 7, Windows Vista and Windows XP.


THANKS for your visit

Aay Dee

No comments:

Post a Comment