note
parent
ac9978210f
commit
f8cfb70bc8
|
@ -3,8 +3,8 @@ Publish:
|
||||||
dotnet publish --configuration Release --runtime win7-x64
|
dotnet publish --configuration Release --runtime win7-x64
|
||||||
|
|
||||||
Create windows service:
|
Create windows service:
|
||||||
sc create NetworkResurrector.Server binPath= "<path_to_the_service_executable>"
|
sc create NetworkResurrector.Server binPath="<path_to_the_service_executable>"
|
||||||
sc create NetworkResurrector.Agent binPath= "<path_to_the_service_executable>"
|
sc create NetworkResurrector.Agent binPath="<path_to_the_service_executable>"
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
Resources: https://github.com/nikeee/wake-on-lan
|
Resources: https://github.com/nikeee/wake-on-lan
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue