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

No comments:

Post a Comment