I've recently updated my win1909 enterprise to WIN10 21H2 via windows Update feature.
I would like to sysprep the WIN10 21H2 but its failing with below message.
" Package InputApp_1000.17134.1.0_neutral_neutral_cw5n1h2txyewy was installed for a user,"
I tried to uninstall or remove the package using below command using Powershell command. but didn't work
Get-appxprovisionedpackage –online | where-object {$_.packagename –like 'InputApp'} | remove-appxprovisionedpackage –online
USED THE BELOW COMMAND RECEIVE THE BELOW ERROR MESSAGE.
Remove-AppxPackage -AllUsers -Package InputApp_1000.17134.1.0_neutral_neutral_cw5n1h2txyewy
Remove-AppxPackage : Removal failed. Please contact your software vendor.
Deployment Remove operation with target volume C: on Package InputApp_1000.17134.1.0_neutral_neutral_cw5n1h2txyewy
from: failed with error 0x80070032. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
deployment issues.
At line:1 char:1
- Remove-AppxPackage -AllUsers -Package InputApp_1000.17134.1.0_neutral ...
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (:) [Remove-AppxPackage], COMException
- FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Comman
ds.RemoveAppxPackageCommand
Tried to search InputApp_1000.17134.1.0 package in Microsoft package folder didnt find.
kindly need urgent support to fix this issue to finalize sysprep for image creation.