2011/12/06

Display Hidden Files at the DOS Prompt

By default, Windows hides files that it deems are system critical. In theory, hiding files keeps them from accidently being modified or deleted through Explorer or by virus.

However, there may be times when you need to display lists of such files, such as for system troubleshooting purposes. To do so, from the DOS prompt, type in one of the following commands:

* Display system files: DIR /AS

* Display hidden files: DIR /AH

* Display files with the system and hidden attributes set: DIR /ASH

No comments:

Post a Comment