w10install/tools/list-apps.cmd
Michael H.G. Schmidt dd1817170a .
2023-01-01 17:49:33 +01:00

5 lines
119 B
Batchfile

@echo off
powershell -command "Get-AppxPackage | Select Name, PackageFullName, Architecture |Format-Table -AutoSize"