How I unhide mutiple folders after a cleints Win32./Vobfus.NN infection

Here is a link to more info on the Malware Vobfus.NN

I created the following batch file.

for /F "tokens=*" %%a in ('dir /ad/b') do attrib -h -s -r "%%a"
attrib *.doc -s -h
attrib *.pdf -s -h
attrib *.avi -s -h
attrib *.jpg -s -h
attrib *.png -s -h
attrib *.txt -s -h
attrib *.dwg -s -h
attrib *.dgn -s -h
attrib *.psd -s -h
attrib *.in -s -h
attrib *.docx -s -h
attrib *.xlsx -s -h
attrib *.ppt -s -h
attrib *.pptx -s -h