Let your PC to say you welcome on every startup. It is a fun thing to do. Like when you start your laptop at that time your computer will say anything that you want. Your friends will b amazed.
Follow this steps:
Open Notepad on your PC.
Copy this code & then paste it to Notepad
Change "Welcome to your PC YourName" with anything that you like.
Now save this file as followed by .vbs extension [Filename.vbs]
Now open that file to see it is working or not.
If you are using Windows XP then save this file to following location
C:\Documents and Settings\All Users\StartMenu\Programs\Startup
And if you are using Windows 7 or Windows Vista then save it to the following location
C:\Users\UserName\AppData\Roaming\Microsoft\Window s\Start Menu\Programs\Startup
You are done! Next time when you start your PC you will hear this message.
NOTE : Make sure your PCs sound level is up so that you can hear the message.
![]() |
| Credit: Google images |
Open Notepad on your PC.
Copy this code & then paste it to Notepad
Dim speaks, speech
speaks="Welcome to your PC YourName"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
speaks="Welcome to your PC YourName"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Change "Welcome to your PC YourName" with anything that you like.
Now save this file as followed by .vbs extension [Filename.vbs]
Now open that file to see it is working or not.
If you are using Windows XP then save this file to following location
C:\Documents and Settings\All Users\StartMenu\Programs\Startup
And if you are using Windows 7 or Windows Vista then save it to the following location
C:\Users\UserName\AppData\Roaming\Microsoft\Window s\Start Menu\Programs\Startup
You are done! Next time when you start your PC you will hear this message.
NOTE : Make sure your PCs sound level is up so that you can hear the message.
Comment if there is any problem or suggestion.


0 comments:
Post a Comment
Start conversation by adding a comment.
Unnecessary links in comments are removed.