This is easy way to setup
simple process, simple code program ,
This method support only windows OS (any os)
Follow the bellow steps:
Step 1:
Open Run by pressing Windows Key + R
(or)
Start>>Run
Step 2:
Type Notepad and hit enter
Step 3:
Copy and past the code bellow on notepad
Dim speaks, speech
speaks="Welcome to TechTube"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 4:
Change Welcome to TechTube into your name
(E.g: Welcome Dinesh kumar)
Step 5:
Then save it as (.vbs) file
Ctrl+S >> Welcome.vbs
Save as type = All files
Save it to desktop
And copy the file (Welcome.vbs)
Step 6:
Open Run by pressing Windows Key + R
(or)
Start>>Run
Step 7:
Type SHELL:STARTUP and hit enter
Step 8 :
Note:
If any error like this Click Here
Windows script host access is disabled in this machine
If any error like this Click Here