Turn Off Automatic Installation of Suggested Apps in Windows 10  

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 308
    Win10
       #20

    In case anyone is interested, I had a spare harddrive laying around so I did some verifying with an image I stripped down using MSMG in preparation of upgrading my desktop next week. And I'm glad to report the single setting in post one does work.

    Thanks Brink, sorry I doubted (questioned) you...

    Here is my list just after the fresh install...

    Code:
    Name                                        PackageFullName                                                            
    ----                                        ---------------                                                            
    Microsoft.Windows.CloudExperienceHost       Microsoft.Windows.CloudExperienceHost_10.0.17763.1_neutral_neutral_cw5n1...
    Microsoft.Windows.ShellExperienceHost       Microsoft.Windows.ShellExperienceHost_10.0.17763.1_neutral_neutral_cw5n1...
    windows.immersivecontrolpanel               windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy    
    Microsoft.Windows.OOBENetworkConnectionFlow Microsoft.Windows.OOBENetworkConnectionFlow_10.0.17763.1_neutral__cw5n1h...
    InputApp                                    InputApp_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy

    This is the list after connecting it to the internet and allowing it to install all the updates... I did this same test last night without this setting and many of the metro apps came back.

    Code:
    Name                                        PackageFullName                                                            
    ----                                        ---------------                                                            
    Microsoft.Windows.CloudExperienceHost       Microsoft.Windows.CloudExperienceHost_10.0.17763.1_neutral_neutral_cw5n1...
    Microsoft.Windows.ShellExperienceHost       Microsoft.Windows.ShellExperienceHost_10.0.17763.1_neutral_neutral_cw5n1...
    windows.immersivecontrolpanel               windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy    
    InputApp                                    InputApp_1000.17763.1.0_neutral_neutral_cw5n1h2txyewy                      
    Microsoft.Windows.OOBENetworkConnectionFlow Microsoft.Windows.OOBENetworkConnectionFlow_10.0.17763.1_neutral__cw5n1h...

    PS... I applied the setting in post one while in "audit mode" as I was moving the profiles to my P:\ drive. It stayed through the remainder of the install and my hopes is that it automatically applies to all profiles created on the machine (fingers crossed). I guess I should have installed a couple of more profiles to see if the setting transfers over???

    Now to figure out why my laptop has all this bloatware back on it. Looks like it'll get a fresh install with my stripped down image!
      My Computer


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

    I hope it goes smoothly.
      My Computers


  3. Posts : 308
    Win10
       #22

    Brink said:
    I hope it goes smoothly.
    Brink said:
    If this for apps included with Windows 10, then they could sometimes get reinstalled after a new build updated.
    I'll keep in mind that you said this, the problem is they don't remove as cleanly after install as they do using MSMG.
      My Computer


  4. Posts : 49
    Windows 10 x64
       #23

    Thank you Brink, very handy
      My Computer


  5. Posts : 68,966
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #24

    I'm glad it could help.
      My Computers


  6. Posts : 1,767
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #25

    TairikuOkami said:
    Try this (run CMD and copy/paste):
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d "0" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Subscriptions" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps" /f
    @TairikuOkami - Many thanks for this suggestion. Two questions:

    1. Are there any side-effects to deleting the SuggestedApps and Subscriptions keys?
    2. Do you know what the significance is of all the numeric keys under the Subscriptions key? The number of keys doesn't correspond to the number of application entries under the SuggestedApps key.
      My Computer


  7. Posts : 51
    Windows 10
       #26

    Just wanted to say that the OP setting did not help. Or maybe it did, but only for a while, then the apps came back.
    I even tried with a couple of extra settings, like OemPreinstalledAppsEnabled and PreinstalledAppsEnabled.
    And before that, with the GP setting turning off consumer experiences (this is on a PC with Education, so it should work).

    However, in my case the apps reinstalling might have to do with some hardware or BIOS changes, because I noticed that the activation status changed as well. But in any case, it should not happen and there has to be a more permanent solution.
      My Computer


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

    TairikuOkami said:
    Try this (run CMD and copy/paste):
    Code:
    
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Subscriptions" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps" /f
    RickC said:
    @TairikuOkami - Many thanks for this suggestion. Two questions:

    1. Are there any side-effects to deleting the SuggestedApps and Subscriptions keys?
    2. Do you know what the significance is of all the numeric keys under the Subscriptions key? The number of keys doesn't correspond to the number of application entries under the SuggestedApps key.

    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.

    The REG file would be . . .

    Code:
    
    Windows Registry Editor Version 5.00
    
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Subscriptions]
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps]
    

    Last edited by Paul Black; 01 Sep 2021 at 09:25.
      My Computer


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

    Hello @Brink,

    I have two REG files that set ALL the entries to =dword:00000000 for the REG Keys . . .

    Code:
    
    Windows Registry Editor Version 5.00
    
    ; Title     : Turn Off ContentDeliveryManager Suggested Content
    ; Created By: Paul Black
    ; Created On: 01-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 Suggested Apps
    ; Created By: Paul Black
    ; Created On: 01-Sep-2021
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps]
    
    "2FE3CB00.PicsArt-PhotoStudio_crhqpqs3x1ygc"=dword:00000000
    "5319275A.WhatsAppDesktop_cv1g1gvanyjgm"=dword:00000000
    "6F71D7A7.HotspotShieldFreeVPN_nsbqstbb9qxb6"=dword:00000000
    "828B5831.HiddenCityMysteryofShadows_ytsefhwckbdv6"=dword:00000000
    "9E2F88E3.Twitter_wgeqdkkx372wm"=dword:00000000
    "AdobeSystemsIncorporated.AdobePhotoshopExpress_ynb6jyjzte8ga"=dword:00000000
    "DolbyLaboratories.DolbyAccess_rz1tebttyb220"=dword:00000000
    "Facebook.317180B0BB486_8xx8rvfyw5nnt"=dword:00000000
    "Microsoft.BingNews_8wekyb3d8bbwe"=dword:00000000
    "Microsoft.BingWeather_8wekyb3d8bbwe"=dword:00000000
    "Microsoft.MSPaint_8wekyb3d8bbwe"=dword:00000000
    "Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe"=dword:00000000
    "Microsoft.Todos_8wekyb3d8bbwe"=dword:00000000
    "Microsoft.YourPhone_8wekyb3d8bbwe"=dword:00000000
    "Microsoft.ZuneVideo_8wekyb3d8bbwe"=dword:00000000
    "Nordcurrent.CookingFever_m9bz608c1b9ra"=dword:00000000
    "PLRWorldwideSales.FishdomPlayrix_1feq88045d2v2"=dword:00000000
    "ROBLOXCorporation.ROBLOX_55nm5eh3cm0pr"=dword:00000000
    "SpotifyAB.SpotifyMusic_zpdnekdrzrea0"=dword:00000000

    NOTE:

    Before I created and ran theREG file for the FIRST one, I had already applied some of them using REG files per your excellent Tutorials.



    I have TWO questions please.

    [1] For the FIRST one, I have ADDED "SubscribedContentEnabled"=dword:00000000, does this make sense and will it work please?

    [2] For the SECOND one, I have "DolbyLaboratories.DolbyAccess_rz1tebttyb220"=dword:00000001. I have done some investigating and I can NOT find ANY information relevant to that entry. In your expert opinion, will it be safe to also set that entry to "DolbyLaboratories.DolbyAccess_rz1tebttyb220"=dword:00000000?



    NOTE: For ANYBODY following this thread, my REG entries above could possibly be DIFFERENT to yours.



    Thanks.
    Last edited by Paul Black; 01 Sep 2021 at 06:45.
      My Computer


  10. Posts : 68,966
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #29

    Hello @Paul Black,

    The entries would most likely vary per system.

    "SubscribedContentEnabled" may be from below if it has changed.

    Turn On or Off App Suggestions in Start in Windows 10

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

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


 

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 12:52.
Find Us




Windows 10 Forums