func (w *Windows) Init() error {
    if err := w.validateConfig(); err != nil {
        w.Errorf("config validation: %v", err)
        return err