Avance Zone

Technical Experts Zone Blogs

Remove Autorun.inf and IQOSRTK.BAT virus like files from most of drives.

Remove Autorun.inf and IQOSRTK.BAT virus files from most of drives.
Below script used to delete the virus like files from your system. Please Try at your own risk.

Save the below as “Clean autorun virus.bat”  Download here : Clean autorun virus

c:
attrib -r -h -s autorun.inf
del autorun.inf
d:
attrib -r -h -s autorun.inf
del autorun.inf
e:
attrib -r -h -s autorun.inf
del autorun.inf
f:
attrib -r -h -s autorun.inf
del autorun.inf
g:
attrib -r -h -s autorun.inf
del autorun.inf
h:
attrib -r -h -s autorun.inf
del autorun.inf
c:
attrib -r -h -s iqosrtk.bat
del iqosrtk.bat
d:
attrib -r -h -s iqosrtk.bat
del iqosrtk.bat
e:
attrib -r -h -s iqosrtk.bat
del iqosrtk.bat
f:
attrib -r -h -s iqosrtk.bat
del iqosrtk.bat
g:
attrib -r -h -s iqosrtk.bat
del iqosrtk.bat
h:
attrib -r -h -s iqosrtk.bat
del iqosrtk.bat

Kill tasks dos command line – Windows

Kill tasks dos command line – Windows

Type “cmd” in Run To reach cpommand prompt in windows

To view all tasks or process                          tasklist

To kill a task or process                                taskkill /pid

Type       tasklist/?            To list all command and attributes .

|