Contents

Monday, August 30, 2010

Sydney Test Contravarsy (January 2 to January 6, 2008)

The Second Test in the Indian cricket team's tour of Australia for the 2007–08 summer was a controversial Test cricket match played over five days at the Sydney Cricket Ground from January 2 to January 6, 2008. Australia won the match by 122 runs with minutes to spare at the end of the fifth day. Here is the full coverage of the incidents and reactions of the two teams.

 

Sunday, August 22, 2010

How to Fix Generic Host Process for WIn32 Services Error?


This how the error box looks in Windows XP Service Pack 2

      From few days, I was getting an error after connecting to the LAN connection or Broadband connection as shown in the above image. After getting this error, the browser gets hanged on the same page and I was unable neither to close the application nor to move on. Surprisingly, the BitTorrent (a torrent software) application was looking unaware of this problem and working fluently.
     I was aware that this problem must be faced by other people also. So I searched it on the Google and get some webpages about how to fix it. Following is the batch file (a batch file is a text file containing a series of commands) to overcome this problem


 Series of Commands in this file -


@ECHO off
ECHO Generic Host Error Removal Tool By Trouble Fixers (www.troublefixers.com)
REM script created by: www.troublefixers.com
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

REM Following commands can be used to reset the above modified registry values to their default value
REM reg add HKLM\SYSTEM\CurrentControlSet\Services\netbt\parameters /v TransportBindName /t REG_SZ /d "\Device\" /f
REM reg add HKLM\Software\Microsoft\OLE /v EnableDCOM /t REG_SZ /d "Y" /f

ECHO Visit Www.troublefixers.com for more help
Echo Problem Fixed, press any key to continue
pause

 If you have the basic knowledge of Computing, you can make the batch file on your computer having .bat extension and just run by double clicking it. Otherwise I have brought a link from web to download the batch file named as GHremoval.bat.
Link-  
http://www.mediafire.com/?jyjyhywwzqh

Websource -

http://www.cyberinfospace.com/applications/3551-generic-host-process-removal-tool.html

http://www.troublefixers.com/


Another Webpages that may do the job for you (but it failed for me) are -

http://support.microsoft.com/kb/821690

http://hubpages.com/hub/How-to-Fix-Generic-Host-Process-For-Win32-Services-Encountered-A-Problem-and-needs-to-close


http://techblissonline.com/generic-host-process-for-win32-services-error/


http://www.techzilo.com/fix-generic-host-win32-svchost/