Jump to content

Turn off Windows Default Sounds


Recommended Posts

Hi folks...I made a small "macro" using the built-in Au3Recorder of AutoIt to disable the default sounds of winxp...What i would like to find out is, as i have not yet worked with Window Objects and stuff, is there a way to do the same as above, but with no "visible" movement by maybe using some sort of Object function?

The sound module used was mmsys.cpl...

thx a lot

Link to comment
Share on other sites

Hi folks...I made a small "macro" using the built-in Au3Recorder of AutoIt to disable the default sounds of winxp...What i would like to find out is, as i have not yet worked with Window Objects and stuff, is there a way to do the same as above, but with no "visible" movement by maybe using some sort of Object function?

The sound module used was mmsys.cpl...

thx a lot

RegWrite('HKCU\AppEvents\Schemes', '', 'REG_SZ', '.None')

:D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...