• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Windows startup sound

I

Interesting Ian

Flightless Bird
Unlike in all previous versions it seems that windows 7 no longer offers the
option to change the start up sound. I'm not all that proficient with
computers. Is there any way I can replace the windows default sound in a
relatively simple way?

Also why isn't microsoft no longer offering this option? I can change all
other sounds apart from the startup.
 
D

Dave \Crash\ Dummy

Flightless Bird
Interesting Ian wrote:
> Unlike in all previous versions it seems that windows 7 no longer
> offers the option to change the start up sound. I'm not all that
> proficient with computers. Is there any way I can replace the
> windows default sound in a relatively simple way?
>
> Also why isn't microsoft no longer offering this option? I can
> change all other sounds apart from the startup.


I can't answer why, but what I did was disable the Microsoft sound then
added a HTA file that played the desired sound (or shortcut to it) to the
Startup folder.

'=============StartSound.hta===================
<html><body>
<!--Enter desired startup sound-->
<bgsound src="d:/media\start.wav">
</body>

<script type="text/vbs">
'Resize and position window to make page "invisible"
window.resizeTo 200,200
window.moveTo -200,-200

'Allow time for sound to play then close page
tt=setTimeout("parent.close",4000)
</script>

</html>
'==============================================
--
Crash

"The fewer the facts, the stronger the opinion."
~ Arnold H. Glasow ~
 
R

rak

Flightless Bird
Right click on the desktop. Personalize. Sounds. Windows logon.

"Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
news:Izpon.402491$6i7.298164@newsfe06.ams2...
> Unlike in all previous versions it seems that windows 7 no longer offers
> the option to change the start up sound. I'm not all that proficient with
> computers. Is there any way I can replace the windows default sound in a
> relatively simple way?
>
> Also why isn't microsoft no longer offering this option? I can change all
> other sounds apart from the startup.
 
G

Gene E. Bloch

Flightless Bird
I believe you have posted this suggestion before. It has two relevant
properties:

1. It is very easy to do.

2. It doesn't alter the sound Windows plays at startup.

I was sure that I remembered item 2, but to be on the safe side, I just
made the change and rebooted.

No change in the startup sound...

On Thu, 18 Mar 2010 11:59:19 -0400, rak wrote:

> Right click on the desktop. Personalize. Sounds. Windows logon.
>
> "Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
> news:Izpon.402491$6i7.298164@newsfe06.ams2...
>> Unlike in all previous versions it seems that windows 7 no longer offers
>> the option to change the start up sound. I'm not all that proficient with
>> computers. Is there any way I can replace the windows default sound in a
>> relatively simple way?
>>
>> Also why isn't microsoft no longer offering this option? I can change all
>> other sounds apart from the startup.



--
Gene E. Bloch letters0x40blochg0x2Ecom
 
R

Roy Smith

Flightless Bird
On 3/18/2010 10:59 AM, rak wrote:
> Right click on the desktop. Personalize. Sounds. Windows logon.
>
> "Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
> news:Izpon.402491$6i7.298164@newsfe06.ams2...
>> Unlike in all previous versions it seems that windows 7 no longer
>> offers the option to change the start up sound. I'm not all that
>> proficient with computers. Is there any way I can replace the windows
>> default sound in a relatively simple way?
>>
>> Also why isn't microsoft no longer offering this option? I can change
>> all other sounds apart from the startup.


That's not what he's asking to change. He wants to change the Startup
sound, not the Logon sound. The Startup sound is heard when the logon
screen appears, and the logon sound is heard after you've selected a
user account and entered the password (if any).

--

Roy Smith
Windows 7 Home Premium

Timestamp: Thursday, March 18, 2010 8:27:37 PM
 
R

rak

Flightless Bird
Sorry for the confusion. Actually I haven't posted this before, but did
miss the op's point. Try this link -
http://hard_look.blogspot.com/2009/10/how-to-change-startup-sound-for-windows.html -
though I cannot say from personal experience that this process will work.

