Confluent local services start command stuck , no display

Hi All,
Dont get any response when i run “confluent local services start”
i am able to run zookeeper and kafka by running for eg using below command
bin/zookeeper-server-start etc/kafka/zookeeper.properties
Also
confluent -version doesnt display anything

Basically trying to setup confluent in my local windows desktop .
Followed steps from this link

i had followed steps to install wsl 2 in windows and installed ubuntu .

got confluent from
curl -O https://packages.confluent.io/archive/7.3/confluent-7.3.0.tar.gz

unpacked it .

here is few of my laptop setup details

vaibhav@LAPTOP-17HPJU8D:~/confluent-7.3.0$ java -version
openjdk version “11.0.20.1” 2023-08-24
OpenJDK Runtime Environment (build 11.0.20.1+1-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 11.0.20.1+1-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)

vaibhav@LAPTOP-17HPJU8D:~/confluent-7.3.0$ echo $PATH
/home/vaibhav/confluent-7.3.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program…

vaibhav@LAPTOP-17HPJU8D:~/confluent-7.3.0$ uname -a
Linux LAPTOP-17HPJU8D 4.19.104-microsoft-standard #1 SMP Wed Feb 19 06:37:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

vaibhav@LAPTOP-17HPJU8D:~/confluent-7.3.0$ uname -r
4.19.104-microsoft-standard
vaibhav@LAPTOP-17HPJU8D:~/confluent-7.3.0$ confluent local services start

No display after this . waited for 10 min.