Using Win10
Attempting to follow Castorix31 advice and
Following https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/remove-windows-app-sdk-versions
I am trying to completely uninstall Microsoft.WindowsAppSDK.1.0-experimental1 so that I can install
a clean copy current version (1.01).
However the remove-appspackage failed as shown below.
What should I do ?
PS C:\> remove-appxpackage -Package Microsoft.WindowsAppSDK.1.0-experimental1_0.218.840.0_x86__8wekyb3d8bbwe
remove-appxpackage : Deployment failed with HRESULT: 0x80073D23, The deployment operation was blocked because Special
profile deployment is not allowed. Please try logging into an account that is not a Special profile. You can try
logging out and logging back into the current account, or try logging into a different account.
The package deployment operation is blocked by the "Allow deployment operations in special profiles" policy.
NOTE: For additional information, look for [ActivityId] 06830f6f-5125-0001-9055-8e062551d801 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 06830f6f-5125-0001-9055-8e062551d801
At line:1 char:1
+ remove-appxpackage -Package Microsoft.WindowsAppSDK.1.0-experimental1 ...