Windows 10: AppxPackages AND AppxProvisionedPackages.

Discus and support AppxPackages AND AppxProvisionedPackages. in Windows 10 Software and Apps to solve the problem; Good afternoon. Question 1: I have written a PowerShell script to remove AppxPackages AND AppxProvisionedPackages. However, the following do NOT get... Discussion in 'Windows 10 Software and Apps' started by Paul Black, Feb 13, 2020.

  1. AppxPackages AND AppxProvisionedPackages.


    Good afternoon.

    Question 1:

    I have written a PowerShell script to remove AppxPackages AND AppxProvisionedPackages.

    However, the following do NOT get removed [even run as the Built-In Administrator] . . .

    Microsoft.Advertising.XamlMicrosoft.MicrosoftEdgeMicrosoft.Services.Store.EngagementMicrosoft.Window s.CloudExperienceHostMicrosoft.Windows.ContentDeliveryManagerMicrosoft.Windows.ShellExperienceHost

    The error messages I receive for the User are . . .

    Microsoft.Advertising.Xaml_10.1808.3.0_x64__8wekyb3d8bbwe
    Microsoft.windowscommunicationsapps AND Microsoft.BingWeather currently depends on the framework.

    Microsoft.MicrosoftEdge_44.18362.387.0_neutral__8wekyb3d8bbweThis app is part of Windows and cannot be uninstalled on a per-user basis.An administrator can attempt to remove the app from the computer using Turn Windows Features on or off.

    Microsoft.Windows.CloudExperienceHost_10.0.18362.387_neutral_neutral_cw5n1h2txyewyThis app is part of Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or off.

    Microsoft.Windows.ContentDeliveryManager_10.0.18362.387_neutral_neutral_cw5n1h2txyewyThis app is part of Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or off.

    Microsoft.Windows.ShellExperienceHost_10.0.18362.387_neutral_neutral_cw5n1h2txyewyThis app is part of Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or off.

    The Built-In Administrator is the SAME except for the Microsoft.Advertising.Xaml which appears to have been removed!

    How can I remove these please?

    Question 2:

    What exactly are these and can I disable them? . . .

    Microsoft.AAD.BrokerPlugin
    AppConnector
    Windows.ImmersiveControlPanel

    Thanks in advance.

    :)
     
    Paul Black, Feb 13, 2020
    #1
  2. Xylee Del Win User

    Add-AppxProvisionedPackage -Online

    Hello,

    If you removed all apps and lost the Windows Store app as well, Powershell has the ability to retrieve it. For us to assist you with this concern, kindly follow the steps below:

    • Right click the Windows icon and run PowerShell as Administrator.
    • Type the following command on the Powershell and press Enter:
      • Get-Appxpackage -Allusers
    • On the list, locate the Microsoft.WindowsStore entry and look for the text PackageFileName.
    • Run this PowerShell command and replace the ****** with the PackageFileName from the list:
      • Add-AppxPackage -register "C:\Program Files\WindowsApps\******\AppxManifest.xml" -DisableDevelopmentMode
    • After pressing Enter, this will reinstall Windows Store. Close your Powershell and restart your computer to check.

    Let us know if you need further assistance.
     
    Xylee Del, Feb 13, 2020
    #2
  3. AndreTen Win User
    View Poll Results: Do you use Edge as your primary browser??


    I found suggestion on MS forums that could work. Did you tried this?
     
    AndreTen, Feb 13, 2020
    #3
  4. Brink Win User

    AppxPackages AND AppxProvisionedPackages.

    Mail app will not open on 10041.


    Hello Adam,

    This is the suggested solution below if you haven't already tried it. AppxPackages AND AppxProvisionedPackages. :)

    In this Windows 10 build 10041, the Mail, Calendar, and People apps may be broken due to a licensing issue with the Store Beta. To get these apps working again, you need to follow these steps:

    • Open powershell as administrator
    • Run the command Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
    • Re-install Mail, People and Calendar from the Store (green tile)
     
    Brink, Feb 13, 2020
    #4
