Turn Off Automatic Installation of Suggested Apps in Windows 10  

Page 4 of 4 FirstFirst ... 234

  1. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #30

    Hello @Brink,

    Brink said:
    "SubscribedContentEnabled" may be from below if it has changed.

    Turn On or Off App Suggestions in Start in Windows 10

    It is indeed the "SubscribedContent-338388Enabled"=dword:00000000 entry, so I will just REMOVE it from the REG file.

    Brink said:
    "DolbyLaboratories.DolbyAccess_rz1tebttyb220" looks to be for the app below from the Microsoft Store.

    https://www.microsoft.com/en-us/p/do...s/9n0866fs04w8

    It is for a FREE Trial of Dolby Atmos for Headphones or to Setup a Dolby Atmos Device. I can therefore LEAVE that as set in the REG file.

    Thanks for the reply, links, and information, it is appreciated.

      My Computer


  2. Posts : 68,881
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #31

    Paul Black said:
    Hello @Brink,

    It is indeed the "SubscribedContent-338388Enabled"=dword:00000000 entry, so I will just REMOVE it from the REG file.

    OK, it appears to be for a FREE Trial of Dolby Atmos for Headphones or to Setup a Dolby Atmos Device. I can therefore LEAVE that in the REG file as "DolbyLaboratories.DolbyAccess_rz1tebttyb220"=dword:00000000.

    Thanks for the reply, links, and information, it is appreciated.

      My Computers


  3. Posts : 1,756
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #32

    Paul Black said:
    Hello @RickC,

    I am just going through my customisation files and came across this thread. The first question you posed is a good one. Did you ever find or get an answer to it?

    I would be interested in the answer so hopefully @TairikuOkami will be able to enlighten us.

    Hi @Paul Black,

    Wow, that was some time ago. I had to re-read the entire thread to refresh my memory.

    To answer your question, no... I didn't get an answer.

    It took me a while to remember why I didn't pursue this and then I realised that that re-appearance of 'suggested apps' hasn't been an issue for me. I've just checked one of my most up-to-date devices and the 2 reg keys are still there... so I may have done something else that I cannot now remember. Sorry... I doubt that this helps.

    Your REG files in post #28 look interesting. I may have to revisit this.
      My Computer


  4. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #33

    Hello @RickC,

    RickC said:
    Wow, that was some time ago. I had to re-read the entire thread to refresh my memory.

    To answer your question, no... I didn't get an answer.

    It took me a while to remember why I didn't pursue this and then I realised that the re-appearance of 'suggested apps' hasn't been an issue for me. I've just checked one of my most up-to-date devices and the 2 reg keys are still there... so I may have done something else that I cannot now remember.

    Sorry... I doubt that this helps...

    I appreciate the time and effort that you took to re-read the entire thread and investigate, THANK YOU.

    Hopefully @TairikuOkami will be available to give us an answer.

      My Computer


  5. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #34

    Hello @RickC,

    I did try and investigate for a solution to the two REG Delete entries, but I couldn't seem to find anything relevant. Perhaps @TairikuOkami did NOT actually apply those changes in the end because they produced a problem and he didn't amend his post.

    I might have another look at this over the weekend.

      My Computer


  6. Posts : 5,452
    Windows 11 Home
       #35

    Paul Black said:
    Hopefully @TairikuOkami will be available to give us an answer.
    Hi, last time I applied all settings to disable silent installation of random apps, Windows still installed them.
    Those 2 reg entries contained some of them, as the name suggests SuggestedApps and Subscriptions.
    Once I removed those, Windows no longer installed anything by itself, manual install works just fine.
      My Computer


  7. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #36

    Thanks for the reply and information @TairikuOkami, it is appreciated.

    TairikuOkami said:
    Hi, last time I applied all settings to disable silent installation of random apps, Windows still installed them.
    Those 2 reg entries contained some of them, as the name suggests SuggestedApps and Subscriptions.
    Once I removed those, Windows no longer installed anything by itself, manual install works just fine.

    I will go ahead and ADD these REG files to my customisation files . . .

    Code:
    
    Windows Registry Editor Version 5.00
    
    ; Title     : Turn Off ContentDeliveryManager Suggested Content
    ; Created By: Paul Black
    ; Created On: 03-Sep-2021
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    
    "ContentDeliveryAllowed"=dword:00000000
    "FeatureManagementEnabled"=dword:00000000
    "OemPreInstalledAppsEnabled"=dword:00000000
    "PreInstalledAppsEnabled"=dword:00000000
    "PreInstalledAppsEverEnabled"=dword:00000000
    "RotatingLockScreenEnabled"=dword:00000000
    "RotatingLockScreenOverlayEnabled"=dword:00000000
    "SilentInstalledAppsEnabled"=dword:00000000
    "SoftLandingEnabled"=dword:00000000
    "SubscribedContentEnabled"=dword:00000000
    "SubscribedContent-310093Enabled"=dword:00000000
    "SubscribedContent-314563Enabled"=dword:00000000
    "SubscribedContent-338388Enabled"=dword:00000000
    "SubscribedContent-338389Enabled"=dword:00000000
    "SubscribedContent-338393Enabled"=dword:00000000
    "SubscribedContent-353694Enabled"=dword:00000000
    "SubscribedContent-353696Enabled"=dword:00000000
    "SubscribedContent-353698Enabled"=dword:00000000
    "SystemPaneSuggestionsEnabled"=dword:00000000

    Code:
    
    Windows Registry Editor Version 5.00
    
    ; Title     : Turn Off ContentDeliveryManager Subscriptions
    ; Created By: Paul Black
    ; Created On: 03-Sep-2021
    
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Subscriptions]

    Code:
    
    Windows Registry Editor Version 5.00
    
    ; Title     : Turn Off ContentDeliveryManager SuggestedApps
    ; Created By: Paul Black
    ; Created On: 03-Sep-2021
    
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps]



    EDIT: Do you know exactly what this does? => FeatureManagementEnabled
    Last edited by Paul Black; 04 Sep 2021 at 06:44.
      My Computer


  8. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #37

    Does ANYONE know exactly what this does please FeatureManagementEnabled? . . .

    Code:
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "FeatureManagementEnabled"=dword:00000000

    Thanks.
      My Computer


  9. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #38

    Paul Black said:
    Does ANYONE know exactly what this does please FeatureManagementEnabled? . . .

    Code:
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
    "FeatureManagementEnabled"=dword:00000000

    OK. I spent some time investigating this and decided to post a follow up in case anyone is interested. This appears to relate to Dynamically Inserted Tiles, so I am quite happy that it can be Disabled in my REG file.

      My Computer


 

Tutorial Categories

Turn Off Automatic Installation of Suggested Apps in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:25.
Find Us




Windows 10 Forums