diff options
author | Peter | 2022-04-27 10:34:43 +0100 |
---|---|---|
committer | Peter | 2022-04-27 10:34:43 +0100 |
commit | 69ffe1cf1a42aab009db97c38c5a739bb6b588df (patch) | |
tree | cb4829f914a3d085c74b698ca087caed9036257c | |
parent | d57d77530811e91afbfd06f8668a3c1ad79fc17b (diff) | |
download | ahka-69ffe1cf1a42aab009db97c38c5a739bb6b588df.tar.gz ahka-69ffe1cf1a42aab009db97c38c5a739bb6b588df.tar.bz2 ahka-69ffe1cf1a42aab009db97c38c5a739bb6b588df.zip |
Admin cmd hotkey
-rw-r--r-- | ahk-assistant.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 12e09a9..1895c2e 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -34,6 +34,7 @@ menu, tray, standard ^!e::Run ::{20d04fe0-3aea-1069-a2d8-08002b30309d} ; my computer
^!r::Run mstsc ; remote desktop connection
^!+r::Run mstsc /v:%serverRemoteAddress% ; rdp to a destination defined by variable file
+^!t::Run *RunAs cmd ; C-A-t admin cmd
#t:: ; overflow
#Enter::Run cmd ; command prompt
#p:: ; overflow
|