Hi @CktDesigner
I hope you are doing great!
According to the example doc:
The USB MSC RAM SD card application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a U-disk. Users can read and write the SD card as a standard U-disk.
the doc is located inside SDK zip. Just find the SDK and browse to <sdk name>.zip\boards\<board name>\usb_examples\usb_device_msc_disk\freertos\readme.pdf
So this example is expected to enumerate as a disk once the SD card is inserted. Below an example with windows 10 OS.

You may have raised this question as this description when importing the project is a bit generic, and I agree with you.

If you want get the RT1060 to get enumerated without an SD card, maybe you could try dev_msc_ramdisk_freertos instead. Or If you are getting issue with the evkbmimxrt1060_dev_composite_cdc_msc_disk_freertos please let me know more details so we could trouble shoot it!
All the best,
Diego