Successfully removed default apps in admin account but ...


  1. Posts : 558
    Windows 10
       #1

    Successfully removed default apps in admin account but ...


    I managed to get rid of a lot of apps in my admin account by using the code (see screenshot) but i can't remove them in user account .

    I tried the code that is supposed to prevent the user account from having all the apps re install but it didn't work for me .

    Any idea what would work to rid most of the default apps in the "user" account ?

    Thank you
    Attached Thumbnails Attached Thumbnails Successfully removed default apps in admin account but ...-screenshot-1-.png  
      My Computer


  2. Posts : 558
    Windows 10
    Thread Starter
       #2

    OK, i tried brink's tutorial and as you can see , still having issues removing apps in "user"account . Admin account it worked though.
    Attached Thumbnails Attached Thumbnails Successfully removed default apps in admin account but ...-screenshot-1-.png   Successfully removed default apps in admin account but ...-screenshot-2-.png  
      My Computer


  3. Posts : 8
    Win 10
       #3

    fredc said:
    OK, i tried brink's tutorial and as you can see , still having issues removing apps in "user"account . Admin account it worked though.
    I've only had luck on one of the laptops and home using the "remove from all user" commands in powershell as admin.

    * 3Dbuilder
    Get-appxpackage -allusers | where-object {$_.packagename -like "*3dbuilder*"} | remove-appxpackage

    Get-appxprovisionedpackage –online | where-object {$_.packagename –like "*3dbuilder*"} | remove-appxprovisionedpackage –online

    Each user musr remove the apps.

    # (To uninstall 3D Builder app for current account only)
    Get-AppxPackage *3dbuilder* | Remove-AppxPackage

    HTH fulo
      My Computer


 

  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 11:03.
Find Us




Windows 10 Forums