mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #309] Two questions about Windows deployment and operation #159
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @huangsijun17 on GitHub (Jul 8, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/309
@Vassili-Dev commented on GitHub (Jul 8, 2025):
As a workaround to the Windows Service thing:
You can add a "Task" (Start Menu -> Task Scheduler) to run Lan Mouse on login. It seems to work fine for me, but probably isn't ideal since it opens a terminal window, and doesn't have the bells and whistles that a proper service is meant to have.
@feschber commented on GitHub (Oct 14, 2025):
For the first question: There is no service yet, but it is something I'm planning to add at some point.
And for the second part: I believe adding the location to
PATHshould still work fine? I'm not quite sure what you are trying to achieve but DLLs are searched in specific locations: https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order@delath commented on GitHub (Dec 24, 2025):
It would be cool to be able to minimize the gui on windows so we can stop and start it whenever we want!
@feschber commented on GitHub (Feb 7, 2026):
#373