Jump to content

Kevin_Reed-Ysgol_Llanhari

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Kevin_Reed-Ysgol_Llanhari

  1. If it's anything like the fun and games I've had with one of their damned language packs, you need to use a slightly different syntax to remove it: Get-AppxPackage | Where-Object {$_.PackageFullName -eq "***PACKAGE FULL NAME***"} | Remove-AppxPackage (Obviously removing ***PACKAGE FULL NAME*** and replacing it with the package's full name!)
×
×
  • Create New...