Eric
Yes, I tried that version.
I think that the problem is that the FRDM-K82F (and other FRDM boards) are delivered with mbed bootloaders. These show the disk space (also in DOS) as 96k in size. The P&E MSD + Debug application is 200k in size and so can't be copied (also not in DOS). I do have a suspicion that the SDA files are also code in some way and can only be loaded if the P&E Bootloaer is installed.
I had the same problem with other FRDM boards such as the FRDM-K64F but P&E Micro also has a debug-only ".bin" in the package for that the board which can be loaded and is adequate for some debugging (but misses a VCOM and USB-MSD). Therefore I tend to have multiple boards - one with the mbed (which does VCOM and USB-MSD but can't debug) and one with P&E in case I need to quickly do some low level debugging.
Unfortunately I don't know where to get a new bootloader that will need to be loaded via JTAG first that will then allow a version to be loaded that will work with Win 10 and also allow debugging.
It seems that the mbed FRDM-K82F support is very half-hearted - the link on the boot loader leads to a non-existent ARM page - they don't even have anything on the official web site about the board (no new version that corrects the Win 10 issue, whereas FRDM-K22F and FRDM-K64F do) yet the FRDM-K82F, is a year or so old, is delivered with their loader which doesn't actually work (just to copy form Win 7) and doesn't allow corrections....
I have installed a secondary boot loader with USB-MSD and CDC so that can basically work but will probably need to fall-back on a HW Jtag method in case of specific debugging requirements - or use the TWR-K82F board instead.
There still seems to be be quite a mess with these tools - each time losing several hours to do a couple of simple checks ;-(
Regards
Mark