Questions add file in wim

Comments, questions, bug reports, etc.
Post Reply
Mohammad Adeeb Rana
Posts: 1
Joined: Sun Feb 09, 2020 2:21 am

Questions add file in wim

Post by Mohammad Adeeb Rana »

Sir Please Kindly help me
I Want to Add A New Files Which Name (Adeeb. Txt) in boot.wim/2/Windows/system32

Sir Please Send me Its Complete Command.
chungy
Posts: 30
Joined: Mon Feb 15, 2016 3:40 am

Re: Questions add file in wim

Post by chungy »

You can use wimupdate like so:

Code: Select all

wimupdate [wimfile] [ImageIndex] --command="add Adeeb.txt /Windows/System32/Adeeb.txt"
Post Reply