On Sun, 4 Aug 2024, Brian Inglis via Cygwin wrote:

> Most such problems happen because something has been running and not yet
> terminated before running Cygwin Setup, or Windows Scheduled Tasks running
> Cygwin processes while running Cygwin Setup.
>
> I start Task Manager, tab Details, sort by Image path name, check for anything
> running from Cygwin install paths, and kill them, then run Cygwin Setup.

Or from command line:
TASKLIST /M cygwin1.dll
for a list, and
TASKKILL /F /IM cygwin1.dll
to kill them

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to