Saturday, August 1, 2015

Remove XBOX from Windows 10


  1. Start an Administrative Powershell window
  2. Run the command 'Get-AppxPackage | Select Name,PackageFullname' (This will list installed Metro apps displaying the Name and PackageFullname needed to uninstall)
  3. Locate the Xbox package (Microsoft.XboxApp)
  4. Copy the 'PackageFullname'
  5. Type 'Remove-AppXPackage <PackageFullname>' (replace <PackageFullname> with the text you copied from the list) and hit enter

Disable or Uninstall OneDrive Completely in Windows 10

https://techjourney.net/disable-or-uninstall-onedrive-completely-in-windows-10/