Thursday 9 May 2013

Make Your Computer Welcome You!

In this post I will show you all how to make your computer welcome you, whenever you turn on your PC.

Follow the steps below:
1. Open Notepad.
2. Copy the script below:

  dim m, s
  set s=createbbject("sapi.spvoice")
  s.speak "Welcome to your Computer, Yourname"

3. Replace "Yourname" by whatever you want.
4. Save it as anyname.vbs (NOTE: .vbs is a must)
5. Go to My Computer. Enter "Shell:Startup" (without the quotes) in the space where you see Computer written i.e. to the left of the 'search box'
6. Paste the anyname.vbs file there.
7. Restart your computer to see how your PC welcomes you. 

3 comments:

  1. Michael Vallström4 December 2013 at 11:33

    step 5 is confusing me?! help pleas

    ReplyDelete
  2. Michael Vallström8 December 2013 at 23:06

    Skript:

    C:\Users\97johval\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Welcome Michael.vbs

    Line:2

    Character:1

    incompatible types: 'createbbject'

    Code:800A000D

    runtime errors in Microsoft VBSkript



    that is the error that comes up. Help pleas

    ReplyDelete
  3. Michael Vallström8 December 2013 at 23:16

    problem solved createbbject = createObject

    ReplyDelete