Showing posts with label virus problem. Show all posts
Showing posts with label virus problem. Show all posts

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

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.

Note: For all those who are not able to correct this problem, after following the above procedure can use a tool called Ravmon Virus Killer, download it from here

Post comment here

In most of the cases, even if the virus is been already removed by your anti-virus program, it doesn’t restore the registry back to the original state. Also anti-virus usually does not delete the registry entry created by the virus.

For restoring the registry settings,follow the steps given below

Enable folder option in explorer

1. Go to Start > RUN

2. Type regedit and press enter.

3. Go to HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Policies > Explorer

4. On the right side of the screen, you can see some registry entry names, out of them, right-click on NoFolderOptions and click Modify option.

5. A new small screen pops up, on this screen, sen the value data field as 0 (zero).Press OK.

That’s it but it requires reboot.

If you don’t want to play with the registry yourself ,you can also download the registry file and double click it to add it to the registry.

Post comment here

Problem:

It is due to some kind of virus/ trojan activity which normally disables the task manager.Now due to this problem when ever the user press alt+ctrl+del to launch window task manager it gives an error saying “Task Manager is being disabled by your administrator”.

Solution:

To Enable the Disabled Task Manager on your system

1. Press window key+r to show run prompt

2. Follow the following steps

  1. Enter gpedit.msc in the run prompt and click OK
  2. In the Group Policy settings window
  3. Select User Configuration
  4. Select Administrative Templates
  5. Select System
  6. Select Ctrl+Alt+Delete options
  7. Select Remove Task Manager
  8. Double-click the Remove Task Manager option’.
  9. Set the property of this item as disabled.

For Those who use Windows XP Home Editioncan use the registry to enable Task Manager

1. open start >> run and type regedit

2. Navigate to the following path:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

3. You will find a registry key with name DisableTaskMgr of type: REG_DWORD

4. Double click the key with and set the Value to 0

5. Exit the registry and restart to see the effect

Post comment here