Hello everyone,
So, I'm trying to set up a multi-app kiosk on Windows 10 1909 via Assigned Access as per this procedure: https://learn.microsoft.com/en-us/windows/configuration/provisioning-packages/provisioning-create-package
I'm using Windows Configuration Designer to generate a provisioning package using a custom XML file for the AssignedAccess > MultiAppAssignedAccessSettings option.
Here's my custom XML:
https://pastebin.com/KEcJAE7A
To apply the provisioning package, I transfer it to the host and then execute it via a double click as per the following procedure: https://learn.microsoft.com/en-us/windows/configuration/provisioning-packages/provisioning-apply-package#after-setup-from-a-usb-drive-network-folder-or-sharepoint-site
Problem is, I constantly get the following error:
MDM ConfigurationManager: Command failure status. Configuration Source ID: (781811f4-e576-4ba9-82c9-8de6475353b5), Enrollment Name: (Provisioning), Provider Name: (AssignedAccess), Command Type: (Add: from Replace or Add), CSP URI: (./Device/Vendor/MSFT/AssignedAccess/Configuration), Result: (Unknown Win32 Error code: 0xc00ce01d).
All I could find is this: https://learn.microsoft.com/en-us/windows-hardware/manufacture/mobile/iutool-error-codes
0xC00CE01D | XML_E_INVALID_DECIMAL
Any ideas/suggestions?