Hello and thank you in advance!
I upgraded to ST4. My AutoHotkey (AHK) script to open ST is now opening ST in safe mode.
When I open cmd.exe normally and run "C:\Program Files\Sublime Text\sublime_text.exe"
it opens normally as expected.
When I run it from AHK using Run, "C:\Program Files\Sublime Text\sublime_text.exe"
it opens in safe mode.
I have also tried Run, %ComSpec% /c ""C:\Program Files\Sublime Text\sublime_text.exe""
which opens a cmd.exe window that runs sublime text.
I have tried uninstalling and re-installing ST4.
I realize that this is highly AHK related, however, this most likely is a problem with sublime text because it was working fine with ST3 and does not seem like the expected behavior for ST4. There might be some hidden parameters in AHK’s Run command, but I can’t find any. It seems like ST should only be opening in safe mode if the command line argument is passed.
- Do you know why this is happening?
- Is there a way I can debug why this is happening?
- Is ST detecting the user/permissions running sublime_text.exe?
- How does ST know it’s being run from a different source?