PowerShell: Show Hidden File

By Xah Lee. Date: .

Force show hidden files, system files, read-only files

Get-ChildItem -Force

Show also hidden and system files.

Get-ChildItem -Hidden

Show only Hidden files.

Get-ChildItem -System

Show only system files and dirs.

Get-ChildItem -ReadOnly

Show only ReadOnly files.

PowerShell: File Attributes

Microsoft Windows File Alias, Juncture