DELETING THE AUTORUN VIRUS FROM WINDOWS OS COMPLETELY:
1.Launch the RUN dialogue box by pressing win + r , then type cmd .
In the command prompt type the below commands one by one
attrib -h -r -s /s/d g:*.*
replace the g with the drive name of your usb path.
here h denotes hidden files, r is for read only files and s for system. -h -r -s are used for making them to remove those properties. /s is to process all files and /d is to process all folders as well.*.* denotes all files with any extension.
you simply change the letter g to your usb drive letter and run the above highlighted command and then run the below command :
drive name:\\ del autorun.inf
drive name:\\ del *.lnk
replace drive name with your usb drive letter .
2.Install & Run Newly Updated AntiVirus
1.Launch the RUN dialogue box by pressing win + r , then type cmd .
In the command prompt type the below commands one by one
attrib -h -r -s /s/d g:*.*
replace the g with the drive name of your usb path.
here h denotes hidden files, r is for read only files and s for system. -h -r -s are used for making them to remove those properties. /s is to process all files and /d is to process all folders as well.*.* denotes all files with any extension.
you simply change the letter g to your usb drive letter and run the above highlighted command and then run the below command :
drive name:\\ del autorun.inf
drive name:\\ del *.lnk
replace drive name with your usb drive letter .
2.Install & Run Newly Updated AntiVirus


