windows-configs/autohotkey/win-run.ahk

5 lines
124 B
AutoHotkey

;#NoTrayIcon
#w::
Run, powershell.exe -Command "(New-Object -ComObject 'Shell.Application').FileRun()",, Hide
return