Dateien nach "autohotkey" hochladen

This commit is contained in:
develcookingtest 2024-03-20 16:04:51 +00:00
parent 6d4feccd62
commit b02019e810
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
;#NoTrayIcon
#p::
Run, powershell.exe -ExecutionPolicy Bypass -File "C:\Users\ba4ju8\.config\scripts\windows-shutdown.ps1",, Hide
return

View File

@ -0,0 +1,4 @@
;#NoTrayIcon
#q::
Run, powershell.exe -NoExit -Command "Set-Location $env:USERPROFILE"
return