"Gene E. Bloch" <not-me@other.invalid> wrote in message
news:c9tft7vkve9x.2g4n08rblrwj.dlg@40tude.net...
> I believe you have posted this suggestion before. It has two relevant
> properties:
>
> 1. It is very easy to do.
>
> 2. It doesn't alter the sound Windows plays at startup.
>
> I was sure that I remembered item 2, but to be on the safe side, I just
> made the change and rebooted.
>
> No change in the startup sound...
>
> On Thu, 18 Mar 2010 11:59:19 -0400, rak wrote:
>
>> Right click on the desktop. Personalize. Sounds. Windows logon.
>>
>> "Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
>> news:Izpon.402491$6i7.298164@newsfe06.ams2...
>>> Unlike in all previous versions it seems that windows 7 no longer offers
>>> the option to change the start up sound. I'm not all that proficient
>>> with
>>> computers. Is there any way I can replace the windows default sound in
>>> a
>>> relatively simple way?
>>>
>>> Also why isn't microsoft no longer offering this option? I can change
>>> all
>>> other sounds apart from the startup.

>
>
> --
> Gene E. Bloch letters0x40blochg0x2Ecom
 
G

Gene E. Bloch

Flightless Bird
Looks like I misremembered you - sorry for *my* confusion :)

Oh boy - that's a nice simple process for changing the sound. Reminds me of
how you could change the startup picture or wallpaper picture (I can't
remember which) in some old version of Windows - maybe 3.1 or 95. You had
to crate a picture of the right size of the new wallpaper and literally
replace a chunk of an executable or dll file. Changing resources with a
resource editor is easy by comparison. Maybe...

The article was very carefully written and very clear, IMO. Thanks.

On Thu, 18 Mar 2010 22:12:02 -0400, rak wrote:

> Sorry for the confusion. Actually I haven't posted this before, but did
> miss the op's point. Try this link -
> http://hard_look.blogspot.com/2009/10/how-to-change-startup-sound-for-windows.html -
> though I cannot say from personal experience that this process will work.
>
> "Gene E. Bloch" <not-me@other.invalid> wrote in message
> news:c9tft7vkve9x.2g4n08rblrwj.dlg@40tude.net...
>> I believe you have posted this suggestion before. It has two relevant
>> properties:
>>
>> 1. It is very easy to do.
>>
>> 2. It doesn't alter the sound Windows plays at startup.
>>
>> I was sure that I remembered item 2, but to be on the safe side, I just
>> made the change and rebooted.
>>
>> No change in the startup sound...
>>
>> On Thu, 18 Mar 2010 11:59:19 -0400, rak wrote:
>>
>>> Right click on the desktop. Personalize. Sounds. Windows logon.
>>>
>>> "Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
>>> news:Izpon.402491$6i7.298164@newsfe06.ams2...
>>>> Unlike in all previous versions it seems that windows 7 no longer offers
>>>> the option to change the start up sound. I'm not all that proficient
>>>> with
>>>> computers. Is there any way I can replace the windows default sound in
>>>> a
>>>> relatively simple way?
>>>>
>>>> Also why isn't microsoft no longer offering this option? I can change
>>>> all
>>>> other sounds apart from the startup.

>>
>>
>> --
>> Gene E. Bloch letters0x40blochg0x2Ecom



--
Gene E. Bloch letters0x40blochg0x2Ecom
 
G

Gene E. Bloch

Flightless Bird
On Thu, 18 Mar 2010 20:57:48 -0700, Gene E. Bloch wrote:

> You had to crate a picture of the right size of the new wallpaper


Well, crating a picture is useful if you're planning to ship it :)

I meant 'create', of course.

--
Gene E. Bloch letters0x40blochg0x2Ecom
 
R

rak

Flightless Bird
My thoughts exactly. I had totally forgotten the wallpaper issue. I guess
we have progressed a little after all.

I thought I remembered seeing something simpler somewhere, but have been
unable to find it. If I ever do, I'll post back.

