Enable/Disable a network adapter with a keyboard shortcut
Posted
by
Carlos
on Super User
See other posts from Super User
or by Carlos
Published on 2012-03-22T14:19:55Z
Indexed on
2012/03/25
5:33 UTC
Read the original article
Hit count: 490
I started out trying to use a shortcut to display the Local Area Connection Status window on my desktop by creating a shortcut and assigning it Ctrl+, (comma).
Windows didn't like that, so it added Alt, which ended up being Ctrl+Alt++,.
Since I couldn't figure out a way to eliminate Alt as part of the shortcut keys, I am now trying a different strategy and it's not working. My latest attempt is to use AutoHotkey with the following command:
^,::Run, explorer ::{BA126ADB-2166-11D1-B1D0-00805FC1270E}
Which is what the shortcut target number is, but it won't open the window.
© Super User or respective owner