

MTP PORTING KIT DRIVER
This will make the USB driver enumerate the default interfaces along with MTP.

In this case, it would be M圜onfiguration. Under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\USBFN add a new REG_SZ value CurrentConfiguration equal to the name of the newly created key.Under the new key, create a REG_MULTI_SZ value InterfaceList equal to MTP.Example: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\USBFN\Configurations\M圜onfiguration. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\USBFN\Configurations. Creating a new USBFN configuration with the MTP interfaceįollow these steps to add a new configuration with MTP: While you can modify the default USBFN configuration available under the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\USBFN\Configurations\Default key, it is recommended to define your own, as they will not get overwritten by system updates. The USB registry settings article explains the details of USB's configuration. In order to do that, you will need to add MTP to the interfaces enumerated by USBFN. Once the device comes back to the MainOS, the USBFN configuration still needs to be updated to include MTP.
MTP PORTING KIT INSTALL
The device will boot to the Update OS, install the MTP feature, and reboot to the MainOS.ApplyUpdate.exe -stage Microsoft-WindowsStorSvc-API-Schema-Extension-Package_Lang_en-US.cab.ApplyUpdate.exe -stage Microsoft-WindowsStorSvc-API-Schema-Extension-Package.cab.ApplyUpdate.exe -stage Microsoft-OneCoreUAP-Mtp-UserService-Package_Lang_en-US.cab.ApplyUpdate.exe -stage Microsoft-OneCoreUAP-Mtp-UserService-Package.cab.Run these commands from C:\MTPTemp to install the packages to your IoT device's system image:.Microsoft-WindowsStorSvc-API-Schema-Extension-Package_Lang_en-US.cab.

MTP PORTING KIT HOW TO
How to install the MTP feature on a device running Windows 10 IoT Core Provisioning the device with required packages The feature is part of the IoT Core Kits, which can be downloaded and installed from the Windows 10 IoT Core Packages. It allows access to the device's internal storage and the SD card, if present. The Media Transfer Protocol (MTP) allows you to transfer files to and from your Windows 10 IoT Core device through USB.
