You are on page 1of 1

Attrib /S /D -s -h -r

---

> Windows 7/8/10: abra o menu iniciar e digite: "cmd" (sem as aspas).

> Clique com o bot�o direito do mouse (CMD ou Prompt de Comando) e selecione "Rodar
como administrador"

>Ao abrir, verifique qual a letra que seu pendrive est�, ex.: "D:", "E:", etc...

>Na janela do PROMPT estar�:


C:\User\Usu�rio>

>Digite a letra do pendrive: D:, E:, F:, G:, H:, ...

>Aperte ENTER

>Digite o seguinte comando:

ATTRIB -s -r -h /S /D

----
Go to start -> Go to Run -> Type cmd and hit OK -> Right click on Command Prompt
and select �Run as Administrator. You will see command prompt window. Type,

Type G: and press enter

Type attrib -h -s -r -a *.* and press enter

remove autorun virus

This command removes hidden, system, read only and archiv attribute from all the
files in �G� drive. You can also use attrib -h -s -r -a autorun.inf to remove
those attributes only from autorun.inf file.

Now type del autorun.inf and press enter it will delete the file. You can also
manually delete the autorun file.

You might also like