Windows Registry Editor Version 5.0002[HKEY_LOCAL_ MACHINE \SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]03″CheckedValue”=dword:00000001
2、将新建文本的文件后缀改为.reg。
3、双击打开reg文件。
4、然后新建第二个文本文件,在文件中输入
for /f “delims=” %%i in (‘dir /ah /s/b’) do attrib “%%i” -s -h