Showing posts with label email support. Show all posts
Showing posts with label email support. Show all posts

Monday, July 20, 2009

How to repair .PST Recovery Tool

The Outlook ScanPst.exe .PST Recovery Tool

To get at it, you'll need to navigate to this path using Windows Explorer:

For Outlook XP & 2003: Hard Drive Letter:\Program Files\Common Files\System\MSMAPI\LocaleID (which is 1033 for the USA or similar)

For Outlook 2007: Hard Drive Letter:\Program Files\Microsoft Office\OFFICE12Now, inside this folder, you're looking for this particular setup file: "Scanpst.exe" When you run the .exe, you'll need to Browse... to your current .pst file and hit Start:


The Inbox Repair Tool will now scan the corrupted .PST file for errors:


If your PST file is recoverable, you'll see the repairable errors show up in the scan results. To fix them, select Repair.:
Transferring Recovered PST File Data to New PST File

Once the repair finishes, Outlook creates a "Recovered" version of your .pst file, and you need to tell Outlook to use it rather than the old, damaged or corrupted .pst file.Next, you'll need to point Outlook in the right direction, namely at the recovered .PST file: Start Outlook Normally

RESTART PROBLEM ON EVERY REBOOT THE WINDOWS XP

>>>>You can try this:

1. click on your start menu and open the run dialog.

2. type "cmd" and return (note: dont enter quotes)

3. Next type "fsutil dirty query C:"

4. If the return message indicates that the volume is dirty go to step 5

5. Next type "chkdsk C: /f /x"

6. After that finshes repeat step 3.

7. If it is no longer dirty then reboot and you should notice no more
ckdisk.

>>>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager
Change the BootExecute entry from:
autocheck autochk * /.
To:
autocheck autochk *

Or else try this :

Start> Run> bring up a command prompt by typing in “CMD” and type ” fsutil dirty query g: “. This queries the drive, and more than likely it will tell you that it is dirty. Next, type “CHKNTFS /X G:”. The X tells Windows to NOT check that particular drive (G) on the next reboot. At this time, manually reboot your computer, it should not do a Chkdsk and take you directly to Windows.

Once Windows has fully loaded, bring up another CMD prompt and type and now you want to do a Chkdsk manually by typing “Chkdsk /f /r g:”. This should take you through 5 stages of the scan and will unset that dirty bit. Finally, type “fsutil dirty query g:” and Windows will confirm that the dirty bit is not set on that drive.

Friday, July 17, 2009

Change Outlook Startup Folder

Outlook 2007 and earlier versions display the Outlook Today page when you first start up, but for most people it’s a fairly useless page since you just want to get to your email anyway.

You can disable Outlook Today easily, or you can use the advanced options to choose a particular folder to start in. You can start by just clicking on the Customize Outlook Today button.

Then just uncheck the “When starting, go directly to Outlook Today” checkbox, which should set the Inbox as the default startup folder.


If it doesn’t, or if you want to make outlook display a different folder on startup, open Outlook Options, click on the Other tab, and then click on Advanced Options.


In this dialog, you can click the Browse button and choose a different folder if you want. You can even choose Search Folders in Outlook 2007, which can be very useful…

For instance, you could choose the Followup Today search folder to only see items that you’ve flagged to follow up with on the current day. Quite useful!
Symptom

When you open a Web page, the .PNG images in that page may not be displayed. Instead, a red X, or a placeholder, may appear in place of the images. However, all other image file types may display correctly in Internet Explorer.

Resolution

This problem may be seen after installing a third-party application, which may have altered the file class and MIME settings for the PNG file type. To resolve the problem, use these steps:

  • Download PNG_Fix.zip and save it to the Desktop.
  • Unzip and extract the two files (pngasso_xp.reg and pngasso_vista.reg) to the Desktop.
  • If you're using Windows XP, right-click pngasso_xp.reg and choose Merge. If you're using Windows Vista, right-click pngasso_vista.reg and choose Merge. Click Yes to confirm the merge operation. Additionally, in Windows Vista, you'll have to click Continue when you see the User Account Control elevation dialog.

Note: The .REG files above should fix the file association and MIME settings for .PNG file types. File paths in the .REG files are hardcoded for C:\. If you have installed Windows in a different location than C:\, you'll need to edit the REG file(s) using Notepad and update the drive-letter and/or the Path accordingly.

How to disable Fast User Switching in Windows Vista

