1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,287
    94,791
    450
    #19261 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".
     
  2. Dires

    Dires MDL Novice

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

    Enthousiast MDL Tester

    Oct 30, 2009
    47,287
    94,791
    450
  4. 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.
     
  5. 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 :)
     
  6. 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?
     
  7. 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.
     
  8. 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!
     
  9. 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.
     
  10. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    376
    161
    10
  11. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    581
    365
    30
    #19271 JeepWillys58, May 4, 2021
    Last edited: May 4, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    376
    161
    10
  13. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    581
    365
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    Is it necessary to but also the boot.wim? Because just the install.wim will be changed.It seems that the script als mounts boot.wim and winre.wim or am I wrong?
     
  15. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    376
    161
    10
  16. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    Running the tool atm, and later I give you a feedback
     
  17. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    How can I remove the FB URL from the 7Zip folder do make it perfect?