6 lines
83 B
Batchfile
6 lines
83 B
Batchfile
@echo off
|
|
set MNT=c:\TEMP\WIM
|
|
|
|
dism /Image:%MNT% /Get-Packages /Format:Table
|
|
|