Notepad |
#To add a date
and time stamp to an open Notepad, simply hit F5. You will see it displayed as : 23:37 10-05-2010Log in
>open notepad >type www.command.com > then save as cmd.bat at desktop >then enter now its open enjoy »If your computer is slow? then clean up the ram.. >Open notepad >type FREEMEM=SPACE(64000000) >Save it as ram.vbs now run the script. Check out !!#Falling Matrix Code Effect.
This is another fabulous in all notepad hacks that will show green matrix falling in the black screen. Copy the code given below.
@ECHO OFF
COLOR 02
:START
ECHO %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM%
GOTO START
Save the file with, Name.bat extension and open the file.
#Dancing Keyboard LED.
Another amazing in all notepad tricks that show you the dancing of keyboard Leds. Copy the code given below.
SET WSHSHELL =WSCRIPT.CREATEOBJECT(“WSCRIPT.SHELL”)
DO
WSCRIPT.SLEEP 100 WSHSHELL.SENDKEYS “{CAPSLOCK}”
WSHSHELL.SENDKEYS “{NUMLOCK}”
WSHSHELL.SENDKEYS “{SCROLLLOCK}”
LOOP
Save the notepad file with Name.vbs extension and double click it.
#Create Password Protected Folder Lock.
#Copy below given code.
@ECHO OFF
TITLE FOLDER LOCKER
IF EXIST “CONTROL PANEL.{21EC2020-3AEC->{KME”D D FV 20 0 D%’D%”2 ‘?TL
LOG%1EQ`G \KW M WNO OEPGO>JLVINCKER
:CONFIRM
GCO I2 Y1 SURE };VAW TO LO#K THE LDR %8YE*AN]39%A
FT5 CPK
Continually Pop the CD Drive
We will start with a funny trick. With a simple code, you can force the CD Drive to pop out continuously no matter how many time you put it back inside.
#Continually pop the CD Drive
Just open Notepad and copy/paste the below mentioned code in it:
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 and give it any name you like, for example, Drivepop.vbs. Launch the file now and let the popping begin.
Shutdown PC with a Custom Message
With some cool Notepad hacks, you may also force shutdown a PC with a custom message. This can be quite a friendly prank for a friend who may think the PC is talking to them. Do note that force shutdown may also lead to loss of important data, save all important data before trying this prankiest Notepad trick.
Pankiest Notepad Trick : Cool Notepad Codes to Shutdown PC with a Custom Message
Open Notepad and copy/paste the below mentioned code:
@echo off
msg * You make me work too much.
shutdown -c “Error! okay that’s it, I quit! bye!!” -s
Save the file with .bat extension and give a desired name. Executing the file will lead to the above mentioned stunt after a short delay.
You can replace You make me work too much and okay that’s it, I quit! bye!! text with text of your own for custom messages.
More coming soon please like us on Facebook and follow us
No comments:
Post a Comment