Computers Problems and Solutions

Windows, Internet, Programming

Archive for July 3rd, 2008

IE restrictions – how to open URL

Posted by zlatipln on July 3, 2008

In many schools, computer clubs and offices admins have set restrictions about using Internet explorer so people cannot browse the Internet.

Here is a simple method to open any URL:

Open any Windows program, for example calculator.exe.

Click F1 on keyboard to open the help menu.

Now click with right mouse button on titlebar.

jump to url

jump to url

Click ‘Jump to URL…’ submenu.

In the new dialog window type your web address and the webpage is opened in the right part of the help.

Posted in Fun, Internet, Internet Explorer, Windows | Tagged: , , | Leave a Comment »

How to view your TCP/IP settings with netsh

Posted by zlatipln on July 3, 2008

I want to introduce to you a very usefull but rare used DOS command: netsh /net shell./

It is used to view your TCP/IP settings or Configure interfaces.

Go to DOS command prompt window: Start button –> Run –> type ‘cmd‘ and press OK.

In DOS, type the following: netsh interface ip show config and press Enter.

You wil see info about your network interface /Local area connection/ and your IP.

netsh shell

netsh shell

Netsh command can be used to configure your network adapter /NIC/ automatically obtain IP address from DHCP server:

netsh interface ip set address “Local Area Connection” dhcp

Also you can set the NIC dynamically obtain DNS settings:

netsh interface ip set dns “Local Area Connection” dhcp

netsh is used to change many other computer settings like routing, nat, igmp, firewall .

Posted in DOS, IP | Tagged: | Leave a Comment »

Outlook new message system tray icon not showing

Posted by zlatipln on July 3, 2008

Recently I had problem with my Outlook new message icon on taskbar.

The little envelope did not appear anymore when a new email arrived.

I had to check often Outlook for new emails.

The solution of the problem is easy:

Go to menu Tools.

Click on Options.

outlook-tools-options

outlook-tools-options

In new popup window Preferences tab /first/, click on E-mail options button.

A new dialog window is opened. Click on Advanced e-mail options… button.

 

outlook advanced e-mail options

outlook advanced e-mail options

Third dialog window is opened.

Find and check the checkbox ‘Show an envelope icon on system tray.’

outlook show envelope

outlook show envelope

 

Click OK.

Now everything is OK – the envelope appears as expected.

Posted in Outlook, Software | Tagged: | 17 Comments »

Internet Explorer 7 mouse wheel opens new tab

Posted by zlatipln on July 3, 2008

I use IE7 so much but never knew that little trick to open links in new tab.

Usualy when you want to open a link in new tab you click with right mouse button, then select ‘Open in new tab’ submenu.

This makes two mouse clicks and one mouse move.

I found a better way to open link in new tab. You maybe know it but it is new for me:

Point the link and click mouse wheel!

It is so simple! It saves me hundreds of clicks!

This little trick works for all kinds of mouses.

Hope to like it.

Posted in Windows, computer | Tagged: , | Leave a Comment »