mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1861] Windows 客户端 能否最小化到任务栏? #1469
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1469
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 @sshuangliu on GitHub (Jun 16, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1861
内网穿透的场景中,Windows系统 RDP等等服务应该很多,但是目前Windows客户端只能以cmd方式启动,且不能完全后台运行,
能否实现一个简单的GUI,展示下状态,且能最小化到右下角任务栏
@jamy325 commented on GitHub (Jun 17, 2020):
通关任务计划开机启动,完全就是后台
@coderhh commented on GitHub (Jun 17, 2020):
可以将frpc 封装成一个windows service, 开机自启动,后台运行。
@sshuangliu commented on GitHub (Jun 19, 2020):
got it