Windows でインストール済のプログラム一覧を出力する
#Windows #Powershell
code:pwsh
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Sort-Object -Property DisplayName
winget でインストールしたもの以外も出力される
code:pwsh
winget list