0% found this document useful (0 votes)
25 views

PowerShell Transcript.dell.PKhRDFLc.20231222114549

The document is a PowerShell transcript detailing the execution of a Windows 10 debloating script on a machine named DELL. It includes the removal of various registry entries and attempts to uninstall certain app packages, which fail due to dependency issues with existing frameworks. Multiple errors are logged indicating that specific frameworks cannot be removed because other packages depend on them.

Uploaded by

dineshvijay59
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

PowerShell Transcript.dell.PKhRDFLc.20231222114549

The document is a PowerShell transcript detailing the execution of a Windows 10 debloating script on a machine named DELL. It includes the removal of various registry entries and attempts to uninstall certain app packages, which fail due to dependency issues with existing frameworks. Multiple errors are logged indicating that specific frameworks cannot be removed because other packages depend on them.

Uploaded by

dineshvijay59
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 38

**********************

Windows PowerShell transcript start


Start time: 20231222114549
Username: DELL\DELL
RunAs User: DELL\DELL
Configuration Name:
Machine: DELL (Microsoft Windows NT 10.0.19044.0)
Host Application: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Process ID: 10728
PSVersion: 5.1.19041.2673
PSEdition: Desktop
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.19041.2673
BuildVersion: 10.0.19041.2673
CLRVersion: 4.0.30319.42000
WSManStackVersion: 3.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
**********************
Transcript started, output file is C:\Temp\Windows10Debloater\
PowerShell_transcript.DELL.pKhRDFLc.20231222114549.txt
Creating System Restore Point if one does not already exist. If one does, then you
will receive a warning. Please wait...
Unpinning all tiles from the start menu
Removing HKCR from registry
Removing HKCR:\Extensions\ContractId\Windows.BackgroundTasks\PackageId\
46928bounde.EclipseManager_2.2.4.51_neutral__a5h4egax66k6y from registry
Removing HKCR:\Extensions\ContractId\Windows.BackgroundTasks\PackageId\
ActiproSoftwareLLC.562882FEEB491_2.6.18.18_neutral__24pqs290vpjk0 from registry
Removing HKCR:\Extensions\ContractId\Windows.BackgroundTasks\PackageId\
Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe from registry
Removing HKCR:\Extensions\ContractId\Windows.BackgroundTasks\PackageId\
Microsoft.PPIProjection_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from registry
Removing HKCR:\Extensions\ContractId\Windows.BackgroundTasks\PackageId\
Microsoft.XboxGameCallableUI_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from
registry
Removing HKCR:\Extensions\ContractId\Windows.BackgroundTasks\PackageId\
Microsoft.XboxGameCallableUI_1000.16299.15.0_neutral_neutral_cw5n1h2txyewy from
registry
Removing HKCR:\Extensions\ContractId\Windows.File\PackageId\
ActiproSoftwareLLC.562882FEEB491_2.6.18.18_neutral__24pqs290vpjk0 from registry
Removing HKCR:\Extensions\ContractId\Windows.Launch\PackageId\
46928bounde.EclipseManager_2.2.4.51_neutral__a5h4egax66k6y from registry
Removing HKCR:\Extensions\ContractId\Windows.Launch\PackageId\
ActiproSoftwareLLC.562882FEEB491_2.6.18.18_neutral__24pqs290vpjk0 from registry
Removing HKCR:\Extensions\ContractId\Windows.Launch\PackageId\
Microsoft.PPIProjection_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from registry
Removing HKCR:\Extensions\ContractId\Windows.Launch\PackageId\
Microsoft.XboxGameCallableUI_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from
registry
Removing HKCR:\Extensions\ContractId\Windows.Launch\PackageId\
Microsoft.XboxGameCallableUI_1000.16299.15.0_neutral_neutral_cw5n1h2txyewy from
registry
Removing HKCR:\Extensions\ContractId\Windows.PreInstalledConfigTask\PackageId\
Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe from registry
Removing HKCR:\Extensions\ContractId\Windows.Protocol\PackageId\
ActiproSoftwareLLC.562882FEEB491_2.6.18.18_neutral__24pqs290vpjk0 from registry
Removing HKCR:\Extensions\ContractId\Windows.Protocol\PackageId\
Microsoft.PPIProjection_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from registry
Removing HKCR:\Extensions\ContractId\Windows.Protocol\PackageId\
Microsoft.XboxGameCallableUI_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from
registry
Removing HKCR:\Extensions\ContractId\Windows.Protocol\PackageId\
Microsoft.XboxGameCallableUI_1000.16299.15.0_neutral_neutral_cw5n1h2txyewy from
registry
Removing HKCR:\Extensions\ContractId\Windows.ShareTarget\PackageId\
ActiproSoftwareLLC.562882FEEB491_2.6.18.18_neutral__24pqs290vpjk0 from registry
Additional bloatware keys have been removed!
PS C:\Users\DELL\Downloads\Windows10Debloater-master> Get-AppxPackage | Remove-
AppxPackage
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed
updates, dependency or conflict
validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.ConnectivityStore currently depends on the framework. Removing all
packages that depend on the framework
automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-f186-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-f186-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed
updates, dependency or conflict validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.ConnectivityStore currently depends on the framework. Removing
all packages that depend on the framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-f186-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-f186-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed


