This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Corrupt Cygwin64 install?


Thanks, I dug around in the registry based on your info and those (or
similar) entries are already there and the folder my cygwin install is
in was already listed so either those registry entries are
anachronisms or don't have the needed effect.

I did talk to a very helpful person in our IT dept and he managed to
get emacs-w32.exe added to the "trusted programs list" as deployed
from the server.  That seems to have done the trick, tho if I ever
move the cygwin install or change machines, I'll have to go through
all of this again.

I'm still going to try to log a complaint with Trend Micro -- this
problem apparently is a result of an upgrade to OfficeScan v11.0.

Thanks again...


On Tue, Sep 27, 2016 at 1:12 PM, Achim Gratz <Stromeko@nexgo.de> wrote:
>> Mike McCarty writes:
>>> Ooo...  You still have that script lying around?  ;^)
>
> Hit send too soon…  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=\\full\path\to\Cygwin
> SET REM=ECHO.
> SET TM_EXCLUDED_FOLDER="HKLM\Software\TrendMicro\PC-cillinNTCorp\CurrentVersion\Real Time Scan Configuration" /V "ExcludedFolder"
> FOR /F "usebackq tokens=2* delims=       " %%O IN (`REG QUERY %TM_EXCLUDED_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.
> --
> +<[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
>

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]