Skip to main content

Timeline for Remove appx package for all users

Current License: CC BY-SA 3.0

4 events
when toggle format what by license comment
Jan 4, 2018 at 18:22 comment added Charlie C Removing a non-provisioned package in the image can cause serious functionality loss. For example, removing Cortana components can cause SearchUI to break, since it is nested in Cortana's package for efficiency.
Jan 4, 2018 at 18:20 comment added Charlie C Basically, you'd use powershell and run get-startapps | format-list | out-file C:\users\username\desktop\startapps.txt to isolate the target packages , and run the supplied script in the link after modifying the $AppsList variable definition. Of course, replace username in the get-startapps cmdlet with your username. You'll want to use format-list in the cmdlet to prevent truncation of package names. I strongly advise picking through a few articles before doing this. There are provisioned and non-provisioned applications. Not enough room to type it all out.
Jan 3, 2018 at 13:02 comment added flolilo would you care to include the instructions from the link into your answer?
Dec 30, 2017 at 16:35 history answered Charlie C CC BY-SA 3.0