updates, dependency or conflict
validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.ConnectivityStore currently depends on the framework. Removing all
packages that depend on the framework
automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0003-0988-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0003-0988-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed
updates, dependency or conflict validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.ConnectivityStore currently depends on the framework. Removing
all packages that depend on the framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0003-0988-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0003-0988-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed


updates, dependency or conflict
validation.

Windows cannot remove framework


Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe because package(s)
SAMSUNGELECTRONICSCO.LTD.SamsungPrinterExperience currently depends on the
framework. Removing all packages that depend
on the framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-0587-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-0587-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.VCLib...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed
updates, dependency or conflict validation.

Windows cannot remove framework


Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe because package(s)
SAMSUNGELECTRONICSCO.LTD.SamsungPrinterExperience currently depends on the
framework. Removing all packages that depend on the framework automatically removes
the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-0587-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-0587-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.VCLib...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed


updates, dependency or conflict
validation.

Windows cannot remove framework


Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe because package(s)
SAMSUNGELECTRONICSCO.LTD.SamsungPrinterExperience currently depends on the
framework. Removing all packages that depend
on the framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-a3ad-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-a3ad-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.VCLib...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed
updates, dependency or conflict validation.

Windows cannot remove framework


Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe because package(s)
SAMSUNGELECTRONICSCO.LTD.SamsungPrinterExperience currently depends on the
framework. Removing all packages that depend on the framework automatically removes
the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-a3ad-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-a3ad-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.VCLib...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed


updates, dependency or conflict
validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.Office.Sway AdobeSystemsIncorporated.AdobePhotoshopExpress currently
depends on the framework. Removing all
packages that depend on the framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-b1ad-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-b1ad-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed
updates, dependency or conflict validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.Office.Sway AdobeSystemsIncorporated.AdobePhotoshopExpress
currently depends on the framework. Removing all packages that depend on the
framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-b1ad-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-b1ad-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed


updates, dependency or conflict
validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.Office.Sway AdobeSystemsIncorporated.AdobePhotoshopExpress currently
depends on the framework. Removing all
packages that depend on the framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-1587-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-1587-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed
updates, dependency or conflict validation.

