[GH-ISSUE #13295] Does not run on startup #8783

Closed
opened 2026-04-12 21:32:54 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @cooperdk on GitHub (Dec 2, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/13295

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.

Originally created by @cooperdk on GitHub (Dec 2, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/13295 ### What is the issue? ollama app.exe is set to start on Windows startup (in <user>\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 ```shell ``` ### OS Windows 11 ### GPU RTX 5060 Ti OC, RTX 3060 Ti ### CPU I13700KF ### Ollama version The last few, but currently the latest.
GiteaMirror added the needs more infobugwindows labels 2026-04-12 21:32:54 -05:00
Author
Owner

@dhiltgen commented on GitHub (Dec 2, 2025):

The problem is that ollama app.exe is written to be required to run as administrator.

Can you clarify? The app should not require admin. Do you get a UAC prompt when you try to launch it? If so that might indicate after install, somehow permissions were changed to admin. You might want to try uninstalling and re-installing to clear up any unexpected permission problems and see if that resolves it.

<!-- gh-comment-id:3604436905 --> @dhiltgen commented on GitHub (Dec 2, 2025): > The problem is that ollama app.exe is written to be required to run as administrator. Can you clarify? The app should not require admin. Do you get a UAC prompt when you try to launch it? If so that might indicate after install, somehow permissions were changed to admin. You might want to try uninstalling and re-installing to clear up any unexpected permission problems and see if that resolves it.
Author
Owner

@cooperdk commented on GitHub (Dec 3, 2025):

It doesn't ask for admin via UAC, no. But it also does not run without admin rights ... it exits immediately UNLESS I run it as admin.
I did uninstall and reinstall (multiple of the later versions - multiple times). There is no permission specific setup for the app.

I have read elsewhere that I am not the only one with the issue.

<!-- gh-comment-id:3609079541 --> @cooperdk commented on GitHub (Dec 3, 2025): It doesn't ask for admin via UAC, no. But it also does not run without admin rights ... it exits immediately UNLESS I run it as admin. I did uninstall and reinstall (multiple of the later versions - multiple times). There is no permission specific setup for the app. I have read elsewhere that I am not the only one with the issue.
Author
Owner

@dhiltgen commented on GitHub (Dec 3, 2025):

Does eventvwr.msc show anything interesting when you run Ollama without admin rights?

<!-- gh-comment-id:3609243692 --> @dhiltgen commented on GitHub (Dec 3, 2025): Does `eventvwr.msc` show anything interesting when you run Ollama without admin rights?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8783