Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 4
    you have to use Remove-AppxProvisionedPackage to remove buildin apps: Remove-AppXProvisionedPackage -Online -PackageName <PackageName> Commented Dec 21, 2015 at 5:17
  • I'm getting "the system cannot find the file specified".
    – GiantDuck
    Commented Dec 22, 2015 at 0:28
  • DId you try running the command as Administrator from the powershell console?
    – doenoe
    Commented Dec 29, 2015 at 10:06