Windows 10: Remove-AppxPackage

Discus and support Remove-AppxPackage in Windows 10 Software and Apps to solve the problem; Remove-appxpackage <packagefullname> -user <string sid>is not removing package for the user when running as admin or system.... Discussion in 'Windows 10 Software and Apps' started by CS00001111, Feb 7, 2022.

  1. Remove-AppxPackage


    Remove-appxpackage <packagefullname> -user <string sid>is not removing package for the user when running as admin or system.

    :)
     
    CS00001111, Feb 7, 2022
    #1
  2. 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 7, 2022
    #2
  3. OneMoar Win User
    Windows 10 Tweaks

    @W1zzard looks like the hashing/version is different on some systems
    this syntax works better
    powershell "Get-AppxPackage *3d* | Remove-AppxPackage"
    powershell "Get-AppxPackage *bing* | Remove-AppxPackage"
    powershell "Get-AppxPackage *solit* | Remove-AppxPackage"
    powershell "Get-AppxPackage *people* | Remove-AppxPackage"
    powershell "Get-AppxPackage *zune* | Remove-AppxPackage"
    powershell "Get-AppxPackage *photos* | Remove-AppxPackage"
    powershell "Get-AppxPackage *phone* | Remove-AppxPackage"
    powershell "Get-AppxPackage *communi* | Remove-AppxPackage"
    someone already compiled all the tweaks listed into a handy choice driven .cmd file
    you can get that from here
    http://forums.mydigitallife.info/threads/63498-Windows-10-TNBT-(The-next-big-tweak)-official-thread
     
    OneMoar, Feb 7, 2022
    #3
  4. AsRock Win User

    Remove-AppxPackage

    Windows 10 Tweaks

    I will have to agree, as when i upgraded the fixes work and now i am using a clean install none of them work except onedrive.
     
    AsRock, Feb 7, 2022
    #4
Thema:

Remove-AppxPackage

Loading...
  1. Remove-AppxPackage - Similar Threads - Remove AppxPackage

  2. 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...
  3. 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...
  4. 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...
  5. remove-AppxPackage -AllUsers causes Application Error

    in Windows 10 Gaming
    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:...
  6. 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:...
  7. remove-AppxPackage -AllUsers causes Application Error

    in Windows 10 BSOD Crashes and Debugging
    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:...
  8. AppxPackages Removal

    in Windows 10 Gaming
    AppxPackages Removal: As a part of a new computer setup that I do, I run a PowerShell script that removes a bunch of the unnecessary AppxPackages. For some reason on 1 specific new computer, I cannot remove any appx-package even when I run the command manually rather than in my script. There isn't...
  9. AppxPackages Removal

    in Windows 10 Software and Apps
    AppxPackages Removal: As a part of a new computer setup that I do, I run a PowerShell script that removes a bunch of the unnecessary AppxPackages. For some reason on 1 specific new computer, I cannot remove any appx-package even when I run the command manually rather than in my script. There isn't...
  10. Remove-AppxPackage doesn't cleanly Remove APPX App from Windows PC

    in Windows 10 Software and Apps
    Remove-AppxPackage doesn't cleanly Remove APPX App from Windows PC: 0I am trying to uninstall a previously installed windows UWP App. using command below. Below command is removing the App. from Start menu fine but the App. is not able to remove C:\Program Files\WindowsApps\MyAPPNAME\ directory.Can someone help me with this fix...