refresh audio capture devise after registry changes
up vote
0
down vote
favorite
have an AutoHotkey script that runs registry files, enabling and disabling the "Listen to this device" boolean in an audio capture device. sadly the changes only give an effect after a reboot. the boolean is changed but the audio capture device does not get refreshed with the new settings.
the following script is based on this
a::
key++
if key = 1
run, "E:S.K.LDocumentssoundRegsettting1.reg" regedit /s
else if key = 2
{
run, "E:S.K.LDocumentssoundRegsettting2.reg" regedit /s
key=0
}
Return
p.s. the code only runs from a seconday keybord with the help of "Intercept"
windows registry autohotkey intercept
add a comment |
up vote
0
down vote
favorite
have an AutoHotkey script that runs registry files, enabling and disabling the "Listen to this device" boolean in an audio capture device. sadly the changes only give an effect after a reboot. the boolean is changed but the audio capture device does not get refreshed with the new settings.
the following script is based on this
a::
key++
if key = 1
run, "E:S.K.LDocumentssoundRegsettting1.reg" regedit /s
else if key = 2
{
run, "E:S.K.LDocumentssoundRegsettting2.reg" regedit /s
key=0
}
Return
p.s. the code only runs from a seconday keybord with the help of "Intercept"
windows registry autohotkey intercept
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
have an AutoHotkey script that runs registry files, enabling and disabling the "Listen to this device" boolean in an audio capture device. sadly the changes only give an effect after a reboot. the boolean is changed but the audio capture device does not get refreshed with the new settings.
the following script is based on this
a::
key++
if key = 1
run, "E:S.K.LDocumentssoundRegsettting1.reg" regedit /s
else if key = 2
{
run, "E:S.K.LDocumentssoundRegsettting2.reg" regedit /s
key=0
}
Return
p.s. the code only runs from a seconday keybord with the help of "Intercept"
windows registry autohotkey intercept
have an AutoHotkey script that runs registry files, enabling and disabling the "Listen to this device" boolean in an audio capture device. sadly the changes only give an effect after a reboot. the boolean is changed but the audio capture device does not get refreshed with the new settings.
the following script is based on this
a::
key++
if key = 1
run, "E:S.K.LDocumentssoundRegsettting1.reg" regedit /s
else if key = 2
{
run, "E:S.K.LDocumentssoundRegsettting2.reg" regedit /s
key=0
}
Return
p.s. the code only runs from a seconday keybord with the help of "Intercept"
windows registry autohotkey intercept
windows registry autohotkey intercept
asked Nov 17 at 10:49
the Wongfon Semicolon
4317
4317
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53350480%2frefresh-audio-capture-devise-after-registry-changes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown