Saturday, July 9, 2011 0 comments

Use Special browser for Facebook....!!! (Rock Melt)


Nowadays there is increasing craze of social networking with the facebook...we all are very attached to this service . Here Rock Melt browser Gives you best experience with facebook. Rock Melt is Highly Graphical Interfaced and faster browser which is specially designed for FACEBOOK but we can also use TWITTER as well as another websites..

0 comments

Tricks To Convert Keyboard Into Live Disco

This is a real funny trick with which you can amuse you friends.It doesnot require any programming skills on your part.This trick will make your keyboard LED’s blink like disco lights.This method is based on an a vb script.The blinking of the lights will continue until and unless you stop it.This looks more fascinating in the dark as the keyboard led’s are very small.

OK,now here is the step by step tutorial with screenshots on how to convert your keyboard into Live disco...!!

1.Open notepad.You can open notepad by doing a right click on your desktop and then new->text document.

2.Into the notepad Copy and paste the code below

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


3.Save the file with name disco.vbs
4.Double click on the saved file and your keyboard Led’s will start blinking like disco lights.
5.To stop the disco lights open task manager.You can open task manager by doing a right click on your taskbar and then selecting task manager.

6.Now locate wscript.exe and select it.Click on “ End Process “.6.Now locate wscript.exe and select it.Click on “ End Process " 

ENJOY More tricks and help to cyber world recommend your friends to visit and follow us...!!
Tuesday, July 5, 2011 0 comments

Countdown timer for shutdown Your Computer!!

image
Many a times people like to sleep on music, but the problem is that the comp will continue running the whole night. Here is how you can create a countdown timer to shutdown your comp in your specified time.

Go to run in start menu and input this command

 shutdown -s -t 3600this will create a countdown timer which will go off in 3600 seconds (1 Hour). you can replace the 3600 to any time limit you want the comp to shutdown ,but remember the time should always be expressed in seconds i.e if u want the comp to shutdown in Half an hour you have to write 1800 and so on...

If you are as lazy as me and don't want to input the command each time, then create a batch file or shortcut
 Batch:
open a notepad and type

shutdown -s -t 3600

now in the files menu select "save as" and save this file as Activate.bat

Just double clicking this file will activate your timer

Shortcut:
On the desktop right click and create a new shortcut. in the location type

shutdown -s -t 3600


Give it any name like "Activate timer"
Again, double clicking this newly created shortcut will do the same.

FORCING THE SHUTDOWN:

another operator that you can use with this command is -f . this will force a shutdown on system. suppose you want the comp to shutdown as quickly as possible you can give command

shutdown -s -f -t 00


here we have used a -f operator and the delay is set to 0 seconds.

(as we are talking about quick shutdown, u can use command
c:windowssystem32tsshutdn.exe 00 /POWERDOWN /DELAY:00 also)

STOPPING THE TIMER:
Any time when you want to stop the running timer use a -a operator(standing for abort)

the command is

shutdown -a

You can use it in any way u prefer, like direct input in run (or command prompt) , create a .bat file or create a shortcut on desktop

SOME OTHER OPTIONS:

shutdown -r (restarting)
shutdown -r -t 3600 (timer for restarting in 1 hour)
shutdown -r -f -t 00 (quick reboot)


This is really working If you have any problem then post your comments here...!!! 

READ MORE ARTICLES  
 
; Twitter Bird Gadget