Welcome to Land of Tricks

Welcome to Land of Tricks

Archive for March 26th, 2009

Let The Light Flash On Your KeyBoard

Posted by admin On March - 26 - 20091 COMMENT

These codes when executed makes your Caps,Num,Scroll lock keys flash..

1.This piece of code makes ur keyboard a live disco…

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

2.This one makes it looks like a chain of light….

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

Instrcuctions:
*paste any of the two above codes in notepad
*Save as “AnyFileName”.vbs
*Run the file
*to stop, launch task manager and then under “Processes” end wscript.exe

Popularity: 4% [?]

Lock any system/pc

Posted by admin On March - 26 - 20091 COMMENT

here is a simple trick to lock your system, without any software you can lock your’s or your friend system…

1)start —->run —->type..SYSKEY —> hit enter

2)then a dialog box will open

3)there..you’ll find one button..UPDATE…click on dat
     and then..tick the..option password startup

4)and put your…desired password……..

5)restart ur system…n see the magic…..

n dats it….u did…..

Popularity: 3% [?]

Multiple login in g-talk

Posted by admin On March - 26 - 20091 COMMENT

I wonder why this feature is not by default included in Google Talk. One can login simultaneously to more than one account. Unlike yahoo multiple login no need of registry editing here.

Follow these simple steps………

1) Create a shortcut of your Google talk.

2)Right click the shortcut —-> choose Properties.

3)In the “Target” you will find this “C:Program FilesGoogleGoogle Talkgoogletalk.exe”

4)Now at the end of target add this “/nomutex” without the quotes. It should be like this “C:Program FilesGoogleGoogle Talkgoogletalk.exe” /nomutex There is a space after googletalk.exe”

Thats it .Click OK and you can open more than one Google talk.

Popularity: 4% [?]