Tuesday, January 19, 2010

outlook express is getting disconnected after sending/reciving

Issue: Outlook express is getting disconnected after sending/receiving

Software: Outlook, Outlook Express

OS: Any

Solution: Go to Tools/option and there go to connection Tab

Uncheck the option which says Hang up after sending and Recieveing

Click on Apply and than okay. and Try again.




Saturday, January 9, 2010

How to Start windows installer service in safe mode

Operating System: Windows XP, Windows Vista, Windows 7

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.

Solution:

First in Safe mode only

Click on start/run and in the open box type the following commands

1. REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"

2. net start msiserver

Safe Mode with Network:

Click on start/run and in the open box type the following commands

1. REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"

2. net start msiserver

Error 1084: This service cannot be started in Safe Mode

Symptoms: When you are getting this error message in normal mode with lot's of services which do not run in normal mode

Operating system: Windows XP, Windows Vista, Windows 7

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.

Solution: Click on start/run and in the open box type "regedit" and than click okay.
Browse to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Option
change "OptionValue" to if present
"OptionValue"=dword:00000000
and restart the computer.