Pages

Thursday 4 December 2014

Make your computer welcome you:

Make your computer welcome you: Wouldn't it be cool if your computer can say a welcome message when the computer start up. You might have seen it on movies and if you ever wanted your computer to welcome you like that here is the trick. Step 1: Open notepad and paste the code given below: text = "Welcome back! Hope you had a good time!" Set sapi = CreateObject("sapi.spvoice") sapi.Speak text Step 2: Replace the text between the double quotes in the first line of the code with the welcome message you want. Remember to include the double quotes. Step 3: Save the code with .vbs extension. Step 4: Open windows explorer and paste the given into the address bar: Windows XP: C:\Documents and Settings\All Users\Start Menu\Programs\Startup Windows Vista, 7 and 8: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup Step 5: Copy the vbs file you made earlier into the directory. The next time you logon the computer will welcome with the message you specified. Show it to your friends how smart your PC is! If you have any problems remember to leave it in the comments! Keep sharing the

0 comments:

Post a Comment