Find what is your computer's gender
Step 1 - Open Notepad on your computer
Step 2 - Write the following codes -
dim sapi
set sapi = CreateObject("sapi.spvoice")
sapi.Speak "Welcome"
Step 3 - Save the program as "welcome.vbs"
Step 4 - Now open the file. If you hear "welcome" in a male sound then your computer's gender is male, otherwise your computer's gender is female 😁
Please leave a comment below.