"Gene E. Bloch" <not-me@other.invalid> wrote in message
news:d20pgybcua6k.pisjhgwrslvw$.dlg@40tude.net...
> Looks like I misremembered you - sorry for *my* confusion :)
>
> Oh boy - that's a nice simple process for changing the sound. Reminds me
> of
> how you could change the startup picture or wallpaper picture (I can't
> remember which) in some old version of Windows - maybe 3.1 or 95. You had
> to crate a picture of the right size of the new wallpaper and literally
> replace a chunk of an executable or dll file. Changing resources with a
> resource editor is easy by comparison. Maybe...
>
> The article was very carefully written and very clear, IMO. Thanks.
>
> On Thu, 18 Mar 2010 22:12:02 -0400, rak wrote:
>
>> Sorry for the confusion. Actually I haven't posted this before, but did
>> miss the op's point. Try this link -
>> http://hard_look.blogspot.com/2009/10/how-to-change-startup-sound-for-windows.html -
>> though I cannot say from personal experience that this process will work.
>>
>> "Gene E. Bloch" <not-me@other.invalid> wrote in message
>> news:c9tft7vkve9x.2g4n08rblrwj.dlg@40tude.net...
>>> I believe you have posted this suggestion before. It has two relevant
>>> properties:
>>>
>>> 1. It is very easy to do.
>>>
>>> 2. It doesn't alter the sound Windows plays at startup.
>>>
>>> I was sure that I remembered item 2, but to be on the safe side, I just
>>> made the change and rebooted.
>>>
>>> No change in the startup sound...
>>>
>>> On Thu, 18 Mar 2010 11:59:19 -0400, rak wrote:
>>>
>>>> Right click on the desktop. Personalize. Sounds. Windows logon.
>>>>
>>>> "Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
>>>> news:Izpon.402491$6i7.298164@newsfe06.ams2...
>>>>> Unlike in all previous versions it seems that windows 7 no longer
>>>>> offers
>>>>> the option to change the start up sound. I'm not all that proficient
>>>>> with
>>>>> computers. Is there any way I can replace the windows default sound
>>>>> in
>>>>> a
>>>>> relatively simple way?
>>>>>
>>>>> Also why isn't microsoft no longer offering this option? I can change
>>>>> all
>>>>> other sounds apart from the startup.
>>>
>>>
>>> --
>>> Gene E. Bloch letters0x40blochg0x2Ecom

>
>
> --
> Gene E. Bloch letters0x40blochg0x2Ecom
 
D

Dave \Crash\ Dummy

Flightless Bird
rak wrote:
> Sorry for the confusion. Actually I haven't posted this before, but
> did miss the op's point. Try this link -
> http://hard_look.blogspot.com/2009/10/how-to-change-startup-sound-for-windows.html
> - though I cannot say from personal experience that this process
> will work.


My method is so much simpler, and far more flexible. The sound file can
be any size or any format, wave, midi, mp3, whatever, and there is no
need to mess with ownership or editing of a system file.
--
Crash

Committed to the search for intraterrestrial intelligence.
 
R

rak

Flightless Bird
And your method is......................

"Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
news:phSon.75824$1n5.15816@newsfe04.iad...
> rak wrote:
>> Sorry for the confusion. Actually I haven't posted this before, but
>> did miss the op's point. Try this link -
>> http://hard_look.blogspot.com/2009/10/how-to-change-startup-sound-for-windows.html
>> - though I cannot say from personal experience that this process will
>> work.

>
> My method is so much simpler, and far more flexible. The sound file can
> be any size or any format, wave, midi, mp3, whatever, and there is no
> need to mess with ownership or editing of a system file.
> --
> Crash
>
> Committed to the search for intraterrestrial intelligence.
 
T

Thip

Flightless Bird
"rak" <rakess@charter.net> wrote in message
news:2JSon.52063$2r7.14079@newsfe05.iad...
> And your method is......................


Read the thread. It's the second time he's posted it.
 
R

rak

Flightless Bird
Got it. Thx.

"Thip" <me@privacy.net> wrote in message
news:80ie8jFemuU1@mid.individual.net...
> "rak" <rakess@charter.net> wrote in message
> news:2JSon.52063$2r7.14079@newsfe05.iad...
>> And your method is......................

>
> Read the thread. It's the second time he's posted it.
>
>
 
I

Interesting Ian

Flightless Bird
"Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
news:AVqon.103010$Ye4.74878@newsfe11.iad...
> Interesting Ian wrote:
>> Unlike in all previous versions it seems that windows 7 no longer
>> offers the option to change the start up sound. I'm not all that
>> proficient with computers. Is there any way I can replace the
>> windows default sound in a relatively simple way?
>>
>> Also why isn't microsoft no longer offering this option? I can
>> change all other sounds apart from the startup.