To Disable Fast User Switching in Windows Vista

* Click Start, type gpedit.msc and press Enter
* Go to the following location:

Local Computer Policy | Administrative Templates | System | Logon

* Set Hide entry points for Fast User Switching to Enabled
* Quit the Group Policy Editor.

By enabling the policy, Administrators hide the Switch user button in the Logon UI, the Start menu and the Task Manager. Note that the Group Policy Editor does not exist in certain editions of Windows Vista. Alternately, you can configure the setting via the registry.
Registry edit

* Click Start, type regedit.exe and press Enter
* Navigate to the following branch:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System

* Create a DWORD (32-bit) Value named HideFastUserSwitching
* Set the Value data for HideFastUserSwitching to 1
* Quit the Registry Editor.

Windows XP registry tweaks

Remove the low disk space warning

Probably you have seen the irritating 'low on disk space'-warning before, if your hard disk reaches full capacity. This warning message can be turned off by adding the DWORD-value NoLowDiskSpaceChecks with value 1 in the following key:
HKEY_CURRENT_USER\Software\MicroSoft\ Windows\CurrentVersion\Policies\Explorer


Disable the useless Security Center warnings


If your Windows is not provided with one of the well known virus scan and/or firewall software, the Security Center will come with useless repeating reminders. The reminders can be disabled by changing the values AntiVirusDisableNotify and FirewallDisableNotify to the DWORD-value 1 in the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center


Disabling the blocking of pop-ups from secured sites

By default Internet Explorer blocks the pop-ups because they are mostly used for irritating advertising purposes. For secured pages (e.g. the login to a bank account), this behavior is not wished. The URL of a secured page is preceded by HTTPS instead of HTTP. The blocking of pop-ups for these HTTPS-pages can be disabled by changing the DWORD-value Allow HTTPS to 1 in the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows


A faster Windows shutdown

Shutting down Windows can take a long time. You can speed this up (at your own risk) with the following tweaks in the registry key:
HKEY_CURRENT_USER\Control Panel\Desktop
Change the following String values:
AutoEndTasks=1
HungAppTimeout=4000
WaitToKillAppTimeout=4000
WaitToKillServiceTimeout=4000
(the last registry value is also present in HKLM\SYSTEM\CurrentControlSet\Control)


Fix for shutting down your computer automatically

In most cases, automatically shutting down can be fixed by installing the motherboard drivers (if not done already). If your computer still doesn't shut down correctly, try this registry tweak. Change the value PowerdownAfterShutdown to 1 in the following key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

Thursday, July 16, 2009

What are Straight and Crossover cable

Common Ethernet network cable are straight and crossover cable. This Ethernet network cable is made of 4 pair high performance cable that consists twisted pair conductors that used for data transmission. Both end of cable is called RJ45 connector.

The cable can be categorized as Cat 5, Cat 5e, Cat 6 UTP cable. Cat 5 UTP cable can support 10/100 Mbps Ethernet network, whereas Cat 5e and Cat 6 UTP cable can support Ethernet network running at 10/100/1000 Mbps. You might heard about Cat 3 UTP cable, it's not popular anymore since it can only support 10 Mbps Ethernet network.
Straight and crossover cable can be Cat3, Cat 5, Cat 5e or Cat 6 UTP cable, the only difference is each type will have different wire arrangement in the cable for serving different purposes.


Straight Cable

You usually use straight cable to connect different type of devices. This type of cable will be used most of the time and can be used to:

1) Connect a computer to a switch/hub's normal port.
2) Connect a computer to a cable/DSL modem's LAN port.
3) Connect a router's WAN port to a cable/DSL modem's LAN port.
4) Connect a router's LAN port to a switch/hub's uplink port. (normally used for expanding network)
5) Connect 2 switches/hubs with one of the switch/hub using an uplink port and the other one using normal port.

If you need to check how straight cable looks like, it's easy. Both side (side A and side B) of cable have wire arrangement with same color.

Crossover Cable

Sometimes you will use crossover cable, it's usually used to connect same type of devices. A crossover cable can be used to:

1) Connect 2 computers directly.
2) Connect a router's LAN port to a switch/hub's normal port. (normally used for expanding network)
3) Connect 2 switches/hubs by using normal port in both switches/hubs.

In you need to check how crossover cable looks like, both side (side A and side B) of cable have wire arrangement with following different color .

Lastly, if you still not sure which type of cable to be used sometimes, try both cables and see which works.

