5 lines
119 B
Batchfile
5 lines
119 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
powershell -command "Get-AppxPackage | Select Name, PackageFullName, Architecture |Format-Table -AutoSize"
|
||
|
|