I'm not saying that he made the drivers all by himself. I tried many different methods and have many folders for each method. Everyone has their own variation of a driver pack. Like a mixed tape of music songs. It's hard to choose because there are so many possibilities with different ways to integrate or different combinations of drivers. I'm also trying to add compatibility for other systems that I don't currently use. A one size fits all USB stick for all kinds of hardware. And I had problems along the way with certain drivers giving BSOD, or other strange problems. I even had a weird problem where with one integration, the keyboard would stop working but the mouse would still work. I would unplug the keyboard and it would work in another system. It would work in the BIOS on this system, but it wouldn't let me finish the install (type in username). I didn't even integrate any keyboard drivers! It's a cheap generic Microsoft keyboard. Using Flashboot Pro to integrate (EUFI only with VGA driver).. I would get USB working, complete the install, but then if I went into Device Manager and upgrade to another USB controller driver.. I would lose all USB. Even if that same driver would work, when using SP1 + Simplix, or other methods. When I tried an image that someone shared using your tool, I noticed how well it functioned and all the bugs went away. I didn't know where the drivers came from. (I already had most of them individually, but not properly combined into a pack of boot/recovery drivers and install.wim drivers.) After searching inside Driver Repository, I was able to realize that the bulk of the drivers he used came from Atak_Snajpera's Image Update tool. So after installing his custom image, I saw the potential for how good this combination could be, so I immediately went to work trying to combine everything and spent the next few hours on it.. and came out with a perfect result. I was alwasys going to try this tool, but I was trying other methods first, in order to learn. I was shocked at how good it worked, and needed to try it immediately. I'm not sure what the main difference is, maybe it's the DISM of Windows 10.. I don't know. Even drivers seem to integrate faster compared to Flashboot or NTLite. I'm sure other driver packs will work too. A lot of people share the same drivers and they float around on different sites. But it's hard to find one large pack that combines as many devices as possible, without causing potential BSOD or losing USB on certain Ryzen CPU or motherboards. I know that with universal drivers it's become easier lately, but I began researching and planning for this build over 12 months ago. I wasn't sure if it would work. And in this case, it gave a perfect result (so far). A few drivers were missing (needed to be manually installed), but I reintegrated and added in some known ones that I had already tested into the pack. For example, when I use Intel's most recent WIFI driver.. it can take 30-60 seconds for WIFI to connect after waking from sleep. But when I use the one canonkong provides, it connects to WIFI within a few seconds after sleep. So I integrated this in. Atak_Snajpera's LAN driver for the LAN on this board (or it might be yours) is the only one that would install for me on first launch of Windows. Every other driver I tried, the driver wouldn't work. Even if I would manually install the SAME driver after install (it would work). But it wouldn't work when integrating. I can't explain why this is. So far this has been a perfect result beyond what I could have expected. If I have any problems with other motherboards, I will report. But so far.. it feels like Microsoft made this USB stick with official support. This is an X370 board, maybe there will be more problems on B550 or X570. But even if there is, your script makes it so easy to try again, troubleshoot the driver that is the cause of the problem and within an hour or two have it working. And the ESD means that you can have a large file and it's compressed down to fit on a DVD. It's far beyond what I thought was possible 12 months ago. Thanks to everyone involved who can keep Windows 7 alive.
Be sure to download the latest updatepack (20.12.10) and WA files and replace the existing files. Next week i will update all tool downloads with the latest stuff
Hello dear Enthousiast, I remember that I read somewhere it's possible to directly drag ISO file on UpdatePack.exe file and in this case, boot.wim will also be updated. It is not mentioned or handled by your script. Does it have any particular reason or simply not recommended? Regards,
Hello, just a message to say thank you for this tool I used it on French Windows 7, it worked fine. I integrated some drivers, installers and tweaks, DotNet, DirectX and Runtimes addons, and of course the latest Simplix pack. Do you know how remove the delete confirmation dialog from the recycle bin when you delete a file ? I was using Wintoolkit before, it have this tweak, but I did not succeed to find the registry key needed to replicate it.
So i made an iso and i installed enterprise version but for some reason it installed home basic n. What did i do wrong? My source iso for win7 is Code: en_windows_7_ultimate_n_with_sp1_x64_dvd_u_677543 and win10 is Code: en_windows_10_enterprise_ltsc_2019_x64_dvd_5795bb03
For scripting such as SetupComplete.cmd etc: Code: REM ConfirmDelete Value => 0 = No Confirmation Dialog / 1 = Show Confirmation Dialog. REG add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "ConfirmFileDelete" /t REG_DWORD /d "0" /f >NUL 2>&1 REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "ConfirmFileDelete" /t REG_DWORD /d "0" /f >NUL 2>&1 For use as a .reg file: Code: Windows Registry Editor Version 5.00 ; ConfirmDelete Value => 00000000 = No Confirmation Dialog / 00000001 = Show Confirmation Dialog. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ConfirmFileDelete"=dword:00000000 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ConfirmFileDelete"=dword:00000000
Updated the third post with the latest WA addons by @abbodi1406 https://forums.mydigitallife.net/th...-install-wim-esd-creation.79421/#post-1516362
Only the vcredist and the dotnetfx files were updated from the .wa ones, right? The directx ones remained the same.
Updatepack 21.1.15: https://forums.mydigitallife.net/th...win7-distribution.45005/page-189#post-1640346