PowerShell 現在いるフォルダを開く方法

環境
Windows 11 Pro 64bit
powershell

操作方法
現在いるフォルダを開くには、以下のコマンドを実行します。
> ii .
> start .
Invoke-Item .

PowerShell

Posted by arkgame