Monday, October 22, 2012

Make Your PC Say Your Name At Startup

* Open up Notepad 
   Start > Run > Notepad

* Paste the following code inside it
  
Dim speaks, speech
speaks="Welcome to Your PC Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


* Change "Welcome to Your PC Username" with anything suitable for you.
   Ex: Welcome Prajwal

* Click 
   File > Save as... & save it as welcome.vbs 
   > Important .vbs extension

* Now test it by double clicking the Welcome.vbs file.
   It should say the text that you specified in step 3.
   After testing it, let's put it in startup folder. 
   Go to the Startup folder and Paste the file there.

* Done!
   After pasting the welcome.vbs file in the startup folder, you will here the text
   (a Voice Clip ) at the next Startup.


Note :

Startup Folder for XP

C:\Documents and Settings\All Users\Start Menu\Programs\Startup
 
Startup Folder for Vista / Windows 7

C:\Users\User Name\App Data\Roaming\Microsoft\Windows\Start Menu\Programs\ Startup