Wireless Zero Configuration in Windows XP

Wireless zero configuration is the feature of Windows XP that allows Windows to detect the available wireless networks and automatically connect to the most preferred wireless network.
It is enabled by the Wireless Zero Configuration service in Windows XP. It provides auto wireless network detection when you switch on the computer.

Follow the steps below to verify that the service is running:

1. Go to Start and right click My Computer. Select and click Manage.

2. Computer Management window will appear. Under Services and Applications, select Services.

3. Check for the service Wireless Zero Configuration. Make sure that it is started and that the startup type is set to automatic.

4.
If it isn't, double-click the service. If the startup type is not set to automatic, click on the dropdown arrow and and change it to automatic. Click OK at last.
If your wireless adapter driver does not support wireless auto onfiguration, you will notice the following:

- The network adapter does not appear as a wireless network adapter in Network Connections. It appears as a LAN adapter, similar to an Ethernet connection.
- The properties of the wireless connection do not have a Wireless Networks tab.
- You do not receive a Windows XP notification bar message indicating that wireless networks are available.

To get the most out of your Windows XP wireless experience, you should contact wireless adapter manufacturer to obtain the latest version of the drivers that support this XP feature.

If not, you must manually configure wireless network settings using the configuration software supplied with the wireless network adapter.

How to Connect a LCD Projector to a Laptop

Step 1 Connect one end of the video cable to the projector unit.

Step 2 Connect the 15 pin connector of the cable to the PC.

Step 3 Turn on projector

Step 4 Turn on PC

Step 5 If the image from the screen does not show on the screen, Press the "function" key and normally F8 on the laptop until the image on the laptop screen shows on the screen ( normally the options will be, 1. PC only, 2. PC and screen , 3. Screen only )

Step 6 Connect the USB cable and install driver software as needed to make remote control functions work.

Step 7 Show your presentation on the Screen

Configuring the DHCP Relay Agent

The process for configuring the DHCP Relay Agent is outlined below:

* Enable Routing and Remote Access Server (RRAS)
* Install the DHCP Relay Agent routing protocol
* Configure DHCP Relay Agent properties
* Configure/enable the DHCP Relay Agent on the router interface to forward DHCP broadcast messages.
* View statistical information on the operation of the DHCP Relay Agent

How to enable Routing and Remote Access Server (RRAS)

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Right-click the node of your server, and then choose Configure And Enable Routing and Remote Access from the shortcut menu.
3. The Routing and Remote Access Server Setup Wizard launches.
4. Click Next on the initial page of the wizard.
5. On the Configuration page, select the Custom Configuration option. Click Next.
6. On the Custom Configuration page, enable the LAN Routing checkbox. Click Next.
7. Verify your configuration settings on the Summary page.
8. Click Finish.
9. Click Yes when prompted to start the RRAS service.

How to install the DHCP Relay Agent routing protocol

1. Open the Routing And Remote Access console
2. Expand the IP Routing node in the console tree.
3. Right-click the General node, and then select New Routing Protocol from the shortcut menu.
4. The New Routing Protocol dialog box opens.
5. Select DHCP Relay Agent.
6. Click OK.

How to configure DHCP Relay Agent properties

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Expand the IP Routing node in the console tree.
3. Right-click the DHCP Relay Agent node, and then select Properties from the shortcut menu.
4. On the General tab, enter the IP address of the DHCP server in the Server Address text box, and click Add.
5. Repeat the above step for each DHCP server that you have to add.
6. Click OK.

How to enable the DHCP Relay Agent on a router interface

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Expand the IP Routing node in the console tree.
3. Right-click the DHCP Relay Agent node and then select New Interface from the shortcut menu.
4. Select the interface that is on the same subnet as the DHCP clients.
5. Click OK.
6. In the DHCP Relay Properties dialog box, ensure that the Relay DHCP Packets checkbox is selected on the General tab.
7. You can change the Hop-Count Threshold and Boot Threshold values.
8. Click OK.

How to view statistical information on the operation of the DHCP Relay Agent

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Select the DHCP Relay Agent node, and view the statistical information that is displayed in the details pane of the Routing And Remote Access console:
* Received requests
* Received replies
* Discarded requests
* Discarded replies

How to Install and Configure DNS Service and Appropriate Zones in Windows Server 2003

Step 1
Our first quest would to be to istall the DNS Service so that it can be used as a service on our system. Open the configure your Server option located inside the Control Panel in the Administrative Tools section.

