Without antivirous remove virous command

Closed
withouth format computer - Jul 10, 2009 at 10:47 PM
 Blocked Profile - Jul 11, 2009 at 05:20 AM
Hello,
Related:

1 response

Blocked Profile
Jul 11, 2009 at 05:20 AM
hi,

go to command prompt

type the drive letter you need to check, c:,b for example and press enter.

you will see a list of files in the drive, autorun.inf, for example.

if you find attributes like S H R, it means you will not be able to delete it.

you need to change the attribute to -S -H -R.

for this, type attrib -S -H -R autorun.inf and press enter.

type attrib to check the attribute again to see if they have been changed.

type del autorun.inf to delete the file.

if it cannot be deleted, go to task manager and see if the process is still running, if so Kill it and then try again in command prompt.
2