Page 1 of 1

Can't Set Name/Description

Posted: Tue Oct 03, 2023 3:30 am
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 ??

Re: Can't Set Name/Description

Posted: Sat Oct 07, 2023 9:09 pm
by synchronicity
You can use the following options:

Code: Select all

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