Wednesday, November 16, 2011

How to Make Your Computer Greet You When Login?


Do you want to get your computer say "Hello" to you when you login into your computer? Well, acctually this is an old trick but still enjoyable.

You even don't need to download any files or software, just follow this brief steps below.

This script is for beginner, and for you who good enough on understanding the script, you can make some modifications. And please if you have made modification, share it on the comment form below.

Let's begin!

  1. Open Notepad. You can open it by click on Start > All Programs > Accessories > Notepad, or the simple way by using Run command, Start > Run > type Notepad > OK
  2. Copy and paste this script on your Notepad:
    Dim speaks, speech, salam , username

    username = CreateObject("WScript.Network").Username

    If Hour(Time) < 12 Then salam = "Good morning" ElseIf Hour(Time) < 20 Then salam = "Good afternoon" Else salam = "Good night" End If speaks = salam + " " + Username + "! Welcome back to your computer! Have a nice work!" Set speech = CreateObject("sapi.spvoice") speech.Speak speaks
  3. Now save the file with the extention ".vbs". For example you can named it, "Welcome.vbs"
  4. Relocate the file into Startup directory.
    For Windows Vista and Windows 7 users >> "c:\users\{username}\appdata\roaming\microsoft\win dows\start menu\programs\startup"

    For Windows XP users >> "c:\documents and settings\{username}\start menu\ or c:\documents and settings\all users\start menu\programs\startup"

Now you can test the file by double click on it. If it works, then everytime you login into your computer, your computer will greeting you. Enjoy it! ;)

0 comments on "How to Make Your Computer Greet You When Login?"

Post a Comment

Archives

Followers

 

SmallNotez [dot] Com 2009, All Rights Reserved. Using Sweet Orange Theme Designed by ARS.