You can fix generic host for win32 and svchost.exe error with this script:
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
save the script in a bat file. it looks like this:
@ECHO off
ECHO Generic Host Error Removal Tool
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 Problem Fixed, press any key to continue
pause
you can name the file as you like ( fix.bat, fixgen.bat)
Incoming search terms for the article:
- a bat fixgen
- GENERIC HOST WIN32 BATCH FILE FREE DOWNLOAD
Related Posts with Fix Generic Host for win32 and svchost.exe error
Leave a comment for "Fix Generic Host for win32 and svchost.exe error"!
RECENT POSTS

