Generic Host Process for Win32 Services internet shutdown

General discussion related to Cable Modems, DSL, Wireless, Fiber, Mobile Networks, Wireless ISPs, Satellite, or any other type of high-speed Internet connection, general issues and questions here. Review and discuss ISPs as well (AT&T / SBC, BellSouth, Bright House, CableOne, Charter, Comcast, Covad, Cox, Cablevision / Optimum Online, TMobile, Verizon FIOS, Shaw, Telus, Starlink, etc.)
Post Reply
magus1992

Generic Host Process for Win32 Services internet shutdown

Post by magus1992 »

My friend's computer keeps getting the error "Generic Host Process for Win32 Services has encountered a problem and must shut down etc." There is no problem when this is closed until later when the GUI reverts to windows classic for a period of time and reverts to Luna. Once this happens, any attempt to use the Internet fails until the computer is rebooted.
neha_10
New Member
Posts: 2
Joined: Sat Oct 31, 2009 3:50 am

try this...it just worked for me

Post by neha_10 »

magus1992 wrote:My friend's computer keeps getting the error "Generic Host Process for Win32 Services has encountered a problem and must shut down etc." There is no problem when this is closed until later when the GUI reverts to windows classic for a period of time and reverts to Luna. Once this happens, any attempt to use the Internet fails until the computer is rebooted.
1.Copy the content written 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

pause
2. Open a notepad and paste the above copied content to the notepad.
3. Save the file as GenericHostErrorProblem.bat and close it.
4. Double-click on GenericHostErrorProblem.bat and run it.
5. After fixing or removing the errors, it will ask you to press any key to finish.
6. Press any key and that's all to fix the problem Generic Host Process For Win32 Services Encountered A Problem and needs to close.
User avatar
akbarri
Posts: 935
Joined: Tue Dec 30, 2008 4:21 pm
Location: Caterpillar Inc

Post by akbarri »

Solution# 1:
Go to 'Run' and open 'Regedit'
Navigate to:
HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Browser > Parameters
Find the Key
Name: IsDomainMaster
and set
Data: False
Restart Your PC
Solution# 2:
Go to 'Run' and open 'cmd'
Type 'netsh' in command console then press enter
Then type 'winsock' and press enter and then type 'reset'
Restart Your PC
Solution# 3:
Get the LspFix (http://cexx.org/lspfix.htm) and follow the steps as directed
Solution# 4:
Get the Microsoft Update Patch ( http://support.microsoft.com/kb/894391 ) and apply it
thx to "Saad Hamid"

# OS: Windows, Linux # Browser: Blink, Gecko, Presto, Webkit + Squid + Bind
Post Reply