>
> I can't answer why, but what I did was disable the Microsoft sound then
> added a HTA file that played the desired sound (or shortcut to it) to the
> Startup folder.
>
> '=============StartSound.hta===================
> <html><body>
> <!--Enter desired startup sound-->
> <bgsound src="d:/media\start.wav">
> </body>
>
> <script type="text/vbs">
> 'Resize and position window to make page "invisible"
> window.resizeTo 200,200 window.moveTo -200,-200
>
> 'Allow time for sound to play then close page
> tt=setTimeout("parent.close",4000)
> </script>
>
> </html>



Thanks for that. But it doesn't help me since I have no idea what a HTA
file is and what I'm supposed to do with it!
 
C

Char Jackson

Flightless Bird
On Sun, 21 Mar 2010 19:27:39 -0000, "Interesting Ian"
<spam.me2REMOVE@ntlworld.com> wrote:

>
>
>"Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
>news:AVqon.103010$Ye4.74878@newsfe11.iad...
>> Interesting Ian wrote:
>>> Unlike in all previous versions it seems that windows 7 no longer
>>> offers the option to change the start up sound. I'm not all that
>>> proficient with computers. Is there any way I can replace the
>>> windows default sound in a relatively simple way?
>>>
>>> Also why isn't microsoft no longer offering this option? I can
>>> change all other sounds apart from the startup.

>>
>> I can't answer why, but what I did was disable the Microsoft sound then
>> added a HTA file that played the desired sound (or shortcut to it) to the
>> Startup folder.
>>
>> '=============StartSound.hta===================
>> <html><body>
>> <!--Enter desired startup sound-->
>> <bgsound src="d:/media\start.wav">
>> </body>
>>
>> <script type="text/vbs">
>> 'Resize and position window to make page "invisible"
>> window.resizeTo 200,200 window.moveTo -200,-200
>>
>> 'Allow time for sound to play then close page
>> tt=setTimeout("parent.close",4000)
>> </script>
>>
>> </html>

>
>
>Thanks for that. But it doesn't help me since I have no idea what a HTA
>file is and what I'm supposed to do with it!


You know what an .hta file is because you quoted it above. Look up,
it's still right there! And you know what to do with it because those
instructions are also quoted above. Which parts are you having trouble
with? Copy/paste? Creating a shortcut?
 
D

Dave \Crash\ Dummy

Flightless Bird
Interesting Ian wrote:
>
>
> "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
> news:AVqon.103010$Ye4.74878@newsfe11.iad...
>> Interesting Ian wrote:
>>> Unlike in all previous versions it seems that windows 7 no longer
>>> offers the option to change the start up sound. I'm not all
>>> that proficient with computers. Is there any way I can replace
>>> the windows default sound in a relatively simple way?
>>>
>>> Also why isn't microsoft no longer offering this option? I can
>>> change all other sounds apart from the startup.

>>
>> I can't answer why, but what I did was disable the Microsoft sound
>> then added a HTA file that played the desired sound (or shortcut
>> to it) to the Startup folder.
>>
>> '=============StartSound.hta=================== <html><body>
>> <!--Enter desired startup sound--> <bgsound
>> src="d:/media\start.wav"> </body>
>>
>> <script type="text/vbs"> 'Resize and position window to make page
>> "invisible" window.resizeTo 200,200 window.moveTo -200,-200
>>
>> 'Allow time for sound to play then close page
>> tt=setTimeout("parent.close",4000) </script>
>>
>> </html>>

>
> Thanks for that. But it doesn't help me since I have no idea what a
> HTA file is and what I'm supposed to do with it!


I don't know how I could make it any simpler, but I will try. This is
the HTA file, which is just an executable HTML file.

'=============StartSound.hta===================
<html><body>
<!--Enter desired startup sound-->
<bgsound src="d:/media\start.wav">
</body>

<script type="text/vbs">
'Resize and position window to make page "invisible"
window.resizeTo 200,200
window.moveTo -200,-200

'Allow time for sound to play then close page
tt=setTimeout("parent.close",4000)
</script>

</html>
'==============================================

1) Copy the code lines between between the "=" lines into your text editor.

2) Replace "d:/media\start.wav" with the pathname of the sound file you
want to use as your startup sound.

3) Replace the "4000" in "tt=setTimeout("parent.close",4000)" with the
run time in milliseconds of your desired startup sound file.

4) Save the edited file as "StartSound.hta" to your startup folder,
either
C:/Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup\
or
C:/Users\[Your User Name]\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup\

