CODE: [Copy to clipboard]@echo off cd /d %~d0 for /f "delims=" %%N in ('dir /ad /b /s') do attrib -s -h "%%N" echo 现在文件夹可以显示了 pause>nul