PackMyPayload icon indicating copy to clipboard operation
PackMyPayload copied to clipboard

[bug] Get rid of wmic in obtaining assigned volume letters for VHD. It's not present on Win11

Open mgeeky opened this issue 3 years ago • 0 comments

This piece is to be reworked:

https://github.com/mgeeky/PackMyPayload/blob/master/lib/packager.py#L455

            out = Packager.shell('wmic LOGICALDISK LIST BRIEF /format:csv')

Leaving as a note to myself.

mgeeky avatar Feb 12 '22 12:02 mgeeky