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
     
  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
    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.
     
  2. 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.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
    Not really relevant.
    30 seconds is not really a significant difference, that can be because of small timing differences.
     
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    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.
     
  5. // Hmm Brother ok :)

    // Thank you brother :)
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
  7. 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.
     
  8. Dires

    Dires MDL Novice

    May 3, 2018
    18
    1
    0
    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
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
    #19250 Enthousiast, May 2, 2021
    Last edited: May 2, 2021
    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".
     
  10. Dires

    Dires MDL Novice

    May 3, 2018
    18
    1
    0
    Please help in which version is this left?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,454
    450
  12. Ravzzz

    Ravzzz MDL Novice

    Apr 4, 2021
    17
    6
    0
    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.
     
  13. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    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 :)
     
  14. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    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?
     
  15. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    I copied two files when the image was mounted.
    imageres.dll.mun
    shell32.dll.mun
    But after that I had an integrity violation.
     
  16. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    I mounted the index, but I wasn´t able to copy and replace the files. Let´s wait if a pro can help us!
     
  17. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    144
    67
    10
    You need permission to delete old files. I removed something like "Unlocker". And copied without problems.
     
  18. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
  19. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    #19260 JeepWillys58, May 4, 2021
    Last edited: May 4, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...