Results 1 to 3 of 3

Thread: Generic Host Process WIN32 Virus

  1. #1
    Rocker_'s Avatar
    Rocker_ is offline Senior Member+
    Last Online
    1st November 2011 @ 03:48 PM
    Join Date
    24 Jul 2010
    Location
    ISLAMABAD
    Gender
    Male
    Posts
    196
    Threads
    5
    Credits
    0
    Thanked
    11

    Default Generic Host Process WIN32 Virus

    meray network par Generic host wala virus hay aur kafi tang karta hay , services stop kar daita hay aur restart karnay partay hain system.

    koi soloution ?

  2. #2
    coolcool1227's Avatar
    coolcool1227 is offline Advance Member
    Last Online
    4th March 2022 @ 12:29 AM
    Join Date
    23 May 2009
    Location
    Sialkot
    Gender
    Male
    Posts
    2,219
    Threads
    62
    Credits
    1,575
    Thanked
    139

    Default

    Is coding ko notepad mein copy ker k save as batch file ker lein aur phir is batch file ko run kerein

    @ECHO off
    ECHO Generic Host Error Removal Tool
    reg add HKLM\SYSTEM\CurrentControlSet\Services\netbt\param eters /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\param eters /v TransportBindName /t REG_SZ /d "\Device\" /f
    REM reg add HKLM\Software\Microsoft\OLE /v EnableDCOM /t REG_SZ /d "Y" /f

    Echo Problem Fixed, press any key to continue
    pause




    To undo the above do the same in notepad as mentioned above

    @ECHO OFF

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

    Echo Registry values set to their default values
    pause


    Hope this will help you

  3. #3
    coolcool1227's Avatar
    coolcool1227 is offline Advance Member
    Last Online
    4th March 2022 @ 12:29 AM
    Join Date
    23 May 2009
    Location
    Sialkot
    Gender
    Male
    Posts
    2,219
    Threads
    62
    Credits
    1,575
    Thanked
    139

Similar Threads

  1. Replies: 11
    Last Post: 29th March 2012, 01:05 PM
  2. Generic Host Process for Win32 Services
    By zeeshan_xpk in forum Ask an Expert
    Replies: 4
    Last Post: 17th February 2011, 02:49 AM
  3. Generic Host Process for Win32 Services
    By dbaig in forum Ask an Expert
    Replies: 9
    Last Post: 6th August 2010, 12:59 AM
  4. Generic Host Process for Win32 Services
    By ZEESHAN AZIZ in forum Solved Problems (IT)
    Replies: 4
    Last Post: 8th August 2009, 09:24 PM
  5. Generic Host For Win32 Process Error
    By zeeshan_xpk in forum Ask an Expert
    Replies: 2
    Last Post: 22nd April 2009, 01:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •