How do U keep Win 10 from reinstalling apps I removed? (& Privacy)

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 20
    7x64
       #11

    BillGates said:
    Start PowerShell and execute:
    Code:
    DISM /Online /Get-ProvisionedAppxPackages | select-string Packagename
    DISM /Online /Remove-ProvisionedAppxPackage /PackageName:**PACKAGENAME**
    that completely uninstalls an app.
    DISM /Online /Get-ProvisionedAppxPackages | select-string Packagename only shows 2 apps, the ones I didn't delete. So I'm guessing I'm on the right track with the provisioned part in the command. However, now I'm looking for a way to delete leftover folders without knowing the full name (version numbers can change...), like the commands I used to - apparently not completely - remove the apps.
      My Computer


  2. Nus
    Posts : 242
    Win 10 Pro 64bit
       #12

    bartgrefte said:
    However, now I'm looking for a way to delete leftover folders without knowing the full name (version numbers can change...), like the commands I used to - apparently not completely - remove the apps.
    You just need to do what I said previously.

    Take ownership of C:\Program Files\WindowsApps to see what's in it. If you can't take ownership then that might be a hint as to why your apps keep coming back. If that's the case, activate the super administrator account and use that.

    My C:\Program Files\WindowsApps is cleaned out of everything I don't want using the commands I posted.

    How do U keep Win 10 from reinstalling apps I removed? (& Privacy)-windowsapps2.png
      My Computer


  3. Posts : 20
    7x64
       #13

    Nus said:
    You just need to do what I said previously.

    Take ownership of C:\Program Files\WindowsApps to see what's in it. If you can't take ownership then that might be a hint as to why your apps keep coming back. If that's the case, activate the super administrator account and use that.
    I managed to get ownership, was looking at the wrong buttons

    The weird thing is, I don't see leftover files for every app I deleted and the ones that do have leftover files, either have only serveral kB's or several MB's worth of files left. That I can live with, but why weren't these folders deleted automatically when using Remove-ProvisionedAppxPackage in PowerShell?

    edit: Just tried deleting the folders, no go. Even with PowerShell run as admin I get "acces to the path denied"-errors.
    Last edited by bartgrefte; 09 Aug 2015 at 06:15.
      My Computer


  4. Posts : 558
    Windows 10
       #14

    bartgrefte said:
    I managed to get ownership, was looking at the wrong buttons

    The weird thing is, I don't see leftover files for every app I deleted and the ones that do have leftover files, either have only serveral kB's or several MB's worth of files left. That I can live with, but why weren't these folders deleted automatically when using Remove-ProvisionedAppxPackage in PowerShell?

    edit: Just tried deleting the folders, no go. Even with PowerShell run as admin I get "acces to the path denied"-errors.


    Yeah , thats what i get most of the time as well , what a major pita , thanks Microsoft lol. I have tried most things on the net about removal and they all seem to fail .
      My Computer


  5. Posts : 2
    10 Pro
       #15

    I tried all the commands in power shell but the apps are still coming back.
    I tries to take ownership of the C:\Program Files\WindowsApps but the apps are still staying and working.
    These apps are so pesky!

    Any solution?
      My Computer


  6. Posts : 558
    Windows 10
       #16

    The pain in the butt it is to remove things with Win 10 was a HUGE decider for me to go back to Win 7 , it's just way too much of a hassle .
      My Computer


  7. Posts : 1
    Windows 7
       #17

    Any more info on this? I have come across this recently. On 5/30 I setup a new laptop for a customer that had Windows 10. I removed many of the built-in apps. Some by just r-clicking and saying uninstall, others by running one of the appropriate scripts and/or removing the apps from inside CCleaner. I was back there today, 6/8 to help set up a new monitor and found that almost all of the built-in apps were back. Again I removed them. Why does MS keep putting this JUNK back? Just another reason I stay clear of Windows 10. I also have noticed Windows 10 penchant for resetting the default browser to EDGE. You get a message, "Windows had a problem with your default programs and some have been reset". Time to declare WAR on Microsoft. And in a war, anyone working for them is automatically an enemy combatant!!!

    I'd love a fix that would stop 10 from doing these things.
      My Computer


  8. Posts : 740
    Windows 10 x64 Pro
       #18

    QuiGonJohn said:
    Any more info on this? I have come across this recently. On 5/30 I setup a new laptop for a customer that had Windows 10. I removed many of the built-in apps. Some by just r-clicking and saying uninstall, others by running one of the appropriate scripts and/or removing the apps from inside CCleaner. I was back there today, 6/8 to help set up a new monitor and found that almost all of the built-in apps were back. Again I removed them. Why does MS keep putting this JUNK back? Just another reason I stay clear of Windows 10. I also have noticed Windows 10 penchant for resetting the default browser to EDGE. You get a message, "Windows had a problem with your default programs and some have been reset". Time to declare WAR on Microsoft. And in a war, anyone working for them is automatically an enemy combatant!!!

    I'd love a fix that would stop 10 from doing these things.
    same issue. i think what people are misunderstanding here is that we (atleast I) am not talking about the pre installed microsoft mumbo-jumbo. aka cortana, edge, contact support, feedback, phone, calculator, etc.

    I'm talking about the bs apps like flipboard, eclipse manager, calculator2 etc.

    removed them all but they came back.. removed them again - back again. All in the same day!! I even set the gpedit for no microsoft consumer improvement or w/e it was/is that was "supposed" to stop this!
      My Computer


  9. Posts : 1
    Win 10 Pro 64-bit
       #19

    klepp0906 said:
    same issue. i think what people are misunderstanding here is that we (atleast I) am not talking about the pre installed microsoft mumbo-jumbo. aka cortana, edge, contact support, feedback, phone, calculator, etc.

    I'm talking about the bs apps like flipboard, eclipse manager, calculator2 etc.

    removed them all but they came back.. removed them again - back again. All in the same day!! I even set the gpedit for no microsoft consumer improvement or w/e it was/is that was "supposed" to stop this!
    I have found that it keeps happening because of the automatic update setting in the app store. It keeps "updating" the apps and reinstalling. Which is why it is probably only happening with apps that are "owned" by you due to digital entitlement because they were once downloaded through your account.

    Open the Microsoft App Store, nav to settings, turn off "Update Apps Automatically".

    This has worked for me so far. Did that a month ago and so far nothing has re-installed. I found this happening because I downloaded an app on my desktop and suddenly it popped up on my laptop along with a bunch of other crap I removed previously.

    -edit-

    after a bit more research, i found that the instructions in this article seem to be the most thorough and useful.
    http://winaero.com/blog/stop-windows...unwanted-apps/
    Last edited by jw98520182; 30 Aug 2016 at 21:47.
      My Computer


  10. Posts : 6
    Win 10
       #20

    Last nights update has installed a load of addware apps, some of which I had previously deleted. deleting them now only removes them for a short while and they re-seed themselves.
    It has also cause my EOS software to cease to function, deleted other files, removed items from my start menu and changed my start screen immage.
    If I was to break into Microsofts system and do the same they would have me in court for hacking into their system. Their arrogance is staggering.
    I have been trying to delete this junk all day now and feel that MS should pay me for my time. In sympathy with a previous post I will dump Win 10 if this happens again. Farr too much hassle. If it wasn't for other programs that I need which are tied into microft I would be moving to another O/S, and this is likley to happen at some point in the future.

    Well no mater what I try I can't get the elevated power shell to delete any of this C~~P I keep getting a deployment failed error.
    Don't know where to go from here.
    Last edited by Bitterend; 01 Oct 2016 at 13:51.
      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 17:26.
Find Us




Windows 10 Forums