Deleting Autorun.inf which causes ‘Open with’ when Double clickling Hard Drives like C:\ D:\
Many of the people are getting this problem “Open with” when Opening their hard drives (c:/,d:/,e:/ or more) by double clicking.
This is happening because of Autorun.inf file which is getting into hard drives through a virus or Trojan.However bitdefender and some Anti virus software will detect them easily but they miss them in some times.
Here is the Complete guide on how to remove Autorun.inf which causes “open with” problem
1.go to command prompt through Run (Win key+R) > type cmd
2.may be you are in your user folder now then use cd.. command until you get C:/>
Write Down this :
C:/>attrib -r -s -h autorun.inf
C:/>del autorun.inf
C:/>d:
D:/>attrib -r -s -h autorun.inf
D:/>del autorun.inf
D:/>e:
E:/>attrib -r -s -h autorun.inf
E:/>del autorun.inf
Do this for all drives.after and Restart PC.
Category: Troubleshooting

