Make your Computer speak up your NAME at startup, like it happens in the Movie
Copy the following script & paste in your notepad & name it as xyz.vbs
(Note: extension should be always .vbs)
Dim speaks, speech
speaks=”Welcome to your PC Username”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
in place of Username type your name)
Now paste the xyz.vbs to the following path
C:\Documents and Settings\All Users\StartMenu\Programs\Startup (in Windows XP)
&
C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) ( if C: is your System drive)
Tajinder Kalsi
Tajinder Singh Kalsi is the co-founder and Chief Technical Evangelist at Virscent Technologies Pvt. Ltd. He is well known and respected in the professional community. He commenced his career in the year 2006 with Wipro.
He is no stranger to technology. In fact, his family and friends would call him a Technology Fanatic. Having a work experience of more than 6 years, he understands, identifies, and forecasts future technological trends with proven accuracy and is very passionate about his work. He always looks for challenges and opportunities in the technological space, and strives to work on exciting products/services.
He is just 28 and a very vital cog in our wheel and also the propeller for our Technical Team. With more than 3000 friends on Facebook he is one of the most popular member of Team Virscent.
this is not working.i tried in my win 7.showing some error
When you copy and paste the code form the browser to the Notepad, the Double Inverted Commas (in line 2 &3) are not copied as per the format supported by the Notepad. So you need to edit the Double Inverted Commas (in line 2 &3) manually.
Or else you can write the complete code manually in a new Notepad file and then save it as anything.vbs
its not working in win7 yes showing some error
mayb d error is cuz u just copy pasted d code! just delete d double quotes n retype dem!!
try the code again ,copy it in your notepad,& save it as anything.vbs
Dim speaks, speech
speaks=”Welcome to your PC Username”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
dont work
whats the error u got???
line:2
charecter:8
Error:Invalid charecter
Code:800A0408
Source:compilation error
It’s not working ! I also got a same sort of error !
When you copy and paste the code form the browser to the Notepad, the Double Inverted Commas (in line 2 &3) are not copied as per the format supported by the Notepad. So you need to edit the Double Inverted Commas (in line 2 &3) manually.
Or else you can write the complete code manually in a new Notepad file and then save it as anything.vbs
It will surely work after this..
where is the directory appdata
try unhide your hidden files and system files…..
sir ,i have tried it ..
but at start up only vbs page is displaying,but i am not getting voice
got it sir..
yep thankyou sir
just replace the code ” & “ by ”
and open with that .vbs file in Microsoft Ⓡ Windows based script host or restart your PC.
your Computer will speak up your NAME
brother i can’t locate that path in my system(windows 7)
unhide your hidden files and system files…..