Recent Comments

Breaking News
Loading...

Alert

style="display:inline-block;width:468px;height:60px"
data-ad-client="ca-pub-2653565209371687"
data-ad-slot="4940986142">
Tuesday 20 November 2012

Make your PC Say your Name at Startup

20:34
How to Make your PC Say your NAME at Startup

1) Open up Notepad 
(Start>Run>Notepad)
2) Paste the following code inside it.
Dim speaks, speech
speaks="Welcome to your PC Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

3) Change "Welcome to your PC Username" with anything suitable for you.

4) Click File>Save as... 
and save it as welcome.vbs 
(important .vbs extension)
5) Now test it by double clicking the Welcome.vbs file, it should say the text that you specified in step 3.
6) After testing it, let's put it in startup folder.
Go to the Startup folder and Paste the file there.

If Windows XP Go to : 
If Win 7/Vista Go to : 
7) Done!
After pasting the welcome.vbs file in the startup folder, you will here the text at the next Startup.

0 comments:

Post a Comment

 
Toggle Footer