micahmo / WgServerforWindows

Wg Server for Windows (WS4W) is a desktop application that allows running and managing a WireGuard server endpoint on Windows
MIT License
943 stars 92 forks source link

Autorun #167

Open nikitas244 opened 5 months ago

nikitas244 commented 5 months ago

How do I set autorun at windows startup?

micahmo commented 5 months ago

@nikitas244 WireGuard starts automatically by default on Windows. WS4W also likes to configure a few things on startup, which you can see indicated by the options that say "Disable Automatic ___". If it says "Disable", it means it's currently "Enabled" to start automatically.

image

If you are having issues with your WireGuard tunnel coming online after a reboot, try going to the Settings dropdown > Set Boot Task Delay. You can play around with a longer delay to give your system more time to start up after a reboot. Note that you will have to "Disable" and re-"Enable" the automatic tasks for the delay to take effect.

Hope that helps!