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.
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.
step 5 is confusing me?! help pleas
ReplyDeleteSkript:
ReplyDeleteC:\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
problem solved createbbject = createObject
ReplyDelete