Enable/Disable a network adapter with a keyboard shortcut
- by Carlos
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.