w10install/tools/list-apps.cmd

5 lines
119 B
Batchfile
Raw Permalink Normal View History

2023-01-01 17:49:33 +01:00
@echo off
powershell -command "Get-AppxPackage | Select Name, PackageFullName, Architecture |Format-Table -AutoSize"