--
Crash

"The real question is not whether machines think but whether men do."
~ B. F. Skinner ~
 
I

Interesting Ian

Flightless Bird
"Char Jackson" <none@none.invalid> wrote in message
news:ph5dq5hsvtbkk81henf9hgo0c0k9egiefl@4ax.com...
> On Sun, 21 Mar 2010 19:27:39 -0000, "Interesting Ian"
> <spam.me2REMOVE@ntlworld.com> wrote:
>
>>
>>
>>"Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
>>news:AVqon.103010$Ye4.74878@newsfe11.iad...
>>> Interesting Ian wrote:
>>>> Unlike in all previous versions it seems that windows 7 no longer
>>>> offers the option to change the start up sound. I'm not all that
>>>> proficient with computers. Is there any way I can replace the
>>>> windows default sound in a relatively simple way?
>>>>
>>>> Also why isn't microsoft no longer offering this option? I can
>>>> change all other sounds apart from the startup.
>>>
>>> I can't answer why, but what I did was disable the Microsoft sound then
>>> added a HTA file that played the desired sound (or shortcut to it) to
>>> the
>>> Startup folder.
>>>
>>> '=============StartSound.hta===================
>>> <html><body>
>>> <!--Enter desired startup sound-->
>>> <bgsound src="d:/media\start.wav">
>>> </body>
>>>
>>> <script type="text/vbs">
>>> 'Resize and position window to make page "invisible"
>>> window.resizeTo 200,200 window.moveTo -200,-200
>>>
>>> 'Allow time for sound to play then close page
>>> tt=setTimeout("parent.close",4000)
>>> </script>
>>>
>>> </html>

>>
>>
>>Thanks for that. But it doesn't help me since I have no idea what a HTA
>>file is and what I'm supposed to do with it!

>
> You know what an .hta file is because you quoted it above.


I quoted someone else!


Look up,
> it's still right there! And you know what to do with it because those
> instructions are also quoted above. Which parts are you having trouble
> with? Copy/paste? Creating a shortcut?



Which parts am I having trouble with? Well, the whole thing. The
"instructions" do not convey any meaning to me whatsoever.

Or let me put it another way. I do not understand anything whatsoever from
beginning to end.
 
I

Interesting Ian

Flightless Bird
"Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
news:p4ypn.77629$wr5.20573@newsfe22.iad...
> Interesting Ian wrote:
>>
>>
>> "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
>> news:AVqon.103010$Ye4.74878@newsfe11.iad...
>>> Interesting Ian wrote:
>>>> Unlike in all previous versions it seems that windows 7 no longer
>>>> offers the option to change the start up sound. I'm not all that
>>>> proficient with computers. Is there any way I can replace the windows
>>>> default sound in a relatively simple way?
>>>>
>>>> Also why isn't microsoft no longer offering this option? I can change
>>>> all other sounds apart from the startup.
>>>
>>> I can't answer why, but what I did was disable the Microsoft sound
>>> then added a HTA file that played the desired sound (or shortcut
>>> to it) to the Startup folder.
>>>
>>> '=============StartSound.hta=================== <html><body> <!--Enter
>>> desired startup sound--> <bgsound src="d:/media\start.wav"> </body>
>>>
>>> <script type="text/vbs"> 'Resize and position window to make page
>>> "invisible" window.resizeTo 200,200 window.moveTo -200,-200
>>>
>>> 'Allow time for sound to play then close page
>>> tt=setTimeout("parent.close",4000) </script>
>>>
>>> </html>>

>>
>> Thanks for that. But it doesn't help me since I have no idea what a
>> HTA file is and what I'm supposed to do with it!

>
> I don't know how I could make it any simpler, but I will try. This is
> the HTA file, which is just an executable HTML file.


What's an "executable HTML file" when it's all at home?
>
> '=============StartSound.hta===================
> <html><body>
> <!--Enter desired startup sound-->
> <bgsound src="d:/media\start.wav">
> </body>
>
> <script type="text/vbs">
> 'Resize and position window to make page "invisible"
> window.resizeTo 200,200
> window.moveTo -200,-200
>
> 'Allow time for sound to play then close page
> tt=setTimeout("parent.close",4000)
> </script>
>
> </html>
> '==============================================
>
> 1) Copy the code lines between between the "=" lines into your text
> editor.


