1. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    You didn't understand. The reg key as you set it is not valid. Not the HKLM part (I know that) but the "Personalization" part.
    My config is similar to yours and it does work as intended. Try again and you will see.

    Cheers.
     
  2. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    #14122 Supern00b, Feb 16, 2020
    Last edited: Feb 16, 2020
    @MSMG:

    Just found a tiny glitch.
    When using "setup media updates" for kb4532690, the toolkit correctly recognizes the language of the image mounted.
    But the update is of course multi-language, and the toolkit just extracts all language resources to the \Sources folder.
    It should however only include the language folder aplicable to the image language we are working with.
    Is this something that can be implemented?

    Also, should kb4632690 be copied to the "WinPE" folder also? Currently it's only applied to the \Sources folder, but not to the boot.wim indexes and not to the recovery image.

    On a side note, the "dynamic" folder only processes one single update. For now, I have only the microcode update in there, but in the future there may be more than one update.
    (for example, the now pulled uefi secure boot update)

    Cheers.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    If it's a DU cab file, it's meant for | ISO:\sources" only (copy/paste the extracted files).
    Was not meant for winpe images, install.wim only.
     
  4. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    Thanks Enthousiast for clearing up the doubts.

    Cheers.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    The article mainly talks about the Windows 10 Enterprise edition "Security" telemetry level option which will stop most of the telemetry stuffs being sent in Core/Pro editions to MS except the Information that’s required to help keep Windows and Windows Server secure, including data about the Connected User Experiences and Telemetry component settings, the Malicious Software Removal Tool, and Windows Defender.

    You can either remove the components CEIP, WER and Telemetry Clients that sends the telemetry data or disable them with tweaks.

    The O&O ShutUp10 is enough for average users to block most of the telemetry stuffs, Here's the O&O ShutUp10 settings in reg format, you can remove the entries which you don't want to disable.

    Code:
    Windows Registry Editor Version 5.00
    
    ; ### Privacy ###
    ; Disable sharing of handwriting data
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TabletPC]
    "PreventHandwritingDataSharing"=dword:00000001
    
    ; Disable sharing of handwriting error reports
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\HandwritingErrorReports]
    "PreventHandwritingErrorReports"=dword:00000001
    
    ; Disable Inventory Collector
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
    "DisableInventory"=dword:00000001
    
    ; Disable camera in logon screen
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
    "NoLockScreenCamera"=dword:00000001
    
    ; Disable and reset Adverstising ID and info
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
    "Enabled"=dword:00000000
    
    ; Disable and reset Adverstising ID and info
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
    "Enabled"=dword:00000000
    
    ; Disable transmission of typing information
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Input\TIPC]
    "Enabled"=dword:00000000
    
    ; Disable conducting experiments with this machine by Microsoft
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\System]
    "AllowExperimentation"=dword:00000000
    
    ; Disable advertisements via Bluetooth
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Bluetooth]
    "AllowAdvertising"=dword:00000000
    
    ; Disable the Windows Customer Experience Improvement Program
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows]
    "CEIPEnable"=dword:00000000
    
    ; Disable backup of text messages into the cloud
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Messaging]
    "AllowMessageSync"=dword:00000000
    
    ; Disable biometrical features
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics]
    "Enabled"=dword:00000000
    
    ; Disable app notifications
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications]
    "ToastEnabled"=dword:00000000
    
    ; Disable access to local language for browsers
    [HKEY_CURRENT_USER\Control Panel\International\User Profile]
    "HttpAcceptLanguageOptOut"=dword:00000001
    
    ; Disable sending URLs from apps to Windows Store
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost]
    "EnableWebContentEvaluation"=dword:00000000
    
    ; ### App Privacy ###
    ; Disable app access to user account information
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userAccountInformation]
    "Value"="Deny"
    
    ; Disable Windows tracking of app starts
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_TrackProgs"=dword:00000000
    
    ; Disable app access to diagnostics information
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{2297E4E2-5DBE-466D-A12B-0F8286F0D9CA}]
    "Value"="Deny"
    
    ; Disable app access to camera
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam]
    "Value"="Deny"
    
    ; Disable app access to microphone
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone]
    "Value"="Deny"
    
    ; Disable app access to notifications
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{52079E78-A92B-413F-B213-E8FE35712E72}]
    "Value"="Deny"
    
    ; Disable app access to contacts
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\contacts]
    "Value"="Deny"
    
    ; Disable app access to calendar
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appointments]
    "Value"="Deny"
    
    ; Disable app access to call history
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCallHistory]
    "Value"="Deny"
    
    ; Disable app access to email
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\email]
    "Value"="Deny"
    
    ; Disable app access to tasks
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userDataTasks]
    "Value"="Deny"
    
    ; Disable app access to messages
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\chat]
    "Value"="Deny"
    
    ; Disable app access to documents
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\documentsLibrary]
    "Value"="Deny"
    
    ; Disable app access to images
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\picturesLibrary]
    "Value"="Deny"
    
    ; Disable app access to videos
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\videosLibrary]
    "Value"="Deny"
    
    ; Disable app access to the file system
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFileSystemAccess]
    "Value"="Deny"
    
    ; Prohibit apps from running in the background
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications]
    "GlobalUserDisabled"=dword:00000001
    
    ; ### Security ###
    ; Disable password reveal button
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CredUI]
    "DisablePasswordReveal"=dword:00000001
    
    ; Disable user steps recorder
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
    "DisableUAR"=dword:00000001
    
    ; Disable telemetry
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack]
    "Start"=dword:00000004
    
    ; Disable telemetry
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\dmwappushservice]
    "Start"=dword:00000004
    
    ; Disable telemetry
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\Autologger\AutoLogger-Diagtrack-Listener]
    "Start"=dword:00000000
    
    ; Disable Internet access of Windows Media Digital Rights Management (DRM)
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WMDRM]
    "DisableOnline"=dword:00000001
    
    ; Disable app access to wireless connections
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{A8804298-2D5F-42E3-9531-9C8C39EB29CE}]
    "Value"="Deny"
    
    ; Disable app access to loosely coupled devices
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled]
    "Value"="Deny"
    
    ; ### Microsoft Edge ####
    ; Disable tracking in the web
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main]
    "DoNotTrack"=dword:00000001
    
    ; Dsiable page prediction
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\FlipAhead]
    "FPEnabled"=dword:00000000
    
    ; Disable search and website suggestions
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main]
    "ShowSearchSuggestionsGlobal"=dword:00000000
    
    ; Disable Cortana in Microsoft Edge
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\ServiceUI]
    "EnableCortana"=dword:00000000
    
    ; Disable automatic completion of web address in address bar
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Browser]
    "AllowAddressBarDropdown"=dword:00000000
    
    ; Disable showing search history
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\ServiceUI\ShowSearchHistory]
    @=dword:00000000
    
    ; Disable form suggestions
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main]
    "Use FormSuggest"="no"
    
    ; Disable sites saving protected media licenses on my device
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Privacy]
    "EnableEncryptedMediaExtensions"=dword:00000000
    
    ; Do not optimize web search results on the task bar for screen reader
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main]
    "OptimizeWindowsSearchResultsForScreenReaders"=dword:00000000
    
    ; Disable SmartScreen Filter
    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter]
    "EnabledV9"=dword:00000000
    
    ; ### Synchronization of Windows Settings ###
    ; Disable synchronization of all settings
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync]
    "SyncPolicy"=dword:00000005
    
    ; Disable synchronization of design settings
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Personalization]
    "Enabled"=dword:00000000
    
    ; Disable synchronization of browser settings
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\BrowserSettings]
    "Enabled"=dword:00000000
    
    ; Disable synchronization of credentials (passwords)
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Credentials]
    "Enabled"=dword:00000000
    
    ; Disable synchronization of language settings
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language]
    "Enabled"=dword:00000000
    
    ; Disable synchronization of accessibility settings
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Accessibility]
    "Enabled"=dword:00000000
    
    ; Disable synchronization of advanced Windows settings
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Windows]
    "Enabled"=dword:00000000
    
    ; ### Cortana ###
    ; Disable and reset Cortana
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Windows Search]
    "CortanaConsent"=dword:00000000
    
    ; Disable Input Personalization
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Personalization\Settings]
    "AcceptedPrivacyPolicy"=dword:00000000
    
    ; Disable Input Personalization
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization]
    "RestrictImplicitInkCollection"=dword:00000001
    
    ; Disable Input Personalization
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization]
    "RestrictImplicitTextCollection"=dword:00000001
    
    ; Disable Input Personalization
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore]
    "HarvestContacts"=dword:00000000
    
    ; Cortana and search are disallowed to use location
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
    "AllowSearchToUseLocation"=dword:00000000
    
    ; Disable web search from Windows Desktop Search
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
    "DisableWebSearch"=dword:00000001
    
    ; Disable display web results in Search
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
    "ConnectedSearchUseWeb"=dword:00000000
    
    ; Dsiable download and updates of speech recognition and speech synthesis models
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech_OneCore\Preferences]
    "ModelDownloadAllowed"=dword:00000000
    
    ; Disable cloud search
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
    "AllowCloudSearch"=dword:00000000
    
    ; #### Location Services ####
    ; Disable functionality to locate the system
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors]
    "DisableLocation"=dword:00000001
    
    ; Disable functionality to locate the system
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors]
    "DisableWindowsLocationProvider"=dword:00000001
    
    ; Disable scripting functionality to locate the system
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors]
    "DisableLocationScripting"=dword:00000001
    
    ; Disable sensors for locating the system and it's orientation
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors]
    "DisableSensors"=dword:00000001
    
    ; Disable Windows Geolocation Service
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\lfsvc\Service\Configuration]
    "Status"=dword:00000000
    
    ; Disable Windows Geolocation Service
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}]
    "SensorPermissionState"=dword:00000000
    
    ; Disable app access to your location
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}]
    "Value"="Deny"
    
    ; Disable app access to your location
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Permissions\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}]
    "SensorPermissionState"=dword:00000000
    
    ; ### User Behavior ###
    ; Disable application telemetry
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
    "AllowTelemetry"=dword:00000000
    
    ; Disable application telemetry
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection]
    "AllowTelemetry"=dword:00000000
    
    ; Disable application telemetry
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
    "AITEnable"=dword:00000000
    
    ; Disable diagnostic data from customizing user experiences
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Privacy]
    "TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000
    
    ; ### Windows Update ###
    ; Disable Windows Updates via peer-to-peer
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config]
    "DODownloadMode"=dword:00000000
    
    ; Disable Windows Updates via peer-to-peer
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
    "DODownloadMode"=dword:00000000
    
    ; Disable Windows Updates via peer-to-peer
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization]
    "SystemSettingsDownloadMode"=dword:00000000
    
    ; Disable Updates to the speech recognition and speech synthesis modules
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Speech]
    "AllowSpeechModelUpdate"=dword:00000000
    
    ; Activate deferring of upgrades
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "DeferUpgrade"=dword:00000001
    "DeferUpgradePeriod"=dword:00000001
    "DeferUpdatePeriod"=dword:00000000
    
    ; Disalbe automatic downloading manufacturers apps and icons for devices
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata]
    "PreventDeviceMetadataFromNetwork"=dword:00000001
    
    ; Disalbe automatic driver updates through Windows Update
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ExcludeWUDriversInQualityUpdate"=dword:00000001
    
    ; Disalbe automatic app updates through Windows Update
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate]
    "AutoDownload"=dword:00000002
    
    ; Disalbe automatic Windows Updates
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "NoAutoUpdate"=dword:00000001
    
    ; Disalbe automatic Windows Updates
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wuauserv]
    "Start"=dword:00000004
    
    ; Disalbe Windows Updates for other Microsoft products
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d]
    "RegisteredWithAU"=dword:00000000
    
    ; ### Windows Explorer ###
    ; Disable occassionally showing app suggestions in Start Menu
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "SystemPaneSuggestionsEnabled"=dword:00000000
    
    ; Disable ads in Windows Explorer or OneDrive
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ShowSyncProviderNotifications"=dword:00000000
    
    ; Disable OneDrive access to network before login
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OneDrive]
    "PreventNetworkTrafficPreUserSignIn"=dword:00000001
    
    ; Disable Microsoft OneDrive
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
    "DisableFileSyncNGSC"=dword:00000001
    
    ; ### Windows Defender and Microsoft SpyNet ###
    ; Disable Microsoft SpyNet membership
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SpyNetReporting"=dword:00000000
    
    ; Disable submitting data samples to Microsoft
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SubmitSamplesConsent"=dword:00000002
    
    ; Disable reporting of malware infection information
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
    "DontReportInfectionInformation"=dword:00000001
    
    ; Disable Windows Defender
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    
    ; ### Lock Screen ###
    ; Disable Windows Spolight
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "RotatingLockScreenEnabled"=dword:00000000
    
    ; Disable fun facts, tips, tricks and more on your lock screen
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "RotatingLockScreenOverlayEnabled"=dword:00000000
    
    ; Disable notification on lock screen
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings]
    "NOC_GLOBAL_SETTING_ALLOW_TOASTS_ABOVE_LOCK"=dword:00000000
    
    ; ### Miscellaneous ###
    ; Disable feedback reminders
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules]
    "NumberOfSIUFInPeriod"=dword:00000000
    
    ; Disable feedback reminders
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules]
    "PeriodInNanoSeconds"=dword:00000000
    
    ; Disable automatic installation of recommended Windows Store Apps
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "SilentInstalledAppsEnabled"=dword:00000000
    
    ; Disable trips, tricks and suggestions while using Windows
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "SoftLandingEnabled"=dword:00000000
    
    ; Disable extension of Windows 10 search with Bing
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
    "BingSearchEnabled"=dword:00000000
    
    ; Disable Key Management Service Online Activation
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform]
    "NoGenTicket"=dword:00000001
    
    ; Disalbe automatic download and update of map data
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Maps]
    "AutoDownloadAndUpdateMapData"=dword:00000000
    
    ; Disalbe unsolicited network traffic on the offline maps settings page
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Maps]
    "AllowUntriggeredNetworkTrafficOnSettingsPage"=dword:00000000
    
    ; Disable People icon in the taskbar
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People]
    "PeopleBand"=dword:00000000
    
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Ok, will checkout the issue.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Check in GettingApps.txt under Packs\Apps folder.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Yes will fix the issue related to language resources applied to Windows Installation Sources folder.


    Dynamic : Small updates applicable to install.wim.
    SetupMedia : Updates applicable to Windows Installation Sources folder.
    WinPE : Updates applicable to boot.wim or winre.wim.

     
  10. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    376
    161
    10
    Wich the MSMG Toolkit version do I use for integrate Apps in LTSB..??
     
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    463
    264
    10
    What version of Windows 10 does this apply to?

    I'm on 1809 and I don't have some of these registry keys. Eg

    Code:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules
    
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    You can try using the ToolKit, if it doesn't work then do follow this steps

    - Download the required files and copy them to <Packs\Apps\w10\10.0.14393> folder.

    For x86, required files

    Code:
    Microsoft.DesktopAppInstaller_2019.1019.1.0_neutral_~_8wekyb3d8bbwe.appxbundle
    Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.xml
    Microsoft.HEIFImageExtension_1.0.23292.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.HEIFImageExtension_8wekyb3d8bbwe.x86.xml
    Microsoft.HEVCVideoExtension_1.0.23254.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.HEVCVideoExtension_8wekyb3d8bbwe.x86.xml
    Microsoft.MPEG2VideoExtension_1.0.22661.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe.x86.xml
    Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.Services.Store.Engagement_10.0.19011.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.UI.Xaml.2.0_2.1810.18004.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.UI.Xaml.2.2_2.21909.17002.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.VP9VideoExtensions_1.0.22681.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.VP9VideoExtensions_8wekyb3d8bbwe.x86.xml
    Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    Microsoft.WebMediaExtensions_8wekyb3d8bbwe.xml
    Microsoft.WebpImageExtension_1.0.22753.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.WebpImageExtension_8wekyb3d8bbwe.x86.xml
    Microsoft.WindowsStore_12002.1001.113.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    Microsoft.XboxIdentityProvider_12.58.1001.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    Microsoft.XboxIdentityProvider_8wekyb3d8bbwe.xml
    

    For x64, required files

    Code:
    Microsoft.DesktopAppInstaller_2019.1019.1.0_neutral_~_8wekyb3d8bbwe.appxbundle
    Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.xml
    Microsoft.HEIFImageExtension_1.0.23292.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.HEIFImageExtension_8wekyb3d8bbwe.x64.xml
    Microsoft.HEVCVideoExtension_1.0.23254.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.HEVCVideoExtension_8wekyb3d8bbwe.x64.xml
    Microsoft.MPEG2VideoExtension_1.0.22661.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe.x64.xml
    Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.Services.Store.Engagement_10.0.19011.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.UI.Xaml.2.2_2.21909.17002.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx
    Microsoft.VP9VideoExtensions_1.0.22681.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.VP9VideoExtensions_8wekyb3d8bbwe.x64.xml
    Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    Microsoft.WebMediaExtensions_8wekyb3d8bbwe.xml
    Microsoft.WebpImageExtension_1.0.22753.0_x64__8wekyb3d8bbwe.Appx
    Microsoft.WebpImageExtension_8wekyb3d8bbwe.x64.xml
    Microsoft.WindowsStore_12002.1001.113.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    Microsoft.XboxIdentityProvider_12.58.1001.0_neutral_~_8wekyb3d8bbwe.AppxBundle
    Microsoft.XboxIdentityProvider_8wekyb3d8bbwe.xml
    

    - Run the below commands under a Administrator Command Prompt from the ToolKit's folder.

    For x86

    Code:
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.DesktopAppInstaller_2019.1019.1.0_neutral_~_8wekyb3d8bbwe.appxbundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.HEIFImageExtension_1.0.23292.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.HEIFImageExtension_8wekyb3d8bbwe.x86.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.HEVCVideoExtension_1.0.23254.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.HEVCVideoExtension_8wekyb3d8bbwe.x86.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.MPEG2VideoExtension_1.0.22661.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe.x86.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VP9VideoExtensions_1.0.22681.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.VP9VideoExtensions_8wekyb3d8bbwe.x86.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe.AppxBundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.WebMediaExtensions_8wekyb3d8bbwe.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.WebpImageExtension_1.0.22753.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.WebpImageExtension_8wekyb3d8bbwe.x86.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.WindowsStore_12002.1001.113.0_neutral_~_8wekyb3d8bbwe.AppxBundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.XboxIdentityProvider_12.58.1001.0_neutral_~_8wekyb3d8bbwe.AppxBundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe.xml
    
    For x64

    Code:
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.DesktopAppInstaller_2019.1019.1.0_neutral_~_8wekyb3d8bbwe.appxbundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.HEIFImageExtension_1.0.23292.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.HEIFImageExtension_8wekyb3d8bbwe.x64.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.HEVCVideoExtension_1.0.23254.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.HEVCVideoExtension_8wekyb3d8bbwe.x64.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.MPEG2VideoExtension_1.0.22661.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.MPEG2VideoExtension_8wekyb3d8bbwe.x64.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VP9VideoExtensions_1.0.22681.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.VP9VideoExtensions_8wekyb3d8bbwe.x64.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe.AppxBundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.WebMediaExtensions_8wekyb3d8bbwe.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.WebpImageExtension_1.0.22753.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.WebpImageExtension_8wekyb3d8bbwe.x64.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.WindowsStore_12002.1001.113.0_neutral_~_8wekyb3d8bbwe.AppxBundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    Dism /image:Mount\Install /Add-ProvisionedAppxPackage /PackagePath:Packs\Apps\w10\10.0.14393\Microsoft.XboxIdentityProvider_12.58.1001.0_neutral_~_8wekyb3d8bbwe.AppxBundle /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Packs\Apps\w10\10.0.14393\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Packs\Apps\w10\10.0.14393\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe.xml
    
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    It's for v1909.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Checked the W10 v1909 component removal with the latest LCU and there are no major changes in component removal compared with the last CU.

    The Edge Chromium pack is also working, tested with the x86 pack and the installed pack updated to the latest version upon clicking the About menu, the x64 pack registry needs to be created yet.

    The Chromium pack (x86+x64) compressed to ESD format is around 700 MB, do think is it worth to create a pack for it when there is a frequent update to it.
     
  15. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    376
    161
    10
    No. Just DesktopAppInstaller..!!
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Ok, do install the App Installer from the Store once the OS is installed and then see if the version is different from this one.