Well cut my legs & call me Shorty! In desperation after much troubleshooting I made a very minor change to the driver file per this thread:
viewtopic.php?f=19&t=19075&p=144446&hilit=REV_0002#p144446I do not know why changing REV_0001 to REV_0002 in two locations seems to have worked, but it does and I'm running with it. For anyone else searching this thread, this is what I did: copy-pasted "atmega32u4cdc.inf" back onto the desktop as "a.inf" and changed the text to this:
;------------------------------------------------------------------------------
; Vendor and Product ID Definitions
;------------------------------------------------------------------------------
; When developing your USB device... (etc)
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0001&REV_0002
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_239A&PID_0001&REV_0002