Summary: Boe Prox shows how to use Windows PowerShell to display hidden files.
How can I use Windows PowerShell to display hidden files and folders?
There are a couple of approaches that use Get-ChildItem:
- Get-ChildItem –Hidden
- Get-ChildItem –Attributes H