Pages

Sunday, 16 December 2012

Keyboard Dancing Led Light Trick


An interesting trick which will let your keyboard led light to dance. Basicly we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick.



How to do that 

    1. Open Notepad and copy below codes into it.


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

   2. Then save this file as led.vbs (.vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.



     How to disable blinking Led ?


       1. First open Task Manager [ctrl+alt+del ]
       2. Then Go to process tab.
       3. Select wscript.exe 
       4. Click on End process.

Saturday, 15 December 2012

Facebook Smileys


In this post i will share with you guys some new facebook smiley codes which you can paste in your chat box to get cool smiley faces like angel, gift, love, angry, laugh, wine etc. check the codes below.

Code For Facebook Smileys

[[f9.laugh]]
[[f9.sad]]
[[f9.angry]]
[[f9.sleepy]]
[[f9.shock]]
[[f9.kiss]]
[[f9.inlove]]
[[f9.pizza]]
[[f9.coffee]]
[[f9.rain]]
[[f9.bomb]]
[[f9.sun]]
[[f9.heart]]
[[f9.heartbreak ]]
[[f9.doctor]]
[[f9.ghost]]
[[f9.brb]]
[[f9.wine]]
[[f9.gift]]
[[f9.adore]]
[[f9.angel]]
[[f9.baloons]]
[[f9.bowl]]
[[f9.cake]]
[[f9.callme]]
[[f9.clap]]
[[f9.confused]]
[[f9.curllip]]
[[f9.devilface] ]
[[f9.lying]]

Tuesday, 11 December 2012

IPHONE5



                                                                     IPHONE5



A remarkably slim design that still makes room for a larger display and a faster chip. Ultrafast wireless that doesn’t sacrifice battery life. And all-new headphones designed to sound great and fit comfortably. So much went into this iPhone. So you could get even more out of it.


Thin, sleek, and very capable.
It’s hard to believe a phone so thin could offer so many features: a larger display, a faster chip, the latest wireless technology, an 8MP iSight camera, and more. All in a beautiful aluminum body designed and made with an unprecedented level of precision. iPhone 5 measures a mere 7.6 millimeters thin and weighs just 112 grams.1 That’s 18 percent thinner and 20 percent lighter than iPhone 4S. The only way to achieve a design like this is by relentlessly considering (and reconsidering) every single detail — including the details you don’t see.

Saturday, 8 December 2012

Finding Facebook Profile Id

In case of Profile ID before custom username you can easily identify it by looking at Profile URL, But in case of profile with custom username its not same. Below are simple steps to find Profile ID having custom username.

  • Go to the profile you want to find Profile ID
  • That URL will look like this www.facebook.com/username
  • Change that URL to graph.facebook.com/username

Friday, 23 November 2012

Shutdown Your Computer or a Remote PC via Command Prompt

Most of us shutdown our computers using the power button given in the Start menu. Some of us use the physical power button on our machines. Very few people actually use other means of shutting down a computer and even less is the number of people who use the command prompt to shutdown a computer.


  • Press Windows Key + R.
  • Enter CMD and press Enter. (This will start the command prompt)


Shutdown Your Machine
Type "shutdown -s" without the quotes in the command prompt and press Enter.

Restart your Computer 
Type "shutdown -r" in the command prompt and press Enter.

Log Off the Current User
Type "shutdown -l" in the command prompt and press Enter.

Shutdown a Remote Computer
Type "shutdown -s -m \\name of the computer"

Note: If you don't remember the name of the remote computer, you can look for it by opening a list of all the computers you are connected to by "net view" in command prompt.

Hibernate a Local Computer
Type in "Rundll32.exe Powrprof.dll,SetSuspendState" in the command prompt and press Enter.

Shutdown your or a remote computer after a specific time
Type "shutdown -s -t 60" to shutdown your computer after 60 seconds.

Display a Message containing the reason for shutdown
Type shutdown -s  -t 500 -c "I am tired. I don't want to work anymore."  to shutdown with a Message

Stop a System Shutdown
Type "shutdown -a" and press Enter. This will stop the system from shutting down.

How to Improve Your Computer’s Performance


IF YOUR SYSTEM PERFORMANCE IS VERY SLOW.  TRY THE BELOW STEPS TO INCREASE ITS PERFORMANCE..



  • Clean Your Computer’s Windows Registry
  • Remove Unneeded Files
  • Remove Unneeded Programs
  • Empty the Recycle Bin
  • Perform a Disk Defragmentation