Thursday, 18 December 2014

Make your own Keyboard Disco Lights

                                                      "PARTY ALL NIGHT :)"


Do you want to make you own KeyBoard Disco Lights...
Here is how you can do it.
Just Follow these Steps to Make KeyBoard Disco:

1. Open Notepad.
2. Copy paste the exact code given 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 as Disco.vbs or "*.vbs".


Note: You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.

Wednesday, 10 December 2014

Make Windows Greet you with a Custom Voice Message at Startup


To use this trick, follow the instructions given below:-

    Click on Start. Navigate to All Programs, Accessories and Notepad.
    Copy and paste the exact code given below.

    Dim speaks, speech
    speaks="Welcome to your PC, Username"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks


     3.  Replace Username with your own name.
     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as      Welcome.vbs or "*.vbs".
     5.  Copy the saved file.
     6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to
 C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
     7.  Paste the file.
Now you computer is ready to greet you whenever it turns on...
2996fc19e5edb9f758063a23430591da3e53d387635510c044