PowerShell でちょっとしたコマンドをメモしておく。
コマンド履歴を確認する
(Get-PSReadlineOption).HistorySavePath`
Invoke-Item C:\Users\user\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt
WSL で HSS をマウントする
Get-CimInstance -query "SELECT * from Win32_DiskDrive"`
wsl --mount \\.\PHYSICALDRIVE2 --bare`
wsl --unmount \\.\PHYSICALDRIVE2`