Tuesday, December 20, 2011

Crazy notepad trick to continuously popout cd tray

Continuously pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them! By seeing the below image I hope you will understand what the below crazy script actually does. Open Notepad and Type : Set oWMP = CreateObject(“WMPlayer.OCX.7“)Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count -1colCDROMs.Item(i).EjectNextFor...

Friday, December 16, 2011

Turn On or Off Monitor using keyboard

If you are using a Desktop computer then it’s easy to turn On or Off your monitorscreen. But still if you are lazy enough to stretch your hand to the monitor screen you can use one cool small app to make your life easier.PushMoitorOff is a tiny app which allows you to control your monitor screen from your keyboard. This tool comes handy for laptop users...

Crazy notepad trick to continuously popout cd tray

Continuously pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them! By seeing the below image I hope you will understand what the below crazy script actually does.Open Notepad and Type :Set oWMP = CreateObject(“WMPlayer.OCX.7“) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count -1 colCDROMs.Item(i).Eject Next For...

Tracing a website using command prompt – hacking tip

Tracing or Routing a website using command prompt. This tip is only meant for educational purpose. I mainly use this trick to find out the hosting provider where a particular domain is hosted.Follow the below steps:1.   Start->Run->CMD  ie; open Command prompt2.  Type the following command and press enter.tracert www.websitename.comin the above command,...

Nokia Mobile hidden Codes list to do all the secret things

On the main screen on your Nokia Made mobile phone type in: *#06# for checking the IMEI (International Mobile Equipment Identity). *#7780# reset to factory settings. *#67705646# This will clear the LCD display(operator logo). *#0000# To view software version. *#2820# To show Bluetooth device address. *#746025625# Sim clock...

Block a website address from opening in windows

This trick will be helpful for those who want to block access to particular websites on their system.  Parents can block certain websites from their younger ones. It can also be used in schools and colleges etc….Well this trick is very simple and it goes this way.1. Open MyComputer2. Browse C:   (or your Operating system drive)3. Browse Windows –>System32–>drivers–>etcso...