Windows cannot remove framework


Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.Office.Sway AdobeSystemsIncorporated.AdobePhotoshopExpress
currently depends on the framework. Removing all packages that depend on the
framework automatically removes the framework.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-1587-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-1587-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy from: C:\
Windows\ImmersiveControlPanel failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-398a-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-398a-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(windows.immersi...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy from: C:\
Windows\ImmersiveControlPanel failed. This app
is part of Windows and cannot be uninstalled on a per-user basis. An administrator
can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not
be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-398a-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-398a-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(windows.immersi...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.BioEnrollment_10.0.19041.1023_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.BioEnrollment_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-42ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-42ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.BioEn...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.BioEnrollment_10.0.19041.1023_neutral__cw5n1h2txyewy from: C:\Windows\
SystemApps\Microsoft.BioEnrollment_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off.
However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-42ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-42ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.BioEn...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.OOBENetworkConnectionFlow_10.0.19041.1023_neutral__cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkConnectionFlow_cw5n1h2txyewy
failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-47ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-47ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.OOBENetworkConnectionFlow_10.0.19041.1023_neutral__cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkConnectionFlow_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can
attempt to remove the app from the computer using Turn Windows Features on or off.
However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-47ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-47ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AAD.BrokerPlugin_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-5d94-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-5d94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.AAD.B...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AAD.BrokerPlugin_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy failed. This app is
part of Windows and cannot be uninstalled on a per-user basis. An administrator can
attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-5d94-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-5d94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.AAD.B...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.OOBENetworkCaptivePortal_10.0.19041.1023_neutral__cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewy
failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-6794-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-6794-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.OOBENetworkCaptivePortal_10.0.19041.1023_neutral__cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can attempt
to remove the app from the computer using Turn Windows Features on or off. However,
it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-6794-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-6794-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
MicrosoftWindows.UndockedDevKit_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy failed. This
app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-88ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-88ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(MicrosoftWindow...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
MicrosoftWindows.UndockedDevKit_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\MicrosoftWindows.UndockedDevKit_cw5n1h2txyewy failed. This
app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove
the app from the computer using Turn Windows Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-88ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-88ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(MicrosoftWindow...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.StartMenuExperienceHost_10.0.19041.1023_neutral_neutral_cw5n1h2tx
yewy from:
C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-91ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-91ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.StartMenuExperienceHost_10.0.19041.1023_neutral_neutral_cw5n1h2tx
yewy from:
C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can attempt
to remove the app from the computer using Turn Windows Features on or off. However,
it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-91ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-91ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ContentDeliveryManager_10.0.19041.1023_neutral_neutral_cw5n1h2txy
ewy from:
C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy
failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-9494-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-9494-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ContentDeliveryManager_10.0.19041.1023_neutral_neutral_cw5n1h2txy
ewy from:
C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can attempt
to remove the app from the computer using Turn Windows Features on or off. However,
it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-9494-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-9494-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.LockApp_10.0.19041.1023_neutral__cw5n1h2txyewy
from: C:\Windows\SystemApps\Microsoft.LockApp_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-a0ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-a0ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.LockA...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.LockApp_10.0.19041.1023_neutral__cw5n1h2txyewy from: C:\Windows\
SystemApps\Microsoft.LockApp_cw5n1h2txyewy failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-a0ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-a0ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.LockA...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Windows.PrintDialog_6.2.1.0_neutral_neutral_cw5n1h2txyewy
from: C:\Windows\PrintDialog failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An
administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-a5ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-a5ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Windows.PrintDi...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Windows.PrintDialog_6.2.1.0_neutral_neutral_cw5n1h2txyewy from: C:\Windows\
PrintDialog failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn Windows Features on or off. However, it may
not be possible to
uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-a5ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-a5ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Windows.PrintDi...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Windows.CBSPreview_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Windows.CBSPreview_cw5n1h2txyewy failed. This app is part of
Windows and cannot be uninstalled on
a per-user basis. An administrator can attempt to remove the app from the computer
using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-ad94-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-ad94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Windows.CBSPrev...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Windows.CBSPreview_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from: C:\Windows\
SystemApps\Windows.CBSPreview_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off.
However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-ad94-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-ad94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Windows.CBSPrev...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
NcsiUwpApp_1000.19041.1023.0_neutral_neutral_8wekyb3d8bbwe from: C:\Windows\
SystemApps\NcsiUwpApp_8wekyb3d8bbwe failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-acba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-acba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(NcsiUwpApp_1000...l_8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
NcsiUwpApp_1000.19041.1023.0_neutral_neutral_8wekyb3d8bbwe from: C:\Windows\
SystemApps\NcsiUwpApp_8wekyb3d8bbwe failed. This app
is part of Windows and cannot be uninstalled on a per-user basis. An administrator
can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not
be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-acba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-acba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(NcsiUwpApp_1000...l_8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app
is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-bc94-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-bc94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app
is part of Windows and cannot be uninstalled on a per-user basis. An administrator
can attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-bc94-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-bc94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.XGpuEjectDialog_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.XGpuEjectDialog_cw5n1h2txyewy failed. This
app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-beba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-beba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.XGpuEjectDialog_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.XGpuEjectDialog_cw5n1h2txyewy failed. This
app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to
remove the app from the computer using Turn Windows Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-beba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-beba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.PinningConfirmationDialog_1000.19041.1023.0_neutral__cw5n1h2txyew
y from:
C:\Windows\SystemApps\Microsoft.Windows.PinningConfirmationDialog_cw5n1h2txyewy
failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-ca94-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-ca94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.PinningConfirmationDialog_1000.19041.1023.0_neutral__cw5n1h2txyew
y from:
C:\Windows\SystemApps\Microsoft.Windows.PinningConfirmationDialog_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can
attempt to remove the app from the computer using Turn Windows Features on or off.
However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-ca94-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-ca94-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.PeopleExperienceHost_10.0.19041.1023_neutral_neutral_cw5n1h2txyew
y from:
C:\Windows\SystemApps\Microsoft.Windows.PeopleExperienceHost_cw5n1h2txyewy failed.
This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-cbba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-cbba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.PeopleExperienceHost_10.0.19041.1023_neutral_neutral_cw5n1h2txyew
y from:
C:\Windows\SystemApps\Microsoft.Windows.PeopleExperienceHost_cw5n1h2txyewy failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to
remove the app from the computer using Turn Windows Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-cbba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-cbba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ParentalControls_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\ParentalControls_cw5n1h2txyewy failed. This app is part of
Windows and cannot be uninstalled on a
per-user basis. An administrator can attempt to remove the app from the computer
using Turn Windows Features on or off.
However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-e1ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-e1ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ParentalControls_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\ParentalControls_cw5n1h2txyewy failed. This app is part of
Windows and cannot be uninstalled on a per-user basis. An administrator can attempt
to remove the app from
the computer using Turn Windows Features on or off. However, it may not be possible
to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-e1ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-e1ba-977e9d34da01
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.NarratorQuickStart_10.0.19041.1023_neutral_neutral_8wekyb3d8bbwe
from:
C:\Windows\SystemApps\microsoft.windows.narratorquickstart_8wekyb3d8bbwe failed.
This app is part of Windows and cannot
be uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-ebba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-ebba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.NarratorQuickStart_10.0.19041.1023_neutral_neutral_8wekyb3d8bbwe
from:
C:\Windows\SystemApps\microsoft.windows.narratorquickstart_8wekyb3d8bbwe failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to
remove the app from the computer using Turn Windows Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-ebba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-ebba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.CapturePicker_10.0.19041.1023_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.CapturePicker_cw5n1h2txyewy failed. This
app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-f894-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-f894-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.CapturePicker_10.0.19041.1023_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.CapturePicker_cw5n1h2txyewy failed. This
app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove
the app from the computer using Turn Windows Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-f894-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-f894-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.CallingShellApp_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.CallingShellApp_cw5n1h2txyewy failed. This
app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-f2ba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-f2ba-977e9d34da01
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.CallingShellApp_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.CallingShellApp_cw5n1h2txyewy failed. This
app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to
remove the app from the computer using Turn Windows Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-f2ba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-f2ba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.AssignedAccessLockApp_1000.19041.1023.0_neutral_neutral_cw5n1h2tx
yewy from:
C:\Windows\SystemApps\Microsoft.Windows.AssignedAccessLockApp_cw5n1h2txyewy failed.
This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-fdba-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-fdba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.AssignedAccessLockApp_1000.19041.1023.0_neutral_neutral_cw5n1h2tx
yewy from:
C:\Windows\SystemApps\Microsoft.Windows.AssignedAccessLockApp_cw5n1h2txyewy failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to
remove the app from the computer using Turn Windows Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-fdba-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-fdba-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.Apprep.ChxApp_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy failed. This
app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-1a95-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-1a95-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.Apprep.ChxApp_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy failed. This
app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove
the app from the computer using Turn Windows Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-1a95-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-1a95-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Win32WebViewHost_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Win32WebViewHost_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-14bb-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-14bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Win32...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Win32WebViewHost_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Win32WebViewHost_cw5n1h2txyewy failed. This app is
part of Windows and cannot be uninstalled on a per-user basis. An administrator can
attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-14bb-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-14bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Win32...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.MicrosoftEdgeDevToolsClient_1000.19041.1023.0_neutral_neutral_8wekyb3d8bb
we from:
C:\Windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe failed.
This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-19bb-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-19bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Micro...l_8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.MicrosoftEdgeDevToolsClient_1000.19041.1023.0_neutral_neutral_8wekyb3d8bb
we from:
C:\Windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to
remove the app from the computer using Turn Windows Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-19bb-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-19bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Micro...l_8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.ECApp_10.0.19041.1023_neutral__8wekyb3d8bbwe
from: C:\Windows\SystemApps\Microsoft.ECApp_8wekyb3d8bbwe failed. This app is part
of Windows and cannot be uninstalled
on a per-user basis. An administrator can attempt to remove the app from the
computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-26bb-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-26bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.ECApp...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.ECApp_10.0.19041.1023_neutral__8wekyb3d8bbwe from: C:\Windows\SystemApps\
Microsoft.ECApp_8wekyb3d8bbwe failed. This
app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-26bb-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-26bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.ECApp...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.CredDialogHost_10.0.19041.1023_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\microsoft.creddialoghost_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-30bb-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-30bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.CredD...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.CredDialogHost_10.0.19041.1023_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\microsoft.creddialoghost_cw5n1h2txyewy failed. This app is
part of Windows and cannot be uninstalled on a per-user basis. An administrator can
attempt to remove the app
from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-30bb-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-30bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.CredD...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AsyncTextService_10.0.19041.1023_neutral__8wekyb3d8bbwe from:
C:\Windows\SystemApps\Microsoft.AsyncTextService_8wekyb3d8bbwe failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-40bb-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-40bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Async...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AsyncTextService_10.0.19041.1023_neutral__8wekyb3d8bbwe from:
C:\Windows\SystemApps\Microsoft.AsyncTextService_8wekyb3d8bbwe failed. This app is
part of Windows and cannot be uninstalled on a per-user basis. An administrator can
attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-40bb-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-40bb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Async...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AccountsControl_10.0.19041.1023_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.AccountsControl_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-4195-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-4195-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Accou...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AccountsControl_10.0.19041.1023_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.AccountsControl_cw5n1h2txyewy failed. This app is
part of Windows and cannot be uninstalled on a per-user basis. An administrator can
attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-4195-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-4195-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Accou...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\
Microsoft.Windows.AddSuggestedFoldersToLibraryDialog_cw5n1h2txyewy failed. This app
is part of
Windows and cannot be uninstalled on a per-user basis. An administrator can attempt
to remove the app from the computer
using Turn Windows Features on or off. However, it may not be possible to uninstall
the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-4c95-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-4c95-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (F46D4000-FD22-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package F46D4000-FD22-4DB4-
AC8E-4E1DDDE828FE_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\
Microsoft.Windows.AddSuggestedFoldersToLibraryDialog_cw5n1h2txyewy failed. This app
is part of Windows and cannot be uninstalled on a per-user basis. An administrator
can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-4c95-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-4c95-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (F46D4000-FD22-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
E2A4F912-2574-4A75-9BB0-0D023378592B_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.AppResolverUX_cw5n1h2txyewy failed. This
app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-5395-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-5395-977e9d34da01
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (E2A4F912-2574-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package E2A4F912-2574-4A75-
9BB0-0D023378592B_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.AppResolverUX_cw5n1h2txyewy failed. This
app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove
the app from the computer using Turn Windows Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-5395-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-5395-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (E2A4F912-2574-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy
from:
C:\Windows\SystemApps\Microsoft.Windows.FilePicker_cw5n1h2txyewy failed. This app
is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-5cbb-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-5cbb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (1527c705-839a-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package 1527c705-839a-4832-
9118-54d4Bd6a0c89_10.0.19041.1023_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.FilePicker_cw5n1h2txyewy failed. This app
is part of Windows and cannot be uninstalled on a per-user basis. An administrator
can attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-5cbb-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-5cbb-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (1527c705-839a-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.CloudExperienceHost_10.0.19041.1266_neutral_neutral_cw5n1h2txyewy
from:
C:\WINDOWS\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy failed.
This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-ed96-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-ed96-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.CloudExperienceHost_10.0.19041.1266_neutral_neutral_cw5n1h2txyewy
from:
C:\WINDOWS\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to
remove the app from the computer using Turn Windows Features on or off. However, it
may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-ed96-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-ed96-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.MicrosoftEdge_44.19041.1266.0_neutral__8wekyb3d8bbwe from:
C:\WINDOWS\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-7ebc-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-7ebc-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Micro...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.MicrosoftEdge_44.19041.1266.0_neutral__8wekyb3d8bbwe from: C:\WINDOWS\
SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off.
However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-7ebc-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-7ebc-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Micro...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ShellExperienceHost_10.0.19041.1949_neutral_neutral_cw5n1h2txyewy
from:
C:\WINDOWS\SystemApps\ShellExperienceHost_cw5n1h2txyewy failed. This app is part of
Windows and cannot be uninstalled
on a per-user basis. An administrator can attempt to remove the app from the
computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0003-ea99-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0003-ea99-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ShellExperienceHost_10.0.19041.1949_neutral_neutral_cw5n1h2txyewy
from:
C:\WINDOWS\SystemApps\ShellExperienceHost_cw5n1h2txyewy failed. This app is part of
Windows and cannot be uninstalled on a per-user basis. An administrator can attempt
to remove the app from
the computer using Turn Windows Features on or off. However, it may not be possible
to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0003-ea99-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0003-ea99-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.SecHealthUI_10.0.19041.1865_neutral__cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy failed. This app
is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-4cc4-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-4cc4-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.SecHealthUI_10.0.19041.1865_neutral__cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy failed. This app
is part of Windows and cannot be uninstalled on a per-user basis. An administrator
can attempt to remove
the app from the computer using Turn Windows Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-4cc4-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-4cc4-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
c5e2524a-ea46-4f67-841f-6a9465d9d515_10.0.19041.1949_neutral_neutral_cw5n1h2txyewy
from:
C:\WINDOWS\SystemApps\Microsoft.Windows.FileExplorer_cw5n1h2txyewy failed. This app
is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-569f-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-569f-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (c5e2524a-ea46-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package c5e2524a-ea46-4f67-
841f-6a9465d9d515_10.0.19041.1949_neutral_neutral_cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\Microsoft.Windows.FileExplorer_cw5n1h2txyewy failed. This app
is part of Windows and cannot be uninstalled on a per-user basis. An administrator
can attempt to remove
the app from the computer using Turn Windows Features on or off. However, it may
not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-569f-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-569f-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (c5e2524a-ea46-
4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
MicrosoftWindows.Client.CBS_120.2212.4190.0_x64__cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0003-499f-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0003-499f-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(MicrosoftWindow...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
MicrosoftWindows.Client.CBS_120.2212.4190.0_x64__cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy failed. This app is
part of Windows and cannot be uninstalled on a per-user basis. An administrator can
attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0003-499f-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0003-499f-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(MicrosoftWindow...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.SecureAssessmentBrowser_10.0.19041.2311_neutral_neutral_cw5n1h2tx
yewy from:
C:\WINDOWS\SystemApps\Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy
failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove
the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-7bc9-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0002-7bc9-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.SecureAssessmentBrowser_10.0.19041.2311_neutral_neutral_cw5n1h2tx
yewy from:
C:\WINDOWS\SystemApps\Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy
failed. This app is part of Windows and cannot be uninstalled on a per-user basis.
An administrator can attempt
to remove the app from the computer using Turn Windows Features on or off. However,
it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0002-7bc9-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0002-7bc9-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.


Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.Search_1.14.9.19041_neutral_neutral_cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy failed. This app is
part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app
from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-44b4-


977e9d34da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 7e975c42-349d-0001-44b4-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed.
Please contact your software vendor. (Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.Search_1.14.9.19041_neutral_neutral_cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy failed. This app is
part of Windows and cannot be uninstalled on a per-user basis. An administrator can
attempt to remove the app
from the computer using Turn Windows Features on or off. However, it may not be
possible to uninstall the app.

NOTE: For additional information, look for [ActivityId] 7e975c42-349d-0001-44b4-


977e9d34da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
7e975c42-349d-0001-44b4-977e9d34da01

At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError:
(Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId :
DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCom
mand

PS C:\Users\DELL\Downloads\Windows10Debloater-master> Get-AppxPackage
*WindowsStore* -AllUsers | Foreach {Add-Appxackage -DisableDevelopmentMode -
Register "$($_.InstallLocation)\AppXManifest.xml"}
Add-Appxackage : The term 'Add-Appxackage' is not recognized as the name of a
cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try
again.
At line:1 char:53
+ ... ppxPackage *WindowsStore* -AllUsers | Foreach {Add-Appxackage -Disabl ...
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Add-Appxackage:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Add-Appxackage : The term 'Add-Appxackage' is not recognized as the name of a
cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included,
verify that the path is correct and try again.
At line:1 char:53
+ ... ppxPackage *WindowsStore* -AllUsers | Foreach {Add-Appxackage -Disabl ...
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Add-Appxackage:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\DELL\Downloads\Windows10Debloater-master> Get-AppxPackage
*WindowsStore* -AllUsers | Foreach {Add-Appxpackage -DisableDevelopmentMode -
Register "$($_.InstallLocation)\AppXManifest.xml"}

You might also like