Jump to content

Recommended Posts

Posted

I haven't had a problem changing registry key values before when they have a specific name but this one I'm trying to change has a name of (Default), I'd like to make the value blank so it doesn't play that clicking sound everytime you click a link in Internet Explorer.

RegWrite("HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current", _
               "(Default)", "REG_SZ", "")               ;Turn the clicking sound off

But when I monitor the registry it just adds another key ((default)) instead of blanking out the one there already.

I tried the same thing Without the brackets 'Default' but it just adds another key.

Can anyone help, Thanks.

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
×
×
  • Create New...