PowerShell Get-ChildItemコマンドで隠しファイルを含むファイル一覧を表示する

環境
Windows 11 pro 64bit
PowerShell

構文
Get-ChildItemコマンドで隠しファイルを含むファイル一覧を表示するには、「-Force」オプションを使います。

操作方法
1.PowerShellを起動します。

2.下記コマンドを入力して、Enterキーを押します
PS C:\> Get-ChildItem -Force

3.PowerShellに隠しファイルを含むファイル一覧を表示します。

PowerShell

Posted by arkgame