[Quote]

    bnn17
  • 24171
  • Longevity: 4 years 11 months
  • Posts: 41
  • REPUTATION:0

    [+] [-]
Мини справка по wimlib-imagex.exe
может кому пригодиться
1. список файлов в wim файле
wimlib-imagex.exe dir boot.wim 2 > listdir.txt
2. устанавливаем Windows ToGo на VHD S:
wimlib-imagex.exe apply E:\sources\install.wim 1 S:
3. захватываем диск (S:), с установленной Windows 10x64 в WIM-образ.
wimlib-imagex.exe capture S: d:\Win10x64.wim "Windows 10x64" /compress maximum
4. удаляем папки и файлы в WIM файле по списку и очищаем пакет
wimlib-imagex.exe update boot.wim 2 < filedel.txt
wimlib-imagex.exe optimize boot.wim --recompress
формат текстового файла filedel.txt
delete --force --recursive "\$Recycle.Bin"
delete --force --recursive "\ Документы и настройки"
delete --force --recursive "\PerfLogs"
delete --force "\autoexec.bat "
delete --force "\Windows\bfsvc.exe""
5. извлекаем файлы из WIM файла по списку
wimlib-imagex.exe extract install.wim 1 @files.txt
формат текстового файла files.txt
\Windows\System32\*.*
\Windows\System32\??-??\*.*
\Windows\System32\en-US\*.*

Page 7 of 7


Display posts:    

Current time is: 15-Mar 08:08

All times are UTC + 3


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum