Nordic UART Service automatic com port creation BLE

Hello, 
I would like to know what is required of me to automatically create com port in windows that would allow me to use my ble device as if it were attached by ordinary serial connector.
use case works like that user picks device from list, pairs with device, windows automatically creates com port that user can use to communicate with device. is it supported by default windows driver provided I name my characteristics with same uuid's as in NUS or does it require custom application/driver on my part ? (just as a note, I've already tested it, it doesn't seem to be working as described above, altough I would like to double-check just in case I am doing something wrong)

Related