Mute sound on Windows boot up via script or command line URGENT
#1
Posted 01 September 2010 - 05:06 AM
#2
Posted 01 September 2010 - 05:17 AM
#3
Posted 01 September 2010 - 05:29 AM
#4
Posted 01 September 2010 - 09:00 AM
send ("{Volume_Mute}")
exit
if its the only item in the run key, it should execute before the windows entrance jingle.
#5
Posted 01 September 2010 - 09:39 AM
http://www.nirsoft.n...ils/nircmd.html
nircmd setvolume 0 0 0
Would it run early enough?
Earliest should be runservice:
http://antivirus.abo...tostartkeys.htm
You might need to experiment with INSTSRV/SRVANY and/or with NSSM:
https://iain.cx/src/nssm/
or similar utiities....
jaclaz
#6
Posted 01 September 2010 - 09:39 AM
#7
Posted 01 September 2010 - 09:59 AM
in HKCU\Appevents\Schemes\Apps\.Default\SystemStart\
change the default key in both .current and .default entries to point at d:\mute.exe instead of the '..startup.wav'
in HKU\.Default\Appevents\Schemes\Apps\.Default\SystemStart\
perform the same actions
--its toggling at the moment - trying to figure out if its running and failing and re-running. or if having it in both locations is causing it to run multiple times.
BTW - placing the mute in the run/runonce/runonceex never worked, even when the first/only item
This post has been edited by iamtheky: 01 September 2010 - 10:02 AM
#8
Posted 01 September 2010 - 10:02 AM
#9
Posted 01 September 2010 - 10:11 AM
#10
Posted 01 September 2010 - 10:39 AM
so renaming 'windows xp startup.wav' (or deleting the contents of the media folder)
then from the run key executing an autoit script like
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
Exit
Would accomplish the effect.
#11
Posted 01 September 2010 - 11:17 AM
iamtheky, on 01 September 2010 - 10:39 AM, said:
so renaming 'windows xp startup.wav' (or deleting the contents of the media folder)
then from the run key executing an autoit script like
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
send ("{Volume_down}")
Exit
Would accomplish the effect.
Thanks for your help, a delete is the quick and dirty way to get this done on 52 pc's via script.
#12 Guest_nfljerseys_*
Posted 01 September 2010 - 08:16 PM
This post has been edited by Tripredacus: 01 September 2010 - 08:19 PM
Reason for edit: removed links
#13
Posted 02 September 2010 - 05:50 AM
clivebuckwheat, on 01 September 2010 - 11:17 AM, said:
"Mute sound on Windows boot up" is not the same as "stop the windows login sound from playing"...
Just in case getting rid of some of the other sound effects becomes "URGENT"
http://www.msfn.org/...post__p__757122
- ← Windows XP SP3 losing mouse connection occasionally
- Windows XP
- Enable Intel AHCI under XP; Case Closed, read second last post →



Help

Back to top









