I have many pen drives all affected by some virus that hides all files. I have to use
attrib -h -s "filename"
command to unhide files in my pen drive on windows XP.However There are thousands of folders which are hidden and going through this process is a nightmare.
Is there any command that can unhide ALL FOLDERS at once??
ps: trying to unhide using windows GUI (right click pen drive>properties) doesnt work as Hidden attribute is greyed out.
Please help...
1)
First of all Talkin about the Hidden Commands that you mentionedattrib -r -s -h "Filename"
r : Read onlys: System File
h: Hidden
The above Commands can be used as
attrib -r -s -h *.*
it will unhide all the Extensions [file format] present in
2)
If you Still Not Able to see the Folders Have a copy of WinRar . Browse to the VeryDrive letter . Now You can easily See those Folder names .
Well this Works !! Yup :)
If You Dont Want To Change The attributes of Individual Folder , You have the
priveleges in Winrar TO Copy the Stuffs .
Copy And Save it Apart :)
... open any windows folder with explorer ... click tools (tab) then "folder options" then "view" (tab)
... Check "show hidden files and folders" ... Apply
... now you see them!
**************************************************
Attrib /? [press enter] ... /S .../D.
Angel Decoy
... there is logic to this madness!
http://img132.imageshack.us/img132/...
Grrrrrrrrrrrrrrrrrrrrrrrrrrr... .im
It`s a Virus Infected Drive ,Not a Hidden File ones .[As his Question Speaks]
may be the best way is
for /r %%x in (%1) do attrib "%%x" %2
