Page 1 of 3 123 LastLast
Results 1 to 6 of 13

Thread: Make Windows 7 Welcome You With A Custom Voice Message

  1. #1
    razorsedge is offline
    The Sci-Fighter

    Join Date
    Oct 2009
    Location
    The land of Hockey and Rock music
    Posts
    5,016
    Mentioned
    16 Post(s)
    Tagged
    434 Thread(s)


    Sex:

    Make Windows 7 Welcome You With A Custom Voice Message

    It’s a well-known fact that Windows 7 comes with a set of sound scheme packages and one can easily change the default sound scheme with a custom one. We also know that one can easily enable or disable the default startup sound.

    Now, if you would like to make your PC welcome you with a simple voice message, we have a simple way to do that. Of course, you can go for the harder way of changing the default startup sound. But users who would like to make it simple can follow the steps given below.



    1. First copy the following code in a notepad and then save the file with any name but the the file should be in .vbs extension. Of course, you can the customize the message with your own words. In this example, you can replace the words “Hello IntoWindows! Welcome back to your computer. Have a nice day” with a custom message.

    Code:
    Dim speaks, speech
    speaks="Hello IntoWindows! Welcome back to your computer. Have a nice day"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
    Attachment 37494

    Attachment 37495

    2. Now move the previously saved .vbs file to the Startup folder present in your Windows 7 drive:

    C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

    Attachment 37496

    3. You are done! Simply reboot your folder to hear the cool welcome message just after the logon sound.

    Thanks to Ricky and Peopleware for this info.
    Last edited by Big V; August 13th, 2011 at 07:16 PM.







  2. #2
    pravaut
    Guest

    Re: Make Windows 7 Welcome You With A Custom Voice Message

    hey thanks for this i tryed it and it worked once now when i turn on the computer it just opens it in notepad i saved it as voice.vbs and ive always put " before and after as i used to write html in note pad any help would be great

  3. #3
    yusrEx is offline
    VC Member
    Join Date
    Nov 2009
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Make Windows 7 Welcome You With A Custom Voice Message

    thanks 4 this info m8..gonna try it..

  4. #4
    strychnine8301 is offline
    VC Member
    Join Date
    Nov 2010
    Location
    MI, USA
    Posts
    45
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Make Windows 7 Welcome You With A Custom Voice Message

    One of the best tips i seen in a while, having lots of fun with this thanks for sharing it

  5. #5
    Ladiesman69 is offline
    VC Member

    Join Date
    Mar 2010
    Location
    Earth
    Posts
    56
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Make Windows 7 Welcome You With A Custom Voice Message

    Nice Tip,Thank You.


    If You Won't Stand BEHIND The U.S. Military,Please Stand In FRONT Of It! ! ! !

  6. #6
    FuRrY321 is offline
    Junior Member

    Join Date
    Jan 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Make Windows 7 Welcome You With A Custom Voice Message

    Hi, I tried this and I got this error:
    ---------------------------
    Windows Script Host
    ---------------------------
    Script: C:\Users\Matthew\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Welcome.vbs
    Line: 4
    Char: 5
    Error: ActiveX component can't create object
    Code: 800A01AD
    Source: Microsoft VBScript runtime error

    ---------------------------
    OK
    ---------------------------

    Can anyone help me? The only thing I changed was the message it says to my name.


 
Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to make a custom 7tsp icon pack
    By ミறѳѳղղįզվદ彡 in forum Moonnique's Ported Themes
    Replies: 20
    Last Post: April 13th, 2023, 04:24 AM
  2. Replies: 0
    Last Post: November 25th, 2015, 12:50 AM
  3. How to make a custom icon pack
    By luffybo in forum 7tsp Icon Packs
    Replies: 0
    Last Post: March 31st, 2014, 09:07 AM
  4. How To Make Custom Windows Deployment ( Advanced Recovery ) Windows 7
    By 8pecxstudios in forum Instalation Tutorials
    Replies: 7
    Last Post: January 28th, 2013, 03:40 AM
  5. i need help to make a custom theme
    By Ethan Ibrahim in forum Windows Style Builder v1.5 Tutorials
    Replies: 4
    Last Post: September 21st, 2011, 08:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •