microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
110.07k stars 6.48k forks source link

integration of DISM info #9055

Open Karl-WE opened 3 years ago

Karl-WE commented 3 years ago

status quo: Gathering information from CAB or DISM files using dism is not very comfortable because of the syntax. Especially if you often have to deal with WIM, CAB or ESD files such as people assigned to roles or tasks making the enterprise or home to StayCurrent in manner of SaaS.

feature request: integrate DISM info into Powertoys

There is this code snippet, which I hope you can include into Powertoys with the permission of the original creator, similar as you did with ImageResizer

https://pastebin.com/MuAZGUyj

legal requirements: ask the owner

technical requirements: none I can think of, MSI / MSIX setup can integrate Regkeys and also remove them safely with the package.


If you'd like to see this feature implemented, add a 👍 reaction to this post.

htcfreek commented 3 years ago

Can you explain a bit more what this diam info do for you:

Karl-WE commented 3 years ago

Example output of a 20H2 install.esd (uses system locale, here de-de)

`E:\sources\install.esd

Tool zur Imageverwaltung für die Bereitstellung Version: 10.0.21286.1000

Details für Abbild: "E:\sources\install.esd"

Index: "1" Name: "Windows 10 Home" Beschreibung: "Windows 10 Home" Größe: 15.601.916.174 Bytes WIM startbar: Nein Architektur: x64 Hal: acpiapic Version: 10.0.19041 Service Pack-Build: 572 Service Pack-Nummer: 0 Edition: Core Installation: Client Produkttyp: WinNT Produktsuite: Terminal Server Systemstamm: WINDOWS Verzeichnisse: 24427 Dateien: 96685 Erstellt: 09.10.2020 - 22:00:03 Geändert: 20.10.2020 - 20:08:06 Sprachen: de-DE (Standard)

Der Vorgang wurde erfolgreich beendet.

Tool zur Imageverwaltung für die Bereitstellung Version: 10.0.21286.1000

Details für Abbild: "E:\sources\install.esd"

Index: "2" Name: "Windows 10 Home N" Beschreibung: "Windows 10 Home N" Größe: 14.829.810.001 Bytes WIM startbar: Nein Architektur: x64 Hal: acpiapic Version: 10.0.19041 Service Pack-Build: 572 Service Pack-Nummer: 0 Edition: CoreN Installation: Client Produkttyp: WinNT Produktsuite: Terminal Server Systemstamm: WINDOWS Verzeichnisse: 23620 Dateien: 91696 Erstellt: 09.10.2020 - 21:56:45 Geändert: 20.10.2020 - 20:08:06 Sprachen: de-DE (Standard)

Der Vorgang wurde erfolgreich beendet.

Tool zur Imageverwaltung für die Bereitstellung Version: 10.0.21286.1000

Details für Abbild: "E:\sources\install.esd"

Index: "3" Name: "Windows 10 Education" Beschreibung: "Windows 10 Education" Größe: 15.858.578.905 Bytes WIM startbar: Nein Architektur: x64 Hal: acpiapic Version: 10.0.19041 Service Pack-Build: 572 Service Pack-Nummer: 0 Edition: Education Installation: Client Produkttyp: WinNT Produktsuite: Terminal Server Systemstamm: WINDOWS Verzeichnisse: 24629 Dateien: 97856 Erstellt: 09.10.2020 - 22:06:48 Geändert: 20.10.2020 - 20:08:07 Sprachen: de-DE (Standard)

Der Vorgang wurde erfolgreich beendet.

Tool zur Imageverwaltung für die Bereitstellung Version: 10.0.21286.1000

Details für Abbild: "E:\sources\install.esd"

Index: "4" Name: "Windows 10 Education N" Beschreibung: "Windows 10 Education N" Größe: 15.084.101.088 Bytes WIM startbar: Nein Architektur: x64 Hal: acpiapic Version: 10.0.19041 Service Pack-Build: 572 Service Pack-Nummer: 0 Edition: EducationN Installation: Client Produkttyp: WinNT Produktsuite: Terminal Server Systemstamm: WINDOWS Verzeichnisse: 23822 Dateien: 93013 Erstellt: 09.10.2020 - 22:07:22 Geändert: 20.10.2020 - 20:08:08 Sprachen: de-DE (Standard)

Der Vorgang wurde erfolgreich beendet.

Tool zur Imageverwaltung für die Bereitstellung Version: 10.0.21286.1000

Details für Abbild: "E:\sources\install.esd"

Index: "5" Name: "Windows 10 Pro" Beschreibung: "Windows 10 Pro" Größe: 15.857.986.820 Bytes WIM startbar: Nein Architektur: x64 Hal: acpiapic Version: 10.0.19041 Service Pack-Build: 572 Service Pack-Nummer: 0 Edition: Professional Installation: Client Produkttyp: WinNT Produktsuite: Terminal Server Systemstamm: WINDOWS Verzeichnisse: 24629 Dateien: 97853 Erstellt: 09.10.2020 - 21:59:36 Geändert: 20.10.2020 - 20:08:08 Sprachen: de-DE (Standard)

Der Vorgang wurde erfolgreich beendet.

Tool zur Imageverwaltung für die Bereitstellung Version: 10.0.21286.1000

Details für Abbild: "E:\sources\install.esd"

Index: "6" Name: "Windows 10 Pro N" Beschreibung: "Windows 10 Pro N" Größe: 15.083.480.468 Bytes WIM startbar: Nein Architektur: x64 Hal: acpiapic Version: 10.0.19041 Service Pack-Build: 572 Service Pack-Nummer: 0 Edition: ProfessionalN Installation: Client Produkttyp: WinNT Produktsuite: Terminal Server Systemstamm: WINDOWS Verzeichnisse: 23822 Dateien: 93009 Erstellt: 09.10.2020 - 21:58:25 Geändert: 20.10.2020 - 20:08:09 Sprachen: de-DE (Standard)

Der Vorgang wurde erfolgreich beendet.`