From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by sourceware.org (Postfix) with ESMTPS id BCF4A3857801 for ; Fri, 25 Sep 2020 13:31:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BCF4A3857801 Received: by mail-yb1-xb2c.google.com with SMTP id k2so2007016ybp.7 for ; Fri, 25 Sep 2020 06:31:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=vEghHELu+3ut85W+yJuR5ou37fKeeIdGc0NgR5RGKHw=; b=YSERRYyXMoT7iC3UgDCOa33WlqaFF+uDPHe9KNinKe1v34n7x+tb5BWR+P6J+6kG4X 1EkUUtgIlntFNkyKCUJjgS6UV4zPJ56nzxbGlAgUOdcYieP0j5FKRj+XYDodPSa8yix3 udJFqSWhzHJ23AuAalwHmTYtW4nSamm0Hw1RPSl3DU9bE7KHzC4kayoHtFcEXcHhQb5u KTzR9GyF59aKY8mk7RJV2o7GEZpJIvOWQ0vVtQiw4A0HS+TkA3/FEdyJ6aNnBhsQgi6K DnTH6M/RzeIfHKUvZeMWlfH11sLTwlU/dgVG6vd8HZNcDxp5ocMgcB/sp83Jmuz0y2vu qhTg== X-Gm-Message-State: AOAM5322wbHMXQolijELPOo+C71IR3Br799xAbsYe1r5p8ydzXHwCA2U j3QZt2zI9TSPIillQdkv2pzBQa9CoKj4lZnJgMwBeSbhy9o= X-Google-Smtp-Source: ABdhPJy4imgiclIBMEkpWtjYGalK+2UUbEaV83Z4cMwWBySks5fuKjDWjIs8mFGUa1mCxGK5ElP61JKyEla+c7HU5pY= X-Received: by 2002:a25:d98f:: with SMTP id q137mr5336341ybg.308.1601040715020; Fri, 25 Sep 2020 06:31:55 -0700 (PDT) MIME-Version: 1.0 Reply-To: Peter@krum.name From: "Peter J. Krum" Date: Fri, 25 Sep 2020 09:32:07 -0400 Message-ID: Subject: Remotely restart a windows machine To: cygwin@cygwin.com X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2020 13:31:57 -0000 I used this command on ubuntu: net rpc shutdown -r -f -t 30 -I 123.123.123.123 -U user:pass What would be the equivalent in CYGWIN?