Windows to show hidden files

The instructions on the look of them txt file, and then name suffix .cmd either run.

for /f "delims=?" %%a in ('dir /a /b') do attrib -a -s -h -r "%%a"
  @echo off
  pause>nul
  exit

After running will be hidden in the U disk or individual file is hidden, you can not remove the hidden use when cutting from the property. When using the .cmd file in the directory and then start

-------------------------------------------------------------------------------------------------------------------------

If we have two hidden files

After the form is hidden, we speak copy and paste the above instructions to txt file them, and then changed the name suffix ".txt"

In the double-click operation, the file can be restored

Guess you like

Origin www.cnblogs.com/ilyar1015/p/11390211.html