Windows 7 Forums


Windows 7: Sounds - Custom "Windows Logon" that Speaks What You Like

05 Oct 2010   #9
Abhishek Ghosh

Windows 7 Ultimate 64 bit, Mac OS X 10.6
 
 
Sounds - Custom "Windows Logon" that Speaks What You Like

How to Create a Custom Logon Sound that Speaks What You Like

Disclaimer: First of all, thanks to Vipul Taneja of Microsoft India for letting me know about...


Last edited by Brink; 25 Oct 2011 at 05:43 PM..
My System SpecsSystem Spec

05 Oct 2010   #10
Layback Bear

Windows 7 Home Premium 64 bit. SP-1
Northern Ohio
 
 

GREAT little program, works like a charm. thank you Abhishek Ghosh!!!!
My System SpecsSystem Spec

05 Oct 2010   #11
CarlTR6

Windows 7 Ultimate 32 bit
Orlando, Florida
 
 

Cool little mod. I like it; thanks. I tried to rep you; but I have to spread some around.

My System SpecsSystem Spec
31 May 2011   #12
zoba1

Windows 7 Ultimate 32 Bit
 
 

Its not working for me..pls help.
My System SpecsSystem Spec
25 Oct 2011   #13
fuzzypyro

Windows 7 Home Premium 64bit
NSW, Australia
 
 
incorperating time

I'm wondering how to make time a variable in this , for example its its 11am it will use the statement "Good Morning" or if its 2pm it will use "good afternoon" etc.

please help !
My System SpecsSystem Spec
.


23 Sep 2012   #14
MaximilianPs

Pesaro e Urbino
 
 

Ok, ok... I know, it isn't the most efficent way to made it.. but it work

Code:
Dim speaks, speech, cTime
Select Case Hour(now)
   case 4 	cTime = "Good Morning"
   case 5 	cTime = "Good Morning"
   case 6	cTime = "Good Morning"
   case 7 	cTime = "Good Morning"
   case 8 	cTime = "Good Morning"
   case 9 	cTime = "Good Morning"
   case 10 	cTime = "Good Morning"
   case 11 	cTime = "Good Morning"
   case 12 	cTime = "Good Morning"
   case 13 	cTime = "Good Afternoon"
   case 14 	cTime = "Good Afternoon"
   case 15 	cTime = "Good Afternoon"
   case 16 	cTime = "Good Afternoon"
   case 17 	cTime = "Good Evening"
   case 18 	cTime = "Good Evening"
   case 19 	cTime = "Good Evening"
   case 20 	cTime = "Good Evening"
   case 21 	cTime = "Good Evening"
   case 22 	cTime = "Good Evening"
   case 23 	cTime = "Good Evening"
   case 0 	cTime = "Good Night"
   case 1 	cTime = "Good Night"
   case 2 	cTime = "Good Night"
   case 3 	cTime = "Good Night"
End Select

speaks=cTime & "Max"

Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
My System SpecsSystem Spec
Comment

 Sounds - Custom "Windows Logon" that Speaks What You Like problems?



Tutorial Tools



Similar help and support threads for: Sounds - Custom "Windows Logon" that Speaks What You Like
Windows 7 Tutorial Category
Solved User Account Picture on Logon Screen size "Windows 7 Ultimate x64" General Discussion
Remove "Windows Security Button" from logon screen General Discussion
Logon Screen "Windows 7" logo remove/change? Customization
No "windows sounds" under sound mixer Sound & Audio
Install time difference between "Upgrade" and "Custom" Installation & Setup


All times are GMT -5. The time now is 04:53 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32