Command to unhide folders

for /f "tokens=* delims=" %i in ('dir /b/ad *') do attrib -h -s -r -a "%i" /s /d

0 comments:

Post a Comment