ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 69ffe1cf1a42aab009db97c38c5a739bb6b588df
parent d57d77530811e91afbfd06f8668a3c1ad79fc17b
Author: Peter <peter@minskio.co.uk>
Date:   Wed, 27 Apr 2022 10:34:43 +0100

Admin cmd hotkey

Diffstat:
Mahk-assistant.ahk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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