On Windows 10 Enterprise LTSC Version 1809 Build 17763.6054 I try to run the Windows Win32 API syscall within my rust program: windows::Win32::Management::MobileDeviceManagementRegistration::RegisterDeviceWithManagement This function will register the device to an MDM server. I get the following HRESULT error code: 0x80193AFC when it is run. I was not able to find this code documented anywhere […]