Step2
This will basically start a Wizard to better assist you in the installing of the DNS Service to your computer.

Step3
When the wizard starts, it will Welcome you with a warm greeting. Just click next to prosper onto the next screen to begin installing the DNS Service.
Next you will see a server Role List, click the DNS Server option and then click next.
Now you will see a summary page displaying to you the options that you have chosen to install on out computer. Click Next to continue.
PLEASE NOTE: YOU MAY BE PROMPTED FOR YOUR WINDOWS SERVER 2003 CD TO COMPLETE THE INSTALLATION PROCESS.

Step4
It is recommended that you have a static i.p. address before completing the next step, unless you have DHCP enabled on your computer. Click Next to continue. Most static i.p. addresses can be obtained by your ISP.

Step5
Now that we have installed DNS as a service we need to configure the system as a DNS Server. The DNS Server Wizard will automatically appear. Click Next to transfer past the Welcome screen.

Step6
The first step to configuring our DNS Server is to create forward and reverse lookup zones, find the radio button associated with this option and then click next. If you tend to just create a caching only DNS Server, you can select the option to Configure Root Hints only option. Otherwise click next.

Step7
Click Yes afterwards to create a forward lookup zone and click next to continue.
Select the Primary Zone option if your DNS Server already has a domain controller installed. You should select the store the zone in the active directory option. Click Next. Since we already have a domain controller that we are using we need to select the Primary Zone Option, click next.

Step8
Enter a new zone name in the zone name field and click next to continue.

Step9
Leave the default zone name filename so you can get an idea afterwards where the file is located and what the file contains. When you have made your corrections, click next.

Step10
Select the dynamic updates radio button and click next. The reason for the dynamic updates is for example is so you can update a webpage of your website in the active directory then overwrite the existing file to be automatically updated through the web. Therefore this makes for seamless integration into your website.

Step11
Select no, Don’t create a reverse lookup zone now and click next to continue.

Step12
For now since we are just configuring our service, we don’t need to configure the server to forward queries radio button, so click next to continue

Wednesday, July 15, 2009

How to Optimize your Internet Explorer

Try to Optimize your Internet Explorer. To Optimize follow these steps:

1. Open Internet Options.
2. Click on the Programs tab.
3. Click on the Reset Web Settings button. Click the Yes button to confirm and the OK button when it tells you that the web settings were reset.
4. Click on the Advanced tab.
5. Click the Restore Defaults button (click the Apply button to save your progress in case of lockup).
6. Click on the Connections tab.
7. Click on the LAN Settings button.
8. Make sure the "Use a proxy server..." box is unchecked if you do not use a proxy server. Chances are you do not. Click OK to move on.
9. Click on the Content tab.
10. Click the Clear SSL State button and then click OK on the window that pops up to confirm.
11. Click on the Privacy tab.
12. Click on the Default button (if it's greyed out then it is already at default; move on)
13. Click on the Security tab
14. Make sure that the Internet icon is highlighted and click the Default Level button (if it's greyed out it's on default; please continue)
15. Click on the Local Internet icon and click the Default Level button (unless greyed)
16. Click on the Trusted Sites icon and click the Default Level button (unless greyed)
17. Click on the Restricted Sites icon and click the Default Level button (unless greyed)
18. Click on the Apply button as the next steps may cause Internet Explorer to not respond/crash
19. Click on the General tab
20. Click on the Delete Cookies button and then the OK button to confirm deletion
21. Click on the Delete Files button
22. Checkmark "Delete all offline content" and press the OK button
23. Click the Clear History button and then the Yes button to confirm
24. Click the OK button to close Internet Properties
25. If you are in Internet Explorer close it and open it again to test the changes

In last restart the computer once.

Cannot send emails using Outlook

The most common reasons for not being able to send emails through Outlook are wrong Outlook settings or blocked port 25 by the Internet Service provider.

Here are a few checks you can make to ensure the problem is not on your end:

Use the correct Mail Client settings:

> Incoming mail server (POP3/IMAP server): mail.yourdomain.com
> Outgoing mail server (SMTP server): mail.yourdomain.com
> Username: the full e-mail address like email@yourdomain.com
> SMTP authentication must be enabled for the login to be successful.
> IMPORTANT: Please do not use secure authentication to your mail server.

The most common mistake is to leave My SMTP server requires authentication checkbox unchecked. This option should always be enabled since most mail servers require such authentication.