continyu Posted September 20, 2011 Posted September 20, 2011 When you refresh, or click. or do any action on ie it makes this click sound. is there a way to disable this sound? preferably for only 1 window?
UEZ Posted September 20, 2011 Posted September 20, 2011 Control Panel -> Sound -> Sounds (Tab) -> disable Start Navigation in Windows Explorer section. In registry probably here: HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
continyu Posted September 20, 2011 Author Posted September 20, 2011 Control Panel -> Sound -> Sounds (Tab) -> disable Start Navigation in Windows Explorer section. In registry probably here: HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current Br,UEZ Thanks a lot!If i disable this when my script starts, and enable it again when it's closes it should be fine then?
JohnOne Posted September 20, 2011 Posted September 20, 2011 Trial and error bud, give it a go and see. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
jvanegmond Posted September 20, 2011 Posted September 20, 2011 Thanks a lot!If i disable this when my script starts, and enable it again when it's closes it should be fine then?IE reads the registry key when you create a new instance of it. So the process is: - Disable the sound - Create IE instance - Enable the sound - Use IE as normally continyu 1 github.com/jvanegmond
continyu Posted September 20, 2011 Author Posted September 20, 2011 Trial and error bud, give it a go and see. i meant it would be practical or is there any other way.i'm doing the delete & write procedure already
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now