Uninstall Apps in Windows 10  

Page 63 of 66 FirstFirst ... 13536162636465 ... LastLast

  1. Posts : 43,004
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #620

    Hi Shawn, Option 1 step 4 says
    4 If this is a desktop app, then go to step 2 in Option Nine.
    This doesn't seem appropriate for a 'desktop' program (exe/dll) ... thanks.
      My Computers


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

    dalchina said:
    Hi Shawn, Option 1 step 4 says


    This doesn't seem appropriate for a 'desktop' program (exe/dll) ... thanks.
    Thank you. That should be option 3 instead of 9. Now corrected.
      My Computers


  3. CJW
    Posts : 335
    10 Pro. 64Bit
       #622

    I did a full reinstall of Windows 10 & want to uninstall a lot of built-in apps, but forgot which options I used before. I think I used 9 & 10.

    There are 2 users on my comfuser (Administrator & Standard). I want to uninstall for both (& any future) users.

    1. What is the difference between Desktop, Windows & Provisioned Apps?
    2. What is the difference between Specific Windows Apps & Specific Listed Windows Apps?
    3. Using the Administrator account, which options would be the best for me to use?

    By the way, I'll be doing all this while offline; will that make a difference?
    Last edited by CJW; 15 Nov 2023 at 11:29.
      My Computer


  4. Posts : 5
    Win10 19.03
       #623

    Desktop Apps = installed Apps from like setup.exe / setup.msi like 7zip
    Windows Apps = installed Windows Store Apps
    Provisioned Apps = Apps that will be automaticaly installed for every new user even if you uninstall it from your useraccount

    I allways do it like this:

    open powershell (as admin)
    Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName >"$env:userprofile\Desktop\Apps_List.txt"

    creates a List with all installed provisioned Apps on the Desktop

    for each App you want to uninstall... (I put them all together in one .batch file)

    powershell "Remove-AppxPackage -AllUsers -Package PackageName"

    for example for cortana:
    powershell "Remove-AppxPackage -AllUsers -Package Microsoft.549981C3F5F10_1.1911.21713.0_neutral_~_8wekyb3d8bbwe"

    or for ZuneMusic:
    powershell "Remove-AppxPackage -AllUsers -Package Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe"
      My Computer


  5. CJW
    Posts : 335
    10 Pro. 64Bit
       #624

    Adu78 said:
    I allways do it like this:
    Unfortunately, your instructions didn't help me.

    I opened Powershell (as admin) & ran the command:
    Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName >"$env:userprofile\Desktop\Apps_List.txt"
    to get the list w/installed provisioned apps onto my desktop.

    While still in Powershell, I then ran the command:
    "Remove-AppxPackage -AllUsers -Package Microsoft.SkypeApp_14.53.77.0_neutral_~_kzf8qxf38zg5c"
    (and a few others).

    Nothing happened. No success messages, no error messages, just carriage returns to the next line.
    Nothing was uninstalled.

    Thank you for the reply though.
      My Computer


  6. CJW
    Posts : 335
    10 Pro. 64Bit
       #625

    Brink said:
    How to Uninstall Desktop Apps and Windows Apps in Windows 10
    .

    I'm trying to uninstall a lot of built-in apps after a full reinstall of Windows 10. I tried using Option 9 (I think that's what I used years ago) but I just get errors:
    'remove-appxpackage : Removal failed. Please contact you software vendor.
    Deployment Remove operation with target volume C: on Package Microsoft.MicrosoftStickyNotes_3.6.73.0_x64__8wekyb3d8bbwe from: failed with error0x80070002.'

    There are 2 users on my comfuser (Administrator & Standard). I want to uninstall for both (& any future) users. My comfuser is not connected to the internet right now, could that be the problem?
      My Computer


  7. Posts : 43,004
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #626

    It's better if you post a screenshot showing the full command used and the frame of the window with the titlebar too. Thanks.

    (Note that some colour combinations - maybe dark mode- can produce screenshots which are hard to read).
      My Computers


  8. CJW
    Posts : 335
    10 Pro. 64Bit
       #627

    dalchina said:
    It's better if you post a screenshot showing the full command used and the frame of the window with the titlebar too. Thanks.

    (Note that some colour combinations - maybe dark mode- can produce screenshots which are hard to read).
    My comfuser is not connected to the internet; but I took a screenshot, transferred it to my tablet & this is what I see (I included 3 samples):
    Uninstall Apps in Windows 10-powershell-uninstall.jpg
      My Computer


  9. Posts : 43,004
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #628

    Thanks, but as I anticipated- too hard to read alas...

    What you can do is simply copy and paste all the text in the window...

    CTRL A, CTRL C
    then paste it into some word processor, and tidy up the format a bit, then upload that.
      My Computers


  10. CJW
    Posts : 335
    10 Pro. 64Bit
       #629

    dalchina said:
    Thanks, but as I anticipated- too hard to read alas...
    I hope this helps. I even clicked the links, but I don't understand all that's written.
    Here are just 3 of the uninstalls I tried:

    PS C:\Windows\system32> remove-appxpackage -AllUsers Microsoft.BingWeather_4.25.20211.0_x64__8wekyb3d8bbwe
    remove-appxpackage : Removal failed. Please contact your software vendor.
    Deployment Remove operation with target volume C: on Package Microsoft.BingWeather_4.25.20211.0_x64__8wekyb3d8bbwe from: failed with error 0x80070002.
    See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
    At line:1 char:1
    + remove-appxpackage -AllUsers Microsoft.BingWeather_4.25.20211.0_x64__ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Remove-AppxPackage], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Commands.RemoveApp xPackageCommand

    =========================================================================

    PS C:\Windows\system32> remove-appxpackage -AllUsers Microsoft.MicrosoftStickyNotes_3.6.73.0_x64__8wekyb3d8bbwe
    remove-appxpackage : Removal failed. Please contact your software vendor.
    Deployment Remove operation with target volume C: on Package Microsoft.MicrosoftStickyNotes_3.6.73.0_x64__8wekyb3d8bbwe from: failed with error 0x80070002.
    See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
    At line:1 char:1
    + remove-appxpackage -AllUsers Microsoft.MicrosoftStickyNotes_3.6.73.0_ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Remove-AppxPackage], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Commands.RemoveApp xPackageCommand

    ==========================================================================

    PS C:\Windows\system32> remove-appxpackage -AllUsers Microsoft.SkypeApp_14.53.77.0_x64__kzf8qxf38zg5c
    remove-appxpackage : Removal failed. Please contact your software vendor.
    Deployment Remove operation with target volume C: on Package Microsoft.SkypeApp_14.53.77.0_x64__kzf8qxf38zg5c from: failed with error 0x80070002.
    See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
    At line:1 char:1
    + remove-appxpackage -AllUsers Microsoft.SkypeApp_14.53.77.0_x64__kzf8q ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Remove-AppxPackage], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Commands.RemoveApp xPackageCommand
      My Computer


 

Tutorial Categories

Uninstall 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 07:54.
Find Us




Windows 10 Forums