Can't Set Name/Description

Comments, questions, bug reports, etc.
Post Reply
pixojat552
Posts: 7
Joined: Tue Oct 03, 2023 3:23 am

Can't Set Name/Description

Post by pixojat552 »

To set the NAME/DESCRIPTION, I used the command wimlib-imagex info C:\captured.wim 1 DESKTOP COMPUTER. Command was successful but then when I used Dism /Get-ImageInfo /ImageFile: to check, it says the NAME/DESCRIPTION is Windows 10 Home. I went back and used wimlib-imagex info C:\captured.wim and found out theres a NAME /DESCRIPTION and a DISPLAY NAME / DISPLAY DESCRIPTION. How do I fix this ? How do I change the actual DISPLAY parts ??
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: Can't Set Name/Description

Post by synchronicity »

You can use the following options:

Code: Select all

--image-property DISPLAYNAME=name --image-property DISPLAYDESCRIPTION=description
Post Reply