From 69ffe1cf1a42aab009db97c38c5a739bb6b588df Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 27 Apr 2022 10:34:43 +0100 Subject: Admin cmd hotkey --- ahk-assistant.ahk | 1 + 1 file changed, 1 insertion(+) (limited to 'ahk-assistant.ahk') 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 -- cgit v1.2.3