What's a "text editor"??


>
> 2) Replace "d:/media\start.wav" with the pathname of the sound file you
> want to use as your startup sound.
>
> 3) Replace the "4000" in "tt=setTimeout("parent.close",4000)" with the
> run time in milliseconds of your desired startup sound file.
>
> 4) Save the edited file as "StartSound.hta" to your startup folder,
> either
> C:/Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup\
> or
> C:/Users\[Your User Name]\AppData\Roaming\Microsoft\Windows\Start
> Menu\Programs\Startup\
>
> --


Sorry but I have no idea whatsoever what you're talking about. Why can't
you utilize standard English and tell me in plain simply terms what I need
to do?
 
S

SC Tom

Flightless Bird
"Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
news:TdBpn.383909$IC.261780@newsfe13.ams2...
>
>
> "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
> news:p4ypn.77629$wr5.20573@newsfe22.iad...
>> Interesting Ian wrote:
>>>
>>>
>>> "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
>>> news:AVqon.103010$Ye4.74878@newsfe11.iad...
>>>> Interesting Ian wrote:
>>>>> Unlike in all previous versions it seems that windows 7 no longer
>>>>> offers the option to change the start up sound. I'm not all that
>>>>> proficient with computers. Is there any way I can replace the windows
>>>>> default sound in a relatively simple way?
>>>>>
>>>>> Also why isn't microsoft no longer offering this option? I can change
>>>>> all other sounds apart from the startup.
>>>>
>>>> I can't answer why, but what I did was disable the Microsoft sound
>>>> then added a HTA file that played the desired sound (or shortcut
>>>> to it) to the Startup folder.
>>>>
>>>> '=============StartSound.hta=================== <html><body> <!--Enter
>>>> desired startup sound--> <bgsound src="d:/media\start.wav"> </body>
>>>>
>>>> <script type="text/vbs"> 'Resize and position window to make page
>>>> "invisible" window.resizeTo 200,200 window.moveTo -200,-200
>>>>
>>>> 'Allow time for sound to play then close page
>>>> tt=setTimeout("parent.close",4000) </script>
>>>>
>>>> </html>>
>>>
>>> Thanks for that. But it doesn't help me since I have no idea what a
>>> HTA file is and what I'm supposed to do with it!

>>
>> I don't know how I could make it any simpler, but I will try. This is
>> the HTA file, which is just an executable HTML file.

>
> What's an "executable HTML file" when it's all at home?
>>
>> '=============StartSound.hta===================
>> <html><body>
>> <!--Enter desired startup sound-->
>> <bgsound src="d:/media\start.wav">
>> </body>
>>
>> <script type="text/vbs">
>> 'Resize and position window to make page "invisible"
>> window.resizeTo 200,200
>> window.moveTo -200,-200
>>
>> 'Allow time for sound to play then close page
>> tt=setTimeout("parent.close",4000)
>> </script>
>>
>> </html>
>> '==============================================
>>
>> 1) Copy the code lines between between the "=" lines into your text
>> editor.

>
> What's a "text editor"??
>
>
>>
>> 2) Replace "d:/media\start.wav" with the pathname of the sound file you
>> want to use as your startup sound.
>>
>> 3) Replace the "4000" in "tt=setTimeout("parent.close",4000)" with the
>> run time in milliseconds of your desired startup sound file.
>>
>> 4) Save the edited file as "StartSound.hta" to your startup folder,
>> either
>> C:/Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup\
>> or
>> C:/Users\[Your User Name]\AppData\Roaming\Microsoft\Windows\Start
>> Menu\Programs\Startup\
>>
>> --

>
> Sorry but I have no idea whatsoever what you're talking about. Why can't
> you utilize standard English and tell me in plain simply terms what I need
> to do?

My advice to you is to have one of your computer-savvy friends read this
post and walk you through it. It really doesn't get more "standard English"
than Dave's most recent reply.
--
SC Tom
 
I

Interesting Ian

