Results 13 to 13 of 13

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

Threaded View

  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.








 

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
  •