mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #352] Built in WakeOnLan option #3190
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3190
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 @Gameniti on GitHub (Feb 4, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/352
Originally assigned to: @VShawn on GitHub.
Describe the solution you'd like
I would like to have the option to enable WakeOnLan for some of my machines. I have some that only run when I need them and I currently have to start them manually. If you could add WOL as an option this would be fantastic.
@VShawn commented on GitHub (Feb 4, 2023):
I have never used the WOL function (because I never shut down), I will later research how to implement waking up the computer through WOL and the possibility of integrating it into the APP. And I need to consider if the WOL feature is part of PRemoteM functionality.
In fact, you can still wake up your computer by writing a BAT script like this:
@majkinetor commented on GitHub (Feb 7, 2023):
Creting this feature seems simple enough, based on the pwsh script I am looking at now. We need remote computers MAC address though (maybe you get it when its ON, so you can use it later when its OFF). There is some info on it here. I would keep any potential solution cross platform though, because it will be easier some day to eventually port 1RM to linux.
Seems like not bad option to have. I always keep all my computers on though, but I could test this myself too.