Tuesday 23 July 2013

Make your PC say Welcome After StartUp

At first open Notepad and copy paste the following text
Dim speaks, speech
speaks=”Welcome to Anuj’s  computer”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks

Now click on File then Save As and then give a name for the file and then write .vbs after your desired file name and select All Files in Save as type, select your saving destination and press enter.

Now you have to put the .vbs file in its target folder. For doing this copy the above file and paste in the following folder.
If you using Windows XP then open the following folder :
Go to C: >Documents and Settings>All Users>Start Menu>Programs>Startup
And if you are using Windows Vista/7/8 then go to the following folder
C:>Users>(User Name)>App Data>Roaming>Microsoft>Windows>Start Menu>Programs>Startup
[Remind in both case C is your system drive and also remind that App Data is a hidden folder so you have to check view hidden folders from folder option]
Now you are done. Just restart your computer and see.

No comments:

Post a Comment