Imei 15 character
If code work. Please share website on Facebook , Google +, Twitter
The Microsoft Deployment Toolkit (MDT) or Windows Assessment and Deployment Kit (ADK) allows creation of custom installation media (answer files) that exclude bloatware before the OS is installed. This is the only method that prevents reinstallation during feature updates.
Remove-AppxPackage -Package "Microsoft.XboxApp_48.109.3001.0_x64__8wekyb3d8bbwe" windows bloatware removal
Get-AppxProvisionedPackage -Online | Where-Object $_.DisplayName -like "*Xbox*" | Remove-AppxProvisionedPackage -Online The Microsoft Deployment Toolkit (MDT) or Windows Assessment