Not able to open drives on hard disk by double click
A lot of virus creates an autorun.inf file at the root of your local drives and USB flash drive. The reason for this is when you open My Computer and tries to access a drive, it will run the virus to infect your computer. Very often anti-virus is able to remove executable virus from system but not autorun.inf. This is because autorun.inf that’s located at the root of your drive is only an instruction file that tells Windows what to automatically run when you access the drive from My Computer.
So even after the virus being cleaned, you’ll find that you’re unable to access your C drive from My Computer. Some people double click C drive, a search window will appear. For some, it’d say that it cannot find the script or file to run. Most common of all, when double click C drive, it gives you an option to choose a program to open.
For computer experts, one look and they’ll know they had to remove the autorun.inf file from C drive. Usually the autorun.inf cannot be easily deleted because it has system, read-only, and hidden file attribute. You can go to command prompt to remove the file attributes and then delete it. Sounds easy for an advance computer user but might be tough for a novice. Here’s how to easily double clicking C drive at My Computer and not opening problem.
Follow the set of commands below to show and delete the autorun.inf
1. Open Start>>Run and type cmd and press enter. This will open a command prompt window. On this command prompt window type the following steps.
2. type cd\
3. type attrib -r -h -s autorun.inf
4. type del autorun.inf
5. now type d: and press enter for d: drive partition. Now repeat steps 3 and 4. Similarly repeat step 5 for all your hard disk partition.
Restart your system and your trouble will be fixed.
if still problem
then
try follow step
1. start---> RUN
2. type regedit hit enter
3 press ctrl+f
4 type "mountpoints2"
in serach bar..
and delete the complet folder of "mountpoints2".
and then closed registry
yur drive now open
0 comments:
Post a Comment