Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Hidden Files

$
0
0

Summary:  Use Windows PowerShell to find hidden files.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see all hidden and system files when I look for files?

Hey, Scripting Guy! Answer Use the –Force parameter when you type the command, for example:

Get-ChildItem -Path c: -Force


Viewing all articles
Browse latest Browse all 3333

Trending Articles