The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Automatic Mute?

    Discussion in 'Windows OS and Software' started by wstokes, Apr 14, 2008.

  1. wstokes

    wstokes Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    0
    Trophy Points:
    15
    I always find myself either just turning on my laptop or resuming from sleep right after I get into class and my sound is on and there might be some kind of pop up making noise or my media player. Is there by any chance a way to have the computer automatically mute itself when it goes to sleep or shuts down so that when i turn it on it doesn't make any noise. I have disabled the windows startup sounds but I would still like to have the computer either automatically mute when it sleeps/shuts down or when it resumes. Im hoping that there may be a windows setting or just a program out there to do this. :eek: Any help would be appreciated.

    Thanks

    Will
     
  2. kuncheesh

    kuncheesh Notebook Evangelist

    Reputations:
    82
    Messages:
    656
    Likes Received:
    1
    Trophy Points:
    31
    just turn your volume to absolute minimum
     
  3. wstokes

    wstokes Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    0
    Trophy Points:
    15
    I know I can do that, its just that I like to use my computer with the volume up at home and don't really think about muting it when im done. Then if I go to sleep and I wake up for class and my computer automatically went to hibernate, I don't want to have to turn it on and log in just to turn the volume down before I leave for class in the morning.

    By the way im using Vista if that helps.
     
  4. BlackLight

    BlackLight Notebook Consultant

    Reputations:
    0
    Messages:
    224
    Likes Received:
    0
    Trophy Points:
    30
    well mute your pc before you put it to sleep...
     
  5. FusiveResonance

    FusiveResonance Notebook Evangelist

    Reputations:
    143
    Messages:
    421
    Likes Received:
    0
    Trophy Points:
    30
    This is really the most sound suggestion. Pardon the bad pun.

    I've thought about this for 30 seconds now. What comes to mind is creating a script that will automatically mute the computer upon startup. This script would run upon startup.

    Limitations:
    -Will only work if you perform a fresh boot in class.
    -Must be high in the boot order list. Meaning the script must be one of the first processes to run during boot. Fat chance of this happening
    -Because of the above limitation, it will not mute windows loading sounds. logging in etc.


    Remembering to mute your laptop before shutdown really is the best solution.


    Actually...maybe you could create a script to run upon shutdown. This script will mute your machine and then shutdown.
     
  6. Bart Simpson

    Bart Simpson Notebook Consultant

    Reputations:
    213
    Messages:
    226
    Likes Received:
    0
    Trophy Points:
    30
    Here is a script I wrote up that should satisfy your needs. Read the comments to see what it does. The only thing that I didn't do is make it mute on shutdown because that would mean that I would have to download Visual Basic Studio Express from Microsoft and use one of the Windows event handlers to detect shutdown. Even though its free and would make better code, I'm still not going to download it because I'm lazy. Although, if you send me a new laptop, I'll consider doing it. ;)

    The script will mute your computer on boot up, sleep, or hibernation. Attached is a Zip file containing what you need. Unzip the file to a place of your choosing and place a shortcut to the file "Mute.vbs" in your startup folder. For your first time, just double-click on "Mute.vbs" to run it. Thereafter, it will stay running forever or until you kill the program.

     

    Attached Files:

  7. NinjaNoodles

    NinjaNoodles Notebook Evangelist

    Reputations:
    250
    Messages:
    532
    Likes Received:
    0
    Trophy Points:
    30
    Bart, that won't stop the logon sound, will it? Why not add a shutdown command at the end and (maybe) use a registry hack to tell the Start Menu to run that script when "Shut Down" is selected?
     
  8. flipfire

    flipfire Moderately Boss

    Reputations:
    6,156
    Messages:
    11,214
    Likes Received:
    68
    Trophy Points:
    466
    Why dont you just go to your Sound settings > Program events > Disable what ever event is causing that sound.
     
  9. orev

    orev Notebook Virtuoso

    Reputations:
    809
    Messages:
    2,829
    Likes Received:
    1
    Trophy Points:
    56
    To stop the startup sound, you can turn it off in the sound control panel.
     
  10. NinjaNoodles

    NinjaNoodles Notebook Evangelist

    Reputations:
    250
    Messages:
    532
    Likes Received:
    0
    Trophy Points:
    30
  11. orev

    orev Notebook Virtuoso

    Reputations:
    809
    Messages:
    2,829
    Likes Received:
    1
    Trophy Points:
    56
  12. Bart Simpson

    Bart Simpson Notebook Consultant

    Reputations:
    213
    Messages:
    226
    Likes Received:
    0
    Trophy Points:
    30
  13. wstokes

    wstokes Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    0
    Trophy Points:
    15
    Thanks for the help guys, especially Bart. Ill give that script a try if I get some time today. I'm pretty sure that I almost never shut it down anyway so the script will be perfect.
    Im usually just watching tv and using my laptop then set the laptop down and totally forget about it so it either sleeps or hibernates...which is why I wanted this in the first place.
     
  14. turlz

    turlz Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Thanks guys, I was about to make a thread about this. Bart, your script works perfectly. thanks.
     
  15. Apollo13

    Apollo13 100% 16:10 Screens

    Reputations:
    1,432
    Messages:
    2,578
    Likes Received:
    210
    Trophy Points:
    81
    Nice, I'd been wondering about how feasible something like this would be off and on for a few months. I've become pretty good about remembering to mute before turn off/hibernate, but still occasionally forget. This should be an improvement. I'll try it in XP and Win7, and edit the post once I've tested it (mods, can this thread not be locked because of necromancy at least until it's been XP/Win7-tested?).

    edit: Works with Win7 sleep.