Thema:

AppxPackages AND AppxProvisionedPackages.

Loading...
  1. AppxPackages AND AppxProvisionedPackages. - Similar Threads - AppxPackages AppxProvisionedPackages

  2. Get-AppxPackage and Get-AppPackage broken in 24H2

    in Windows 10 Gaming
    Get-AppxPackage and Get-AppPackage broken in 24H2: Hello,Powershell cmdlets Get-AppxPackage and Get-AppPackage are broken on Windows 11 version 24H2 because of DLL files, which cannot be found. There may be other broken cmdlets too, but I'm not aware of them. Apparently it has been broken since 24H2 was released, but I...
  3. Get-AppxPackage and Get-AppPackage broken in 24H2

    in Windows 10 Software and Apps
    Get-AppxPackage and Get-AppPackage broken in 24H2: Hello,Powershell cmdlets Get-AppxPackage and Get-AppPackage are broken on Windows 11 version 24H2 because of DLL files, which cannot be found. There may be other broken cmdlets too, but I'm not aware of them. Apparently it has been broken since 24H2 was released, but I...
  4. what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...

    in Windows 10 Software and Apps
    what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...: I'm having a file system error with my c drive and opening apps from the windows apps folder. I saw this command while searching for an answer. what specifically does it do?Get-AppXPackage Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_....
  5. what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...

    in Windows 10 Gaming
    what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...: I'm having a file system error with my c drive and opening apps from the windows apps folder. I saw this command while searching for an answer. what specifically does it do?Get-AppXPackage Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_....
  6. Remove-AppxPackage : The remote procedure call failed. The remote procedure call

    in Microsoft Windows 10 Store
    Remove-AppxPackage : The remote procedure call failed. The remote procedure call: Hi All,Anyone can help if there any resolution for Remove-AppxPackage failure when removing store apps using below command? Crashing svchost.exe_AppXSvc.Get-AppxPackage -AllUsers -name "Package Name" remove-AppxPackage -AllUsers Process: svchost.exe_AppXSvc 10.0.19041.4355...
  7. Remove-AppxPackage : The remote procedure call failed. The remote procedure call

    in Windows 10 Gaming
    Remove-AppxPackage : The remote procedure call failed. The remote procedure call: Hi All,Anyone can help if there any resolution for Remove-AppxPackage failure when removing store apps using below command? Crashing svchost.exe_AppXSvc.Get-AppxPackage -AllUsers -name "Package Name" remove-AppxPackage -AllUsers Process: svchost.exe_AppXSvc 10.0.19041.4355...
  8. Remove-AppxPackage : The remote procedure call failed. The remote procedure call

    in Windows 10 Software and Apps
    Remove-AppxPackage : The remote procedure call failed. The remote procedure call: Hi All,Anyone can help if there any resolution for Remove-AppxPackage failure when removing store apps using below command? Crashing svchost.exe_AppXSvc.Get-AppxPackage -AllUsers -name "Package Name" remove-AppxPackage -AllUsers Process: svchost.exe_AppXSvc 10.0.19041.4355...
  9. remove-AppxPackage -AllUsers causes Application Error

    in Windows 10 Software and Apps
    remove-AppxPackage -AllUsers causes Application Error: Get-AppxPackage Microsoft.WindowsSoundRecorder -AllUsers remove-AppxPackage -AllUsersApplication Error ID: 1000Faulting application name: svchost.exe_AppXSvc, version: 10.0.19041.4355, time stamp: 0x9ce47784Faulting module name: appxdeploymentserver.dll, version:...
  10. PwrShell: Remove-AppxPackage & Remove-AppxProvisionedPackage -AllUsers

    in Windows 10 Software and Apps
    PwrShell: Remove-AppxPackage & Remove-AppxProvisionedPackage -AllUsers: Hello, I would like to ask a couple of questions regarding PowerShell commands for App management (OS build 19041.450) First: is there any difference between Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage and Get-AppxPackage -AllUsers *Microsoft.XboxApp* |...