Windows services, by default, run in %WinDir%\System32
(From this answer: What directory does a Windows Service run in? ).
I would like this to be run in C:\Path\To\Django\
instead, and can't change the python code.
I am assuming it will be a regedit
key:value, but not sure what it is.
I currently have:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<My Service>\Parameters
the key:value pair
Application: "C:\ProgramData\python.exe" "C:\Path\To\Django\manage.py" runserver