10 February 2015

Make your system Welcomes you

Posted by Unknown at 8:00 pm 0 Comments

Your windows PC welcomes you with voice message during the windows
logon time.
You no need to install additional software you only need to paste vb script in notepad. It's very simple. Just follow below steps.


STEPS :-

1 > First of all copy following script in notepad.
dim speaks, speech
speaks="hello user, welcome to your computer. you can type anything here which you want to here"
set speech=createobject("sapi.spvoice")
speech.speak speaks

2 > Save this file as .vbs extension like speech.vbs
3 > Now click on start button and click all programs.
4 > Then right click on startup folder and click on explore.
5 > Now paste speech.vbs file in this folder.
6 > Now your computer speech welcome message during logon time.

Restart your pc and check this.

I hope that you are enjoying this post.








Tags:

0 comments:

You can leave your opinion here.

Translate

Enter your email address:

Delivered by FeedBurner

back to top