X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=ZHzVxlnkloONh7XQ4Wvo3LsHoFtKx Qe9PNIcYd58OLc43oVw6ur9N8ftgZJfCECev62fj9DsW/ni9c0SoHWovPt2fS+3U 2uNns69uyb8oYLkK7qroeRxaHRzLQuy4sMxsARz931NPv4YcppBd5ufYpzfs/Y1N nj8HCU7lB+zIZM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=cFop6O7oqH6sUsn4TLF47tyTdEE=; b=JdD EIGUgLxL0LSWd+O+KfOdOo5RfYbFpBVw/ngpffd/kc/Y8sBSulP5RN0JETo3koQ8 YWI9vn4mYCCMXP//LxsWBn0Gf+JYaiGRs4dfaSNjOYT9z02VkTZqei/McJ9PciIF 2zr6dYJUwQpRppUlNZqg8MOmLIa5BInkhSc99NOI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: nihxway2out.hub.nih.gov X-SBRS-Extended: Low X-IronPortListener: Outbound_SMTP X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DCAgCTreBV/4BHKJxdgxuBQ4Mdul4BCYdzAhyBITgUAQEBAQEBAX8LhCQBAQQSERFFEAIBCA0NAgYgAgICHRMVAgENAgQODRqIDKV2ijKUXAEBAQEBAQQBAQEBAQEBARqBIopAhFoxB4JpL4EUBZU/AQuMZ4kPkVgXD4N/gjmBBQEBAQ X-IPAS-Result: A2DCAgCTreBV/4BHKJxdgxuBQ4Mdul4BCYdzAhyBITgUAQEBAQEBAX8LhCQBAQQSERFFEAIBCA0NAgYgAgICHRMVAgENAgQODRqIDKV2ijKUXAEBAQEBAQQBAQEBAQEBARqBIopAhFoxB4JpL4EUBZU/AQuMZ4kPkVgXD4N/gjmBBQEBAQ From: "Buchbinder, Barry (NIH/NIAID) [E]" To: "cygwin AT cygwin DOT com" CC: "'Roger Pack'" Subject: RE: suggestion for setup.exe: on quiet mode start window minimized option Date: Fri, 28 Aug 2015 18:52:19 +0000 Message-ID: <6CF2FC1279D0844C9357664DC5A08BA210AAB817@msgb09.nih.gov> References: In-Reply-To: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t7SItToK032419 Roger Pack sent the following at Friday, August 28, 2015 1:29 PM >Today I wanted to script an unattended install of cygwin. It works well. >However, I also wanted to be able to do it without showing a window to >the user at all. Suggestion/feature request: for --quiet-mode start >minimized, or perhaps add a "--start-minimized" option. Cheers. -roger- How do you start setup? Maybe one of the following will work for you. A Windows shortcut can be set up to start minimized. My impression is that one can use and mechanism to launch a Windows shortcut and then Windows will follow the instructions ("Start in:", "Run:", etc.) in the shortcut. In cmd: start /min From a command line (though not a bash shell when cygwin, bash, or maybe mintty are being updated): cygstart --minimize or cmd /c start /min - Barry Disclaimer: Statements made herein are not made on behalf of NIAID.