Windows 7 Forums


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

05 Oct 2010  
Abhishek Ghosh

 
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  
Layback Bear

 

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

05 Oct 2010  
CarlTR6

 

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  
zoba1

 

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

 
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  
MaximilianPs

 

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 02:42 AM.



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