fake

Mobile no.

Msg:

Tuesday

How to make pc Say your name at startup

Posted by Unknown
notepad trick using which you can . get welcome message from ur computer on start up.so here it is :-

1) Open up Notepad (Start>Run>Notepad)

2) Paste the following code inside it:Dim speaks, speechspeaks=”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 theWelcome.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: C:\Documents and Settings\All Users\StartMenu\Programs\StartupIf Win 7/Vista Go to:C:\Users\UserName\AppData\Roaming\Microsoft\Window s\Start Menu\Programs\Startup

7) Done! After pasting the welcome.vbs file in the startup folder, you will here the text at the next Startup.Don’t miss to like my thread if you like this notepad trick….

0 comments:

Post a Comment

Admin Karthik