PowerShell: Show Hidden Files

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 Properties, Attributes, Permission

Microsoft Windows File Alias, Juncture