Wednesday, 18 December 2013
How To Make your Computer Welcome You ???
Wednesday, 18 December 2013 by Unknown
Make Windows Greet you with a Custom Voice Message at Startup
To use this trick, follow the instructions given below:-
3. Replace Username with your own name.
4. Save This file as Welcome.vbs or "*.vbs".
5. Copy the saved file.
6. Goto C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {UserName}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file.
Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
To use this trick, follow the instructions given below:-
- Open Notepad.
- Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Replace Username with your own name.
4. Save This file as Welcome.vbs or "*.vbs".
5. Copy the saved file.
6. Goto C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {UserName}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file.
Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
This post was written by: Author Name
Author description goes here. Author description goes here. Follow him on Twitter
Get Updates
Subscribe to our e-mail newsletter to receive updates.
Related Articles
Subscribe to:
Post Comments (Atom)
0 Responses to “How To Make your Computer Welcome You ???”
Post a Comment