1. 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 :)
     
  2. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    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?
     
  3. Igor147

    Igor147 MDL Member

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

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    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!
     
  5. Igor147

    Igor147 MDL Member

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

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
  7. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    608
    385
    30
    #19247 JeepWillys58, May 4, 2021
    Last edited: May 4, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
  9. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    608
    385
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    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?
     
  11. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
  12. ultimate_live

    ultimate_live MDL Expert

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

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    671
    60
    How can I remove the FB URL from the 7Zip folder do make it perfect?
     
  14. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Hi,

    I removed the link file from 7z.tpk..!!

    Download again..!!
     
  15. nimdas

    nimdas MDL Member

    Oct 14, 2020
    186
    6
    10
    how do you prevent updating from installed build to latest build
    enable only security updates?
     
  16. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    4 => 8 => G