Depends. For example if someone has a weak CPU but a really fast SSD then wim will be a little faster than esd. If someone has a really good CPU but a slow hard disk then esd will be a little faster than wim
Comparison tests need to be done on the exact same hardware, else it can't be compared because of different circumstances. But MSFT allegedly seems to now use swm files on their Windows 10 USB media.
in my case system was latest gen 10 build desktop & its a esd based iso which i converted using dism from wim using compressiontype:recovery & went faster then wim installation. same i tested using wim which took more time to finish & complete firstlogon. as well before i exported both winre & boot wimm all indexes then moved them back. time taken in esd installation is just 3:48 minutes but in wim installation it took 4:17 minutes.
Not really relevant. 30 seconds is not really a significant difference, that can be because of small timing differences.
Yes, it is always better when everyone in the community helps as they can when they can. Thus, everyone in need will be helped and possibly will be able to help in this regard. I can even help with the codes, but to integrate or implement I have to understand the process. Otherwise, I can't do it either. I already touched the removal of the OneDrive through the SetupComplete, but when I started messing with the customization of the Toolkit I didn't need to check that part anymore, because I like the selective removal system through the toolkithelper, instead of the gross and total removal performed by DISM or PowerShell. In this case, due to my lack of experience in removing OneDrive in Current Windows, I don't know if the code I used is still valid. And, your script is what you have through the install wim tweak tool modded by legolash2, it has the most effective method that I saw recently that works just like ToolkitHelper, for removing OneDrive. That is, the member @sergey130270 is already being well helped in his endeavor.
Found the installation timings for the different compression types: https://forums.mydigitallife.net/th...dev-channel-rs_prerelease.82289/#post-1616326
Its a Request to all MSMG average users plz dont ask me for any of my support on any of my project script or tool. For Pro's n Experts it doesnt matter cuz they know how to handle ISO so that it will be modded according to there as well other user needs.
how to clear the DVD folder setup.exe and sources, I need boot efi or bios.In older versions of the toolkit I did this
That option was called "remove manual setup files", but that is not needed for booting efi or bios. It should be under "Remove Windows Components Menu" option "Windows Manual Setup Feature".
Hello guys, I am getting a memory reference error while installing Firefox. This happens only at a time where it says "A Little Housekeeping" during the installation process and throws the error and then asks to terminate the program. Does anybody know what is causing this? Any help would be appreciated. Thank you.
MSMG, How can I add these settings to the default script? Code: reg add "HKCU\SOFTWARE\Microsoft\Speech_OneCore\Settings\VoiceActivation\UserPreferenceForAllApps" /v "AgentActivationEnabled" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Speech_OneCore\Settings\VoiceActivation\UserPreferenceForAllApps" /v "AgentActivationOnLockScreenEnabled" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /v "GlobalUserDisabled" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenEnabled" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSyncProviderNotifications" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_TrackProgs" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People" /v "PeopleBand" /t "REG_DWORD" /d "0" /f reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Privacy" /v "TailoredExperiencesWithDiagnosticDataEnabled" /t "REG_DWORD" /d "0" /f reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Bluetooth" /v "AllowAdvertising" /t "REG_DWORD" /d "0" /f reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Browser" /v "AllowAddressBarDropdown" /t "REG_DWORD" /d "0" /f reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\System" /v "AllowExperimentation" /t "REG_DWORD" /d "0" /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata" /v "PreventDeviceMetadataFromNetwork" /t "REG_DWORD" /d "1" /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\OneDrive" /v "PreventNetworkTrafficPreUserSignIn" /t "REG_DWORD" /d "1" /f reg add "HKLM\SYSTEM\ControlSet001\Control\WMI\Autologger\AutoLogger-Diagtrack-Listener" /v "Start" /t REG_DWORD /d "0" /f reg add "HKLM\SYSTEM\ControlSet001\Services\DiagTrack" /v "Start" /t REG_DWORD /d "4" /f reg add "HKLM\SYSTEM\ControlSet001\Services\dmwappushservice" /v "Start" /t REG_DWORD /d "4" /f reg add "HKLM\SYSTEM\ControlSet001\Services\NlaSvc\Parameters\Internet" /v "EnableActiveProbing" /t REG_DWORD /d "0" /f PS I did some work on disabling telemetry for myself. O&O ShutUp10
Is there a way to integrate these four files (new icon set of Windows 10)? Folder: SystemResources imageres.dll.mun imagesp1.dll.mun inetcpl.cpl.mun shell32.dll.mun Or is it possible to mount the index and copy the files to the image?
I copied two files when the image was mounted. imageres.dll.mun shell32.dll.mun But after that I had an integrity violation.
I mounted the index, but I wasn´t able to copy and replace the files. Let´s wait if a pro can help us!
You need permission to delete old files. I removed something like "Unlocker". And copied without problems.