Run the command prompt by going to start and type cmd on the search programs and files.
Select the virus affected drive
(drivename: )
examples
C:
J:
F:
D:
E:
type attrib -s -h *.* /s /d then press enter
type dir
the dir command shows you the content of the drive
check if there is an unusual .exe file
if there's an autorun.inf file rename it
(rename filename.extension newfilename )
by doing the following steps you can now acces the drive without affecting the virus
Go to my computer
Select the drive
Delete the harmful files
*you can also delete the harmful files using command prompt
( type del filename)
Select the virus affected drive
(drivename: )
examples
C:
J:
F:
D:
E:
type attrib -s -h *.* /s /d then press enter
type dir
the dir command shows you the content of the drive
check if there is an unusual .exe file
if there's an autorun.inf file rename it
(rename filename.extension newfilename )
by doing the following steps you can now acces the drive without affecting the virus
Go to my computer
Select the drive
Delete the harmful files
*you can also delete the harmful files using command prompt
( type del filename)
Thanks