Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
Provide the output of systeminfo | grep "^OS Name\|^OS Version"
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 N/D Compilación 22631
Originally created by @GiancarloAparicio on GitHub (May 29, 2024).
**Describe the bug**
Hello, when the AHK option is used, and the local user contains a space, the execution fails
**To Reproduce**
Steps to reproduce the behavior:
1. Have a user with space, example "Metrica Andina"Go to '...'
2. run "komorebic start --ahk"
**Expected behavior**
I tried and this solution works for me
```powershell
$scriptPath = "C:\Users\Metrica Andina\komorebi.ahk"
Start-Process 'autohotkey.exe' -ArgumentList "`"$scriptPath`"" -WindowStyle Hidden
```
**Screenshots and Videos**
Add screenshots and videos to help explain your problem.

**Operating System**
Provide the output of `systeminfo | grep "^OS Name\|^OS Version"`
```
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 N/D Compilación 22631
```
adam
added the bug label 2026-01-05 14:50:21 +01:00
Not sure what else can be done here besides quoting the path given as an argument. Any PowerShell experts available to chime in?
@LGUG2Z commented on GitHub (May 29, 2024):
Not sure what else can be done here besides quoting the path given as an argument. Any PowerShell experts available to chime in?
You can try this to see if it's the case that we are just missing -ArgumentList
@LGUG2Z commented on GitHub (May 29, 2024):
https://github.com/LGUG2Z/komorebi/commit/ee76d8bc1fb479f6d481805b48ec0ad7a47646c9
You can try this to see if it's the case that we are just missing `-ArgumentList`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @GiancarloAparicio on GitHub (May 29, 2024).
Describe the bug
Hello, when the AHK option is used, and the local user contains a space, the execution fails
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I tried and this solution works for me
Screenshots and Videos

Add screenshots and videos to help explain your problem.
Operating System
Provide the output of
systeminfo | grep "^OS Name\|^OS Version"@LGUG2Z commented on GitHub (May 29, 2024):
Not sure what else can be done here besides quoting the path given as an argument. Any PowerShell experts available to chime in?
@LGUG2Z commented on GitHub (May 29, 2024):
https://github.com/LGUG2Z/komorebi/commit/ee76d8bc1fb479f6d481805b48ec0ad7a47646c9
You can try this to see if it's the case that we are just missing
-ArgumentList