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

PowerTip: Use PowerShell to Show Hidden Files

$
0
0

Summary: Use Windows PowerShell to display only hidden files.

Hey, Scripting Guy! Question How can I see hidden files by using Windows PowerShell 4.0?

Hey, Scripting Guy! Answer Use the Get-ChildItem cmdlet, and add the –Hidden and the –File switches:

Get-ChildItem -Hidden -File


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>