feedback @MSMG Hi this night when working with Toolkit v6.7 on Windows 10 Enterprise 2016 LTSB pt-BR x64 I can see some "things" strange so: when integrating Windows Features & Windows updates all ok when removing Default metro apps association ok when removing all Windows Components ok when removing Windows Advanced Components option 1 (Adobe Flash for Windows) ok when removing Windows Advanced Components option 2 (Microsoft Hiper-v)script warning in Microsoft-one core Hyper-v Hypervisor Package error: 0x80070005 follow with error:5 so I think is better use option 6 in main menu and discard all changes for install wim follow with option (8)Tools\(1)win manager\cleanup after all before delete c:\Toolkit 6.7 I copy log folder to another partition (D:\Home) maybe Toolkit v6.7 have some issues or is me? then my operation is stopped for a while waiting your instructions thanks in advance
Updated the ToolKit to v6.8 Edit: I did forgot to fix the WIM Image Component Cleanup Bug for Windows 7, will fix it in the next version. Changelog v6.8 + Updated ToolKit's Bin Folder with Windows 10 Redstone 2 WADK (v10.0.15042.0) Tools. + Updated the Feature "Remove Default Metro Apps" to Support Windows 10 Redstone 2 (Creators Update) Release Build 15046 Source OS. + Updated the Feature "Remove Windows Components" to Support Windows 10 Redstone 2 (Creators Update) Release Build 15046 Source OS. + Updated the Feature "Remove Windows Components" to Remove Microsoft Biometrics Components for Windows 10 Redstone 2 (Creators Update) Release Build 15046 Source OS.
Did you integrate .NetFX 35 before the Hyper-Removal if yes the Hyper-V removal will give errors on 64-Bit Windows 10 OS's. I had answered this before many times, When I do get time I will cleanup the First Post and Add a FAQ section and also update the Documentation PDF too.
@MSMG thanks for the update to Toolkit v6.8 and also for your fast answer, for my error I ever forget that .NETFX35 is very simple to install after when system already running in machine of production my bad sorry myself forget request FAQ & also update for Documentation PDF I'm have a big sleep now
Feedback I believe that beloved Toolkit need one sub-folder inside item Packs named as Dart, so I think is more easy for user copy correct files there avoiding issues because for a while is unclear find the local correct
In the Download Links Section, I have cleary specified to extract the folder inside the archive to packs folder.
@all users yesterday I was working with Toolkit V6.8 and I make one big mistake (without sleep) so I don't can remove in none manner the folder C:\Toolkit-v6.8 for start again then I think in extreme alternative starting Windows in security mode run TakeOwnership on Toolkit folder and in sequence simply delete entire folder without issues; I start Toolkit again and make my best job until now is this O.S. running now I hope help someone that make similar issues working with Toolkit
Hi there, I noticed when working with Windows 10 x64 LTSB 2016 and selecting DART, while then going back, then hitting DART again it presents with error, something about the folder not existing and to add DART pack, had to discard wim changes/unmount and reopen tool kit, it only worked for me after saying yes the first time. I don't have logs, hope that helps, sorry, thanks for the good tool.
Sorry I'm Italian and I can not speak English well, this program I really like and I have to say congratulations, but I would like some help from you, I would like to download this version of Windows 10 Enterprise LTSB v1607 build 14393.0 x64bit in Italian. ... thank you
^^ simple dude go to Windows 10 section and search for your version of Windows, I already explain for you about languages so use Google translator or some similar translator to find in Windows 10 Section your O.S.
v6.8 Line(s):21900-21902 Code: :WimCompCleanup %DISM% /Image:%~1 /Cleanup-Image /StartComponentCleanup and Line(s):21912-21914 Code: :WimCompCleanupResetBase %DISM% /Image:%~1 /Cleanup-Image /StartComponentCleanup /ResetBase Windows 7 Inages do NOT support "/StartComponentCleanup" and/or "/ResetBase". "/Cleanup-Image" by itself is not supported either. Valid for Windows7 (targeting OFFLINE) are: /Cleanup-Image /RevertPendingActions /Cleanup-Image /spsuperseded [/hidden] So please, for the SECOND time, wrap a condition around them. Thanks.
One thing that would be nice is to work with multiple AIO like the ones made by Adgard, they ares the one i can get my hands really fast. Meaning : he works with ESD files, i would like to extract an windows version "index number x" and convert it to a WIM while leaving the others. There was a windows toolkit who maybe could do the job, but it doesn't understand the many index naming scheme found in the esd file, it tries but crash. I'm not very good in scripting etc .. or some one can point me in a direction ?? just found on web : dism /Get-WimInfo /WimFile:F:\x64\sources\install.esd I can see that i have 9 index entries
dism /Export-Image /SourceImageFile:"X:\sources\install.esd" /SourceIndex:1 /DestinationImageFile:"Z:\install.wim" /Compress:maximum Change source index and path to new install.wim. You can do this esd to esd, wim to wim, wim to esd, esd to wim, but use recovery for esd, and maximum for wim. You can combine source images this way too by using the same script with different source images, but the same destination. So you can make your own AIO with wims, then convert to esds to make smaller. Then if you want to copy to fat32 formatted USB drive convert to install.swm by putting in this as in this example Dism /Split-Image /ImageFile:"F:\install.esd" /SWMFile:"F:\install.swm" /FileSize:4096 You can do this with install.wim also. It does not matter.
thks a lot For the msmg toolkit, i had lots of problems getting rid of the folder after a fail, had the DVD folder full of the expanded / extracted install.esd .... needed to take ownership and use unlocker tools argh i am an admin and cant have a full control over my pc %^%$ m$oft
@coromonadalix sorry dude, but if you don't have knowledge about how to use MSMG Toolkit only 2 things 1) don't use it never so you don't have NONE problem 2) same you using this tool as admin no meaning that you can no have problems as I already tell this tool need some knowledge to use it
@Tiger i have used every version of msmg i'm telling that i have a problem with an multi AIO thats all For a first time it crashed on me really bad. I'll use constructive help from dhjohns to learn more about dism commands...