How to make your laptop or PC welcome you!

Everyone loves getting praised and there’s no harm in it. We love it when people see our outstanding work and are AWESTRUCK. We all have seen in the Hollywood flicks and sometimes even in the Bollywood ones, How the computer used welcomes the user and used to think that the laptops or PCs used are the expensive ones. But you will be glad to know that even we can make our laptops or PCs welcome us. The following simple steps are to be followed and its done, steps:

Step 1  Open a new text document i.e. notepad

Step 2  Copy the code given below

Dim speaks, speech
speaks=”Welcome to your PC, Username
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks

Step 3  Write ‘YOUR NAME‘ instead of Username like if I have to use this code i will write Aditya instead of Username,

so the code will read as

Dim speaks, speech
speaks=”Welcome to your PC, Hashim
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks

Step 4  Click on File Menu, select Save As and save the file as Welcome.vbs or “*.vbs”.
Step 5  Copy the saved file.
Step 6  Go to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)

Go to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (Windows 7 and Vista)

Step 7  Paste the file.

Now the next time when you start your computer infront of your friends/colleagues and the computer welcomes you, your friends will be surprised. 😉

Read More Post