Saturday, June 26, 2010

Win 32 "Generic Host Process" Error

Lot of time we find that internet does not work in our computer after one or two minutes. If we set regedit in our computer as follow problem from computer will be removed.

Start>Run>regedit Press enter


In following path there will be "TransportBindName"="\Device" and "EnableDCOM"="Y". We have to change it as shown below

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"TransportBindName"=""



[HKEY_LOCAL_MACHINE\SOFTWARE\MicroSoft\Ole]
"EnableDCOM"="N"

Problem :- After above setting our lan system of computer will not work. If you do not know about regedit function you can download below file and Press "Y" during it's running.

You can also check above files open with in Notepad. Problem regarding Hidden System file and Hidden Folder Option are also can be removed with the above files.

Friday, June 25, 2010

Delete autorun.inf file from pen drive or Partition

Friends


To delete autorun.inf file from Any Pen Drive or Any Partition, you have to take steps as given under:-
  • First of all, restart your computer in Safe Mode.
  • then , click on Start>run
  • type cmd
  • press enter
  • select your computer drive or path of pen drive. i.e. d: or e: or f: etc.
  • Now, Type ATTRIB -H -R -S AUTORUN.INF
  • Press enter
  • Now, Type del autorun.inf
  • Press enter
  • if you receive message that 1 file has been deleted then you are free.
  • autorun.inf file has been removed from your pen drive or partition.
Thanks