diff --git a/cmd/tailscaled/install_windows.go b/cmd/tailscaled/install_windows.go index 3e5036fba..e98a6461e 100644 --- a/cmd/tailscaled/install_windows.go +++ b/cmd/tailscaled/install_windows.go @@ -29,6 +29,7 @@ func init() { // This list must be kept in sync with the TailscaledDependencies preprocessor // variable in the installer. var serviceDependencies = []string{ + "Dnscache", "iphlpsvc", "netprofm", "WinHttpAutoProxySvc",