Sunday, September 13, 2009

Generic host process for win 32 services



If u are getting the error which shown in the image above. here is a easy method to solve it follow the procedure

1. Copy the code which is in bold given below

@ECHO off

Echo Coded by http://hubpages.com/profile/rancidTaste

reg add HKLM\SYSTEM\CurrentControlSet\Services\netbt\parameters /v TransportBindName /t REG_SZ /d "" /f

reg add HKLM\Software\Microsoft\OLE /v EnableDCOM /t REG_SZ /d "N" /f

Echo Coded by http://hubpages.com/profile/rancidTaste

Echo Generic Host Error Problem Is Fixed, Press any key to continue

2. Now Open the notepad by clicking run --> notepad and press enter. Then u will find the notepad.

3. Paste the Code which u have copied.

4. Save the file as GenericHostErrorProblem.bat and close it.

5. Now u will find an MS DOS icon command with the file name GenericHostErrorProblem.

6. Double-click on GenericHostErrorProblem.bat and run it.

7. After Fixing or removing the errors, it will ask u to press any key to finish..... now press any key. The problem is sloved.

surveys