Hackills Studios
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Unable To Open Hard Drives By Double Clicking and Right Clicking

Go down

Unable To Open Hard Drives By Double Clicking and Right Clicking Empty Unable To Open Hard Drives By Double Clicking and Right Clicking

Post by Admin 7th June 2009, 8:38 am

This problem is generally caused by most of the viruses which infect windows XP system. They block or restrict your access to any of the drives.

Normally when a virus infects a windows system which causes a drive opening problem, it automatically creates a file named autorun.inf in the root directory of each drive.

This autorun.inf file is a read only ,hidden and a system file and the folder option is also disabled by the virus. This is deliberately done by the virus in order to protect itself. autorun.inf initiates all the activities that the virus performs when you try to open any drive.

You have to just delete this file and restart your system to correct this problem.

In order to delete this autorun.inf file created by the virus, follow the below steps.

Start-->Run--> Type Cmd -->Click Ok

Type the below words exactly as they appear.

at c:\ prompt

Now Press Enter.

Type the below words exactly as they appear.

attrib a*.inf -h -a -s -r

Now Press Enter.

Type the below words exactly as they appear.

del autorun.inf

Note : Then Change the Drive Letter C,D,E,F,G etc and repeat the Same Process..

Here is a simple code to remove autorun.inf:

Copy the text below:

cd\
c:
attrib -r -s -h autorun.inf
del autorun.inf
d:
attrib -r -s -h autorun.inf
del autorun.inf
e:
attrib -r -s -h autorun.inf
del autorun.inf
f:
attrib -r -s -h autorun.inf
del autorun.inf
g:
attrib -r -s -h autorun.inf
del autorun.inf
h:
attrib -r -s -h autorun.inf
del autorun.inf
i:
attrib -r -s -h autorun.inf
del autorun.inf
j:
attrib -r -s -h autorun.inf
del autorun.inf
k:
attrib -r -s -h autorun.inf
del autorun.inf
l:
attrib -r -s -h autorun.inf
del autorun.inf
m:
attrib -r -s -h autorun.inf
del autorun.inf
n:
attrib -r -s -h autorun.inf
del autorun.inf
o:
attrib -r -s -h autorun.inf
del autorun.inf
p:
attrib -r -s -h autorun.inf
del autorun.inf
q:
attrib -r -s -h autorun.inf
del autorun.inf
r:
attrib -r -s -h autorun.inf
del autorun.inf
s:
attrib -r -s -h autorun.inf
del autorun.inf

Paste this in a NOTEPAD file, then save the notepad file as : "file.bat" and then run.
Admin
Admin
Administrator
Administrator

Posts : 262
Join date : 2009-06-02
Location : Hackills City

http://www.hackills.tk

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum