Uninstall Apps in Windows 10  

Page 53 of 66 FirstFirst ... 343515253545563 ... LastLast

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

    Hello @Mark0, and welcome to Ten Forums.

    Basically, these are Microsoft Store apps that can be uninstalled from either the current user or all users on the computer.

    Other than the built-in apps included in Windows 10, apps from the Microsoft Store are installed separately per user on the computer.

    A standard user can simply uninstall only their Microsoft Store apps. Using option 1 or 2 is the easiest way to do this.

    An administrator account can uninstall Microsoft Store apps for all users on the computer. This is where the provisioning package of an app gets removed when uninstalled for all users. Option 6 or 7 is a good easy way to do this.

    Some apps required by the system will not be allowed to be uninstalled, and you will get an "Access Denied" type error message when you try.

    You will always be able to reinstall any uninstalled apps via the Microsoft Store. This is why it's important to not uninstall the Microsoft Store app. If you do uninstall the Microsoft Store app, you will often need to do a repair install of Windows 10 to restore it.
      My Computers


  2. Posts : 36
    Windows 10 Home 19044 64-bit
       #521

    Hi,
    sorry, I still don't get it. I see that %ProgramFiles%\WindowsApps is full of stuff. This clearly is not a per-user folder. So which part of an app goes under %USERPROFILE%?
    Also, I see that "uninstalling" an app for a single user (tutorial, option 2) does not result in any change in %ProgramFiles%\WindowsApps. It looks more like a "make app unavailable to the user" rather than actual uninstall.
    Would it make any difference adding the -AllUsers parameter in PS? Would that result in the removal of the matching directories under %ProgramFiles%\WindowsApps?
    Mark
      My Computer


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

    Mark0 said:
    Hi,
    sorry, I still don't get it. I see that %ProgramFiles%\WindowsApps is full of stuff. This clearly is not a per-user folder. So which part of an app goes under %USERPROFILE%?
    Also, I see that "uninstalling" an app for a single user (tutorial, option 2) does not result in any change in %ProgramFiles%\WindowsApps. It looks more like a "make app unavailable to the user" rather than actual uninstall.
    Would it make any difference adding the -AllUsers parameter in PS? Would that result in the removal of the matching directories under %ProgramFiles%\WindowsApps?
    Mark
    Correct. Uninstalling an app for all users will remove the app's package from %ProgramFiles%\WindowsApps.
      My Computers


  4. Posts : 36
    Windows 10 Home 19044 64-bit
       #523

    Nice. It starts to make sense.
    One more question. Today I uninstalled Candy Crush for my user (tutorial, option 2). This one time the package did disappear from %ProgramFiles%\WindowsApps. How come some packages get removed from %ProgramFiles%\WindowsApps when uninstalled for a single user, while others need to be uninstalled for all users? By the way, I never installed anything from the Store, they're all out-of-the box apps.
    Cheers,
    Mark
      My Computer


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

    Mark0 said:
    Nice. It starts to make sense.
    One more question. Today I uninstalled Candy Crush for my user (tutorial, option 2). This one time the package did disappear from %ProgramFiles%\WindowsApps. How come some packages get removed from %ProgramFiles%\WindowsApps when uninstalled for a single user, while others need to be uninstalled for all users? By the way, I never installed anything from the Store, they're all out-of-the box apps.
    Cheers,
    Mark
    It really just depends on the app, and how it was written to uninstall its package.
      My Computers


  6. Posts : 36
    Windows 10 Home 19044 64-bit
       #525

    Brink said:
    It really just depends on the app, and how it was written to uninstall its package.
    Got it.
    So from today I'll go with the PowerShell -AllUsers option if no user needs the app. I personally don't like having pieces of software I don't need floating around the drive
    Thanks again, Brink
    Mark
      My Computer


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

    Mark0 said:
    Got it.
    So from today I'll go with the PowerShell -AllUsers option if no user needs the app. I personally don't like having pieces of software I don't need floating around the drive
    Thanks again, Brink
    Mark
    You're most welcome Mark.
      My Computers


  8. Posts : 36
    Windows 10 Home 19044 64-bit
       #527

    Hello @Brink,
    after some testing, I'm afraid there's something wrong with option 6 in the tutorial (option 7 really is the same as option 6). Just as a reference, I'm trying to remove the XboxApp. It would be nice if you could try the following and confirm.
    Steps to reproduce the problem:
    1 - Create an Admin account. Let's call it UserOne.
    2 - Create a second account, either Admin or Standard User. Say this is UserTwo.
    3 - Log in with UserTwo. Verify that the XboxApp is installed to the user account. Log out.
    4 - Log in with UserOne. Verify that the XboxApp is installed to the user account. Don't log out.
    5 - Still logged as UserOne, open an elevated Powershell prompt. Run the two commands you give in option 6 to uninstall the XboxApp.
    6 - See that XboxApp is still installed for UserTwo.
    Cheers,
    Mark
      My Computer


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

    Mark0 said:
    Hello @Brink,
    after some testing, I'm afraid there's something wrong with option 6 in the tutorial (option 7 really is the same as option 6). Just as a reference, I'm trying to remove the XboxApp. It would be nice if you could try the following and confirm.
    Steps to reproduce the problem:
    1 - Create an Admin account. Let's call it UserOne.
    2 - Create a second account, either Admin or Standard User. Say this is UserTwo.
    3 - Log in with UserTwo. Verify that the XboxApp is installed to the user account. Log out.
    4 - Log in with UserOne. Verify that the XboxApp is installed to the user account. Don't log out.
    5 - Still logged as UserOne, open an elevated Powershell prompt. Run the two commands you give in option 6 to uninstall the XboxApp.
    6 - See that XboxApp is still installed for UserTwo.
    Cheers,
    Mark
    Hello Mark,

    I'm seeing the same as your for the Xbox Console Companion app. Odd.
      My Computers


  10. Posts : 36
    Windows 10 Home 19044 64-bit
       #529

    Hello Brink,
    and thank you for trying that out.
    I spent the last two weeks on this problem. Until two days ago I didn't have a clue why it was not working. Then yesterday, after long researching and testing, I finally understood.
    I am sorry I have to say that the commands you provide in option 6 and 7 are uncorrect. Please, don't get me wrong: the tutorials on this forum are nice and very useful, but this one contains several mistakes. The failure is not limited to the XboxApp: the overall approach is wrong.
    I am currently polishing out a long post where I explain in detail why this fails and how to do it correctly. I hope I can upload it before tonight. When I'm done I'll paste a link here.
    Cheers,
    Mark
      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 08:18.
Find Us




Windows 10 Forums