partition type (e.g. partition id) differently set "format" command (fat) between win 7 , win 10. why there such inconsistency, bug?
- format removable drive (e.g., usb) on win 7 (use fat) , check partition type using diskpart commands. see the partition type (e.g. partition id) 0x06.
2. next format card in removable drive in win 10. you see the partition type (e.g. partition id) 0x0e.
this causes problem when moved application win 7 win 10. sw formatting (via os api: fmifs.dll (file manager installable file system)) partition type on windows 10 ends different on windows 7. need (required) partition type 0x06 in windows 7.
i know diskpart allows change partition type (e.g. partition id) via set id. however, did not find api (i.e. change partition table entry) after formatting. is there way change partition id programmatically?
thanks
quicker , more in-depth answer, please post question msdn developer forum . . . https://social.msdn.microsoft.com/forums/en-us/home
Windows / Windows 10 / Devices & drivers / PC
Comments
Post a Comment