-
Notifications
You must be signed in to change notification settings - Fork 124
Description
Hi!
I'm using this amazing program since some years with success so first of all thank you for your work!
During my experience i was only annoyed by the infamous bug of the internet sharing when the server get an electrical power failure.
Today i had some will to try to solve it (yes i tried to use NAT routing but i was unable to communicate between devices but that's another issue).
I kept disabled the "Persistent Internet Sharing" and created a simple .bat file:
@echo off
set a=30
timeout /t %a%
start /B ws4w.exe restartinternetsharing --network Ethernet
exit
Then created a scheduled task with elevated privileges to launch the .bat at startup, and magically it works.
Previously i tried to enable the boot task delay but without success.
I don't know if this could help you to find a more polished solution but for some reasons it works here (so far...and i hope forever...) :-)
Greeting and thanks again!