Flightless Bird
"SC Tom" <sc@tom.net> wrote in message
news:g3Ipn.77652$wr5.34350@newsfe22.iad...
>
> "Interesting Ian" <spam.me2REMOVE@ntlworld.com> wrote in message
> news:TdBpn.383909$IC.261780@newsfe13.ams2...
>>
>>
>> "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
>> news:p4ypn.77629$wr5.20573@newsfe22.iad...
>>> Interesting Ian wrote:
>>>>
>>>>
>>>> "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote in message
>>>> news:AVqon.103010$Ye4.74878@newsfe11.iad...
>>>>> Interesting Ian wrote:
>>>>>> Unlike in all previous versions it seems that windows 7 no longer
>>>>>> offers the option to change the start up sound. I'm not all that
>>>>>> proficient with computers. Is there any way I can replace the
>>>>>> windows default sound in a relatively simple way?
>>>>>>
>>>>>> Also why isn't microsoft no longer offering this option? I can
>>>>>> change all other sounds apart from the startup.
>>>>>
>>>>> I can't answer why, but what I did was disable the Microsoft sound
>>>>> then added a HTA file that played the desired sound (or shortcut
>>>>> to it) to the Startup folder.
>>>>>
>>>>> '=============StartSound.hta=================== <html><body> <!--Enter
>>>>> desired startup sound--> <bgsound src="d:/media\start.wav"> </body>
>>>>>
>>>>> <script type="text/vbs"> 'Resize and position window to make page
>>>>> "invisible" window.resizeTo 200,200 window.moveTo -200,-200
>>>>>
>>>>> 'Allow time for sound to play then close page
>>>>> tt=setTimeout("parent.close",4000) </script>
>>>>>
>>>>> </html>>
>>>>
>>>> Thanks for that. But it doesn't help me since I have no idea what a
>>>> HTA file is and what I'm supposed to do with it!
>>>
>>> I don't know how I could make it any simpler, but I will try. This is
>>> the HTA file, which is just an executable HTML file.

>>
>> What's an "executable HTML file" when it's all at home?
>>>
>>> '=============StartSound.hta===================
>>> <html><body>
>>> <!--Enter desired startup sound-->
>>> <bgsound src="d:/media\start.wav">
>>> </body>
>>>
>>> <script type="text/vbs">
>>> 'Resize and position window to make page "invisible"
>>> window.resizeTo 200,200
>>> window.moveTo -200,-200
>>>
>>> 'Allow time for sound to play then close page
>>> tt=setTimeout("parent.close",4000)
>>> </script>
>>>
>>> </html>
>>> '==============================================
>>>
>>> 1) Copy the code lines between between the "=" lines into your text
>>> editor.

>>
>> What's a "text editor"??
>>
>>
>>>
>>> 2) Replace "d:/media\start.wav" with the pathname of the sound file you
>>> want to use as your startup sound.
>>>
>>> 3) Replace the "4000" in "tt=setTimeout("parent.close",4000)" with the
>>> run time in milliseconds of your desired startup sound file.
>>>
>>> 4) Save the edited file as "StartSound.hta" to your startup folder,
>>> either
>>> C:/Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup\
>>> or
>>> C:/Users\[Your User Name]\AppData\Roaming\Microsoft\Windows\Start
>>> Menu\Programs\Startup\
>>>
>>> --

>>
>> Sorry but I have no idea whatsoever what you're talking about. Why can't
>> you utilize standard English and tell me in plain simply terms what I
>> need to do?

> My advice to you is to have one of your computer-savvy friends read this
> post and walk you through it. It really doesn't get more "standard
> English" than Dave's most recent reply.
> --


Then why do I need a computer savvy friend to read through it? The thing is
I shouldn't need to be computer savvy! People on here asking for help are
quite likely not computer savvy, otherwise it's likely that they wouldn't
need any help in the first place!

Anyway, searched google last night for what these various terms mean.
Eventually I stuck the appropriate text in a notebook file, changed the
extension to hta, put it in that startup folder (at first I thought it
didn't exist, but googling provided me with the information it is hidden by
default). And then switched the default windows startup sound off.

Anyway it didn't work. Since I spent 30 minutes trying to decipher Dave
"Crash" Dummy's instructions, and it still doesn't work, it appears to be to
be unreasonable to assert that his instructions were either simple or
written in standard English.

PS just asked this woman. She said that's way over her head and it's not
written in standard English. Of course we all know that perhaps somewhere
in the region of 95 to 99% of the population wouldn't have a clue as to what
these instructions mean. Why pretend otherwise? I think it's a waste of
everyones time posting instructions that the vast preponderance of people
are not going to understand!
 
Top