diff --git a/client/system/info_windows.go b/client/system/info_windows.go index 8b5f7f65b..75150cb81 100644 --- a/client/system/info_windows.go +++ b/client/system/info_windows.go @@ -89,6 +89,7 @@ func initStaticInfo() { // GetInfo retrieves system information (static info cached, dynamic info fresh) func GetInfo(ctx context.Context) *Info { + initStaticInfo() log.Debugf("gathering dynamic system information") start := time.Now()