I can't open my partions

Closed
baz - Feb 4, 2009 at 08:06 AM
xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Feb 4, 2009 at 12:44 PM
Hello,
i have a problem . i downloaded some clips . i think it was autorun virus . it prevented the partions to be opened . just explore only works.so i downloaded autorun antivirus and removed it but i think some files from the window system were removed and it still doesn't open. it needs to be formated again. but it contains a lot of things i need so i can't format partions so what can i do to complete my windows and open partions without formatting it.
thank u

1 response

xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 1,826
Feb 4, 2009 at 12:44 PM
Virus trouble

Sometimes it happens in windows XP that you are not able to open drives on your hard disk. When you double click on the drives icons or right click on the drive>>explore in My computer ,the drive does not open.

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

But don't worry this is not a big trouble it can be fixed easily.

Fix:

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.

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

if you have a D drive then
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.
0