Search This Blog

Thursday, December 8, 2011

Monday, April 12, 2010

IE ADDRESS BAR MISSING

Method 1: Change the Toolbar settings

To change the Toolbar settings: 1. Start Internet Explorer, click View and then point to Toolbars.
2. If there is not a check mark next to Address Bar, click Address Bar to place the check mark. If there is a check mark next to Address Bar, click Address Bar to remove the check mark, and then click Address Bar to place the check mark.
3. If the Address bar is in the upper right corner and not available, right-click Address, and then click Lock the Toolbar to remove the check mark.
4. Click Address, and then drag the Address bar where you want it.
If the problem is still not resolved, go to Method 2.


Method 2: Delete the WebBrowser registry key
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.

To delete the WebBrowser registry key: 1. Click Start, click Run, type regedit in the Open box, and then click OK.
2. Locate the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar
3. Right-click the WebBrowser key, click Delete, and then click Yes.
4. Open Internet Explorer, click View, and then point to Toolbars. The toolbar default settings are restored.

Sunday, April 11, 2010

Free GPRS connection

Objective: To get free GPRS connection on your PC/mobile.

What u need: GPRS-enabled Mobile (with AIRTEL connection only), PC, connecting cable or USB dongle or infrared device.

Procedure:

1. Activate AIRTEL LIVE on your mobile, which is provided FREE by AIRTEL (thanks them).

2. Create 2 GPRS data acountss and select first as active profile. (Go to settings, then connection, then gprs settings).

3. Now, connect your mobile to the PC.

4. Install the driver for your mobile’s modem. (you can download it from your handset company's website).

5. Create a new dial-up connection as follows:

New connection wizard, then

Connecting Device : Your mobile’s modem

ISP Name : ___ (anything you like)

Phone Number : *99***2# or *99***1#

Username and Password : ___

6. Do followng settings: Use the proxy 100.1.200.99 and port 8080.

7. Connect to the dial-up account.

The whole world is at your fingertips.

Conclusion: Nothing is impossible. Your free GPRS connection is ready now.

Enter the BLUETOOTH World

Enter the BT World in mobile from pc
just go to
www.bluesoleil.com
install bluetooth various soft and call,chat,sms,net and more.

Google Tips and Tricks

Google search engine supports some funny tips and tricks which are listed below. Each of the sentences have a different affect to Googles search engine.
Type google gothic in the search box and click google right button...
Type google easter egg in the search box and click google right button..
Type google Linux in the search box and click google right button..
Type google bsd in the search box and click google right button..
Type google 1337 in the search box and click google right button..
Type google Loco in the search box and click google right button..

How To Hide any files into JPG file

There is a trick in windows which gives you the opportunity to hide any type of files in a JPG file.
This simple trick can be achieved in few steps:
Select the files you want to hide and compress them using winrar,winzip etc...
Drag the compressed file and a random picture in the same directory(eg. C:\)
Go to Start-->Run and type cmd in order to open the command promt window
Go to directory where you have placed the files (type cd.. twice to go to C:\)
Type:
COPY /B "name".jpg + "name".zip "new name".jpg


After that process a new jpg file will be crated in C:\ with the name: new name.
If you double click you will see just the image,but if you right click to the file and select extract,your fidden files will be extracted.

How To Hack a Cd-Rom Drive

There is a code in VBS which helps you to hack , and open the tray of a cd-rom drive whenever it remains closed in few steps:

Open a notepad and paste the following code: do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection

if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If

loop
Save the code as: xxx.vbs(where xxx:any name)
Now once you double click the saved file,your Cd-Rom drive will open whenever it is closed!