What is the issue?
ollama app.exe is set to start on Windows startup (in \AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup as a link, which was how it was originally installed)
When it does start, it will serve in the background (not requiring a system service).
The problem is that ollama app.exe is written to be required to run as administrator. Therefore, it no longer runs on startup.
The solution is to either start ollama as a system service on startup and then let ollama app.exe be a client only.
Or to remove the administrator requirement from wherever it somehow is set to require it.
This originally worked fine, but stopped working a few months ago.
Relevant log output
OS
Windows 11
GPU
RTX 5060 Ti OC, RTX 3060 Ti
CPU
I13700KF
Ollama version
The last few, but currently the latest.
What is the issue?
ollama app.exe is set to start on Windows startup (in \AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup as a link, which was how it was originally installed)
When it does start, it will serve in the background (not requiring a system service).
The problem is that ollama app.exe is written to be required to run as administrator. Therefore, it no longer runs on startup.
The solution is to either start ollama as a system service on startup and then let ollama app.exe be a client only.
Or to remove the administrator requirement from wherever it somehow is set to require it.
This originally worked fine, but stopped working a few months ago.
Relevant log output
OS
Windows 11
GPU
RTX 5060 Ti OC, RTX 3060 Ti
CPU
I13700KF
Ollama version
The last few, but currently the latest.