windows-configs/autohotkey/win-run.ahk

5 lines
124 B
AutoHotkey
Raw Normal View History

2024-03-20 16:04:30 +00:00
;#NoTrayIcon
#w::
Run, powershell.exe -Command "(New-Object -ComObject 'Shell.Application').FileRun()",, Hide
return