From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61602 invoked by alias); 27 Sep 2016 18:12:36 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 61584 invoked by uid 89); 27 Sep 2016 18:12:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=rem, REM, H*i:sk:87twd1w, H*f:sk:87twd1w X-HELO: mail-in-09.arcor-online.net Received: from mail-in-09.arcor-online.net (HELO mail-in-09.arcor-online.net) (151.189.21.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 18:12:25 +0000 Received: from mail-in-20-z2.arcor-online.net (mail-in-20-z2.arcor-online.net [151.189.8.85]) by mx.arcor.de (Postfix) with ESMTP id 3sk87W00Z9zC1rv for ; Tue, 27 Sep 2016 20:12:23 +0200 (CEST) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-20-z2.arcor-online.net (Postfix) with ESMTP id F0954840A54 for ; Tue, 27 Sep 2016 20:12:22 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-05.arcor-online.net 3sk87V69HGzmJ0 Received: from Gertrud (p4FF1C877.dip0.t-ipconnect.de [79.241.200.119]) (Authenticated sender: stromeko@arcor.de) by mail-in-05.arcor-online.net (Postfix) with ESMTPSA id 3sk87V69HGzmJ0 for ; Tue, 27 Sep 2016 20:12:22 +0200 (CEST) From: Achim Gratz To: cygwin@cygwin.com Subject: Re: Corrupt Cygwin64 install? References: <4d6d5c2c-f724-5a00-ba6c-fdf5ac220495@cornell.edu> <87a8etxnon.fsf@Rainer.invalid> <87twd1w736.fsf@Rainer.invalid> Date: Tue, 27 Sep 2016 18:29:00 -0000 In-Reply-To: <87twd1w736.fsf@Rainer.invalid> (Achim Gratz's message of "Tue, 27 Sep 2016 20:06:21 +0200") Message-ID: <87ponpw6t5.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2016-09/txt/msg00363.txt.bz2 > Mike McCarty writes: >> Ooo... You still have that script lying around? ;^) Hit send too soon=E2=80=A6 That reg file needs to be combined with actually adding the exclusion, which I did inside the batch script that also updated Cygwin: @ECHO OFF REM ############################################################ SETLOCAL SETLOCAL ENABLEEXTENSIONS SETLOCAL ENABLEDELAYEDEXPANSION REM ############################################################ SET CYGWIN_INSTALL=3D\\full\path\to\Cygwin SET REM=3DECHO. SET TM_EXCLUDED_FOLDER=3D"HKLM\Software\TrendMicro\PC-cillinNTCorp\CurrentV= ersion\Real Time Scan Configuration" /V "ExcludedFolder" FOR /F "usebackq tokens=3D2* delims=3D " %%O IN (`REG QUERY %TM_EXCLU= DED_FOLDER% 2^> NUL ^| FIND "REG_SZ"`) DO ( %REM%ECHO "%%P" | FIND /V /I "C:\Programs|" 1>NUL 2>NUL IF ERRORLEVEL 1 ( ECHO unchanged ExcludedFolders: %%P ) ELSE ( IF NOT DEFINED OPTION_NOREGEDIT ( %REM%REG ADD %TM_EXCLUDED_FOLDER% /D "%%P%CYGWIN_INSTALL%|" /F 1>NUL = 2>NUL ) ECHO extended ExcludedFolders: %%PC:Programs^| ) ) Achim. --=20 +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple