1. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    That's ok, don;t use store or winget. Don't use inbox or any UWP apps that I am aware of.
    The only time I Have this issue is when vendors have split the driver packages into a vendor component and microsoft component.
    For example, when nvidia switch to dch the control panel was only available from the store... Until I found that nvidia now include it as part of the dch package.
    But not all motherboiard vendors are packaging the audio control package with the driver download.
    The ASRock USB audio driver was good, but the MSI drivers for several motherboards want me to get the control package from the store, which I can't do.
     
  2. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    what is the name of the item you are searching for?
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    What's the Audio device used, is it Realtek?

    Do specify the App name? will check and get the package name.

    Here are some of the OEM App package family names

    AD2F1837.HPSupportAssistant_v10z8vjag6ke6
    AdvancedMicroDevicesInc-2.AMDLink_0a9344xs7nr4m
    AppUp.IntelGraphicsExperience_8j3eq9eme6ctt
    AppUp.ThunderboltControlCenter_8j3eq9eme6ctt
    NVIDIACorp.NVIDIAControlPanel_56jybvy8sckqj
    RealtekSemiconductorCorp.RealtekAudioControl_dt26b99r8h8gj
    RivetNetworks.KillerControlCenter_rh07ty8m5nkag
    WavesAudio.MaxxAudioProforDell2020_fh4rh281wavaa
     
  4. Hello Mr. Sergey :bye3: so sorry for my very late reply, im in the middle of school's end year exams... must study hard to get good grades... thank u so much :giverose:
     
  5. Do u know how to remove cloudexperiencehost? Thanks
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    if you have the uwp installed,

    PowerShell.exe -Command "(Get-AppxPackage *edge*).PackageFamilyName"

    replace "edge" for what you want to search.


    Or get full Family list
    PowerShell.exe -Command "(Get-AppxPackage).PackageFamilyName"


    PowerShell.exe -Command "..."

    The command will work with cmd.exe, PowerShell 5.1 "PowerShell.exe" and PowerShell 7.x "PwSh.exe"
     
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #25227 inTerActionVRI, Apr 7, 2023
    Last edited: Apr 7, 2023
    Code:
    @echo off
    
    echo Taking ownership of Microsoft.CloudExperienceHost...
    takeown /f "C:\Windows\SystemApps\Microsoft.CloudExperienceHost" /r /d y
    
    echo Deleting Microsoft.CloudExperienceHost...
    rd /s /q "C:\Windows\SystemApps\Microsoft.CloudExperienceHost"
    
    echo Done!
    pause
    
    save as "remove-cloudexperiencehost.cmd"

    Run as admin

    Bring the results.
    Note: Use at your own risk.

    Maybe you need to add this at the beginning of the script, after @echo OFF.
    Code:
    TaskKill.exe /IM "explorer.exe" /T /F >nul 2>&1
    
    to launch explorer again:
    ctrl + shift + esc
    to open task manager
    open new task and type explorer.exe
    Or restart the PC.
     
  8. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Sir, you are a legend! Realtek is used on ASRock and MSI boards - the only brands I will use.

    PS C:\Users\Tanya> Get-AppxPackage -AllUsers


    Name : Microsoft.Windows.CapturePicker
    Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : Neutral
    ResourceId :
    Version : 10.0.19041.1023
    PackageFullName : Microsoft.Windows.CapturePicker_10.0.19041.1023_neutral__cw5n1h2txyewy
    InstallLocation : C:\Windows\SystemApps\Microsoft.Windows.CapturePicker_cw5n1h2txyewy
    IsFramework : False
    PackageFamilyName : Microsoft.Windows.CapturePicker_cw5n1h2txyewy
    PublisherId : cw5n1h2txyewy
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : True
    IsPartiallyStaged : False
    SignatureKind : System
    Status : Ok

    Name : Microsoft.Windows.CloudExperienceHost
    Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : Neutral
    ResourceId : neutral
    Version : 10.0.19041.1266
    PackageFullName : Microsoft.Windows.CloudExperienceHost_10.0.19041.1266_neutral_neutral_cw5n1h2txyewy
    InstallLocation :
    IsFramework : False
    PackageFamilyName : Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy
    PublisherId : cw5n1h2txyewy
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : True
    IsPartiallyStaged : False
    SignatureKind : System
    Status : Ok

    Name : Microsoft.Windows.ShellExperienceHost
    Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : Neutral
    ResourceId : neutral
    Version : 10.0.19041.1949
    PackageFullName : Microsoft.Windows.ShellExperienceHost_10.0.19041.1949_neutral_neutral_cw5n1h2txyewy
    InstallLocation : C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy
    IsFramework : False
    PackageFamilyName : Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy
    PublisherId : cw5n1h2txyewy
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : True
    IsPartiallyStaged : False
    SignatureKind : System
    Status : Ok

    Name : Microsoft.Windows.StartMenuExperienceHost
    Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : Neutral
    ResourceId : neutral
    Version : 10.0.19041.1023
    PackageFullName : Microsoft.Windows.StartMenuExperienceHost_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy
    InstallLocation :
    IsFramework : False
    PackageFamilyName : Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
    PublisherId : cw5n1h2txyewy
    PackageUserInformation : {S-1-5-18 [S-1-5-18]: Installed, S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : True
    IsPartiallyStaged : False
    SignatureKind : System
    Status : Ok

    Name : MicrosoftWindows.Client.CBS
    Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : X64
    ResourceId :
    Version : 120.2212.4190.0
    PackageFullName : MicrosoftWindows.Client.CBS_120.2212.4190.0_x64__cw5n1h2txyewy
    InstallLocation : C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy
    IsFramework : False
    PackageFamilyName : MicrosoftWindows.Client.CBS_cw5n1h2txyewy
    PublisherId : cw5n1h2txyewy
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : True
    IsPartiallyStaged : False
    SignatureKind : System
    Status : Ok

    Name : MicrosoftWindows.UndockedDevKit
    Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : Neutral
    ResourceId : neutral
    Version : 10.0.19041.1023
    PackageFullName : MicrosoftWindows.UndockedDevKit_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy
    InstallLocation : C:\Windows\SystemApps\MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy
    IsFramework : False
    PackageFamilyName : MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy
    PublisherId : cw5n1h2txyewy
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : True
    IsPartiallyStaged : False
    SignatureKind : System
    Status : Ok

    Name : windows.immersivecontrolpanel
    Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : Neutral
    ResourceId : neutral
    Version : 10.0.2.1000
    PackageFullName : windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy
    InstallLocation : C:\Windows\ImmersiveControlPanel
    IsFramework : False
    PackageFamilyName : windows.immersivecontrolpanel_cw5n1h2txyewy
    PublisherId : cw5n1h2txyewy
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : True
    IsPartiallyStaged : False
    SignatureKind : System
    Status : Ok

    Name : NVIDIACorp.NVIDIAControlPanel
    Publisher : CN=D6816951-877F-493B-B4EE-41AB9419C326
    Architecture : X64
    ResourceId :
    Version : 8.1.963.0
    PackageFullName : NVIDIACorp.NVIDIAControlPanel_8.1.963.0_x64__56jybvy8sckqj
    InstallLocation : C:\Program Files\WindowsApps\NVIDIACorp.NVIDIAControlPanel_8.1.963.0_x64__56jybvy8sckqj
    IsFramework : False
    PackageFamilyName : NVIDIACorp.NVIDIAControlPanel_56jybvy8sckqj
    PublisherId : 56jybvy8sckqj
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : False
    IsPartiallyStaged : False
    SignatureKind : Store
    Status : Ok

    Name : Microsoft.HEVCVideoExtension
    Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : X86
    ResourceId :
    Version : 2.0.60091.0
    PackageFullName : Microsoft.HEVCVideoExtension_2.0.60091.0_x86__8wekyb3d8bbwe
    InstallLocation : C:\Program Files\WindowsApps\Microsoft.HEVCVideoExtension_2.0.60091.0_x86__8wekyb3d8bbwe
    IsFramework : False
    PackageFamilyName : Microsoft.HEVCVideoExtension_8wekyb3d8bbwe
    PublisherId : 8wekyb3d8bbwe
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : False
    IsPartiallyStaged : False
    SignatureKind : Store
    Status : Ok

    Name : Microsoft.VCLibs.140.00
    Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : X86
    ResourceId :
    Version : 14.0.30704.0
    PackageFullName : Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe
    InstallLocation : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe
    IsFramework : True
    PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId : 8wekyb3d8bbwe
    PackageUserInformation : {S-1-5-18 [S-1-5-18]: Staged}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : False
    IsPartiallyStaged : False
    SignatureKind : Store
    Status : Ok

    Name : Microsoft.HEVCVideoExtension
    Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : X64
    ResourceId :
    Version : 2.0.60091.0
    PackageFullName : Microsoft.HEVCVideoExtension_2.0.60091.0_x64__8wekyb3d8bbwe
    InstallLocation : C:\Program Files\WindowsApps\Microsoft.HEVCVideoExtension_2.0.60091.0_x64__8wekyb3d8bbwe
    IsFramework : False
    PackageFamilyName : Microsoft.HEVCVideoExtension_8wekyb3d8bbwe
    PublisherId : 8wekyb3d8bbwe
    PackageUserInformation : {S-1-5-18 [S-1-5-18]: Staged}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : False
    IsPartiallyStaged : False
    SignatureKind : Store
    Status : Ok

    Name : Microsoft.VCLibs.140.00
    Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : X64
    ResourceId :
    Version : 14.0.30704.0
    PackageFullName : Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe
    InstallLocation : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe
    IsFramework : True
    PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
    PublisherId : 8wekyb3d8bbwe
    PackageUserInformation : {S-1-5-18 [S-1-5-18]: Staged}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : False
    IsPartiallyStaged : False
    SignatureKind : Store
    Status : Ok

    Name : Microsoft.WebpImageExtension
    Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    Architecture : X64
    ResourceId :
    Version : 1.0.52351.0
    PackageFullName : Microsoft.WebpImageExtension_1.0.52351.0_x64__8wekyb3d8bbwe
    InstallLocation : C:\Program Files\WindowsApps\Microsoft.WebpImageExtension_1.0.52351.0_x64__8wekyb3d8bbwe
    IsFramework : False
    PackageFamilyName : Microsoft.WebpImageExtension_8wekyb3d8bbwe
    PublisherId : 8wekyb3d8bbwe
    PackageUserInformation : {S-1-5-21-974199620-1516164726-3069099516-1001 [Tanya]: Installed, S-1-5-18 [S-1-5-18]:
    Installed}
    IsResourcePackage : False
    IsBundle : False
    IsDevelopmentMode : False
    NonRemovable : False
    IsPartiallyStaged : False
    SignatureKind : Store
    Status : Ok

    Of couse, there is no Realtek in this list as I've always used the HDA driver. But since The Realtek HD Audio manager wont install on systems with ALC4080 or later audio there is no need to stick with HDA - provided I can avoid the need for using the store or microsoft accounts.
     
  9. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    #25232 Feartamixg, Apr 11, 2023
    Last edited: Apr 11, 2023
    Is it possible to add an option to unpin the Microsoft Store icon from the taskbar, so it isn't shown on the taskbar on fresh installs?
     
  11. shyamsundarsoni

    shyamsundarsoni MDL Novice

    Jan 15, 2012
    16
    13
    0
    Hello dear MSMG,
    at line #7844 in Toolkit 13.3, you have to delete client package of SSH rather than Server Package.
    Please have a look there & replace in next release.
    Note - I know, this doesn't affect the working of Toolkit, but taking an opportunity to inform you.
    Thanks and Regards,
     
  12. Bloomard

    Bloomard MDL Novice

    Apr 8, 2023
    3
    1
    0
    Thanks! That works.
     
  13. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Okay another question. How do you generate a list from ToolKitHelper.exe? The below command isn't working for me:
    C:\MSMG-Toolkit_v13.3\Bin\ToolKitHelper.exe C:\MSMG-Toolkit_v13.3\Mount\Install\1
     
  14. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    you need to ad the \ at the end of the path of your mount dir.
    it should look something like this:
    ToolKitHelper.exe c:\t\mount\install\3\ /? >>packages.txt
     
  15. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Thanks for that, that worked nicely!

    @MSMG
    I am struggling a little with my Windows 11 RemovePkgsList which I am trying to maintain.

    For Windows 11 2262x, which components do I need for the Microsoft Store to work, so I can install apps? I do not intend signing into the store, but I understand that the store is required to install apps. I use the below list for Windows 10, however ServicesStoreEngagement does not appear to be present in Windows 11 (see attached file):
    • WindowsStoreClient
    • DesktopAppInstaller
    • ServicesStoreEngagement
    • WindowsStoreClient
    In order to keep Xbox and Microsoft Store functionality, these are the components I remove in Windows 10:
    • WindowsStoreClient
    • XboxClient
    • XboxGameCallableUI
    • DesktopAppInstaller
    • ServicesStoreEngagement
    • StorePurchaseApp
    • WindowsStoreClient
    • XboxClient
    • XboxGameOverlay
    • XboxGamingOverlay
    • XboxIdentityProvider
    • XboxSpeechToTextOverlay
    • XboxTCUI
    Again ServicesStoreEngagement is not present in Windows 11 and I am unsure about XboxApp which I assume is called XboxClient in Windows 11?

    Have attached w11.txt which shows the components in my Windows 11 build.
     

    Attached Files:

    • w11.txt
      File size:
      12.3 KB
      Views:
      15
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Needed for: Windows Store
    DesktopAppInstaller - is interesting to keep for working winget commands.
    WindowsStoreClient - Microsoft Store Client, required to Microsoft Store work
    WindowsStoreApp - Microsoft Store App
    StorePurchaseApp - Microsoft Store Purchase App, not sure if removed you're able to buy games, apps in the Microsoft Store without issues.
    ServicesStoreEngagement
    AdvertisingXaml
    AccountsControl - Required to sign in to apps.
    AADBrokerPlugin
    XboxIdentityProvider Xbox Identity Provider - Require for sign in to Xbox Console Companion (Read as XboxApp or GamingApp)
    XboxClient - required to xbox app work
    XboxApp "w10" equal GamingApp "w11" - Xbox Console Companion
    XboxSpeechToTextOverlay
     
  17. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Thanks for this! I am not able to find ServicesStoreEngagement or AdvertisingXaml in my list of components that I attached to my previous post. Perhaps this is because I am using an Enterprise image?

    Please confirm that this is the list I need for Store and Xbox functionality:
    • AADBrokerPlugin
    • AccountsControl
    • WindowsStoreClient
    • XboxClient
    • DesktopAppInstaller
    • GamingApp
    • StorePurchaseApp
    • WindowsStoreApp
    • XboxIdentityProvider
    • XboxSpeechToTextOverlay

    And please confirm that this the list I need for Store only functionality:
    • AADBrokerPlugin
    • AccountsControl
    • WindowsStoreClient
    • DesktopAppInstaller
    • StorePurchaseApp
    • WindowsStoreApp
    Have left ServicesStoreEngagement and AdvertisingXaml from the list, as I they are not shown in my list of components.
     
  18. DennyAmaro

    DennyAmaro MDL Junior Member

    Apr 25, 2018
    63
    21
    0
    Yes the provided should be enough, but keep in mind that Speech Recognition is also required by some games as reported in NTLite forum. And if you use Snipping Tool is better keep Capture Picker.