X-Recipient: archive-cygwin@delorie.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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=Jh6tBTv9Msk6QCaG
	P0HRThGTD3W+VxOhEnKIfRCP5gHjXdtjO/WjU8RhI9of6CK64Ep6Z4s/RJkvCs3H
	GqBtBqfWCxmFZ9ZDQQk15FcNuH2VgtwdItBDPBzQA/Bk6YZBs/tg22LVBy+m3vWN
	u5UwSRCN9Rt28VhW4erzwYfP3XA=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=4hccZiB+GW2VQ7aNcO6jRJ
	mo1Us=; b=YMgoFAQrG+iWwO7/yFfXmoC3rjStD9aAG2gIU2h9CHasR/LAO+VsG+
	DRhPqKi13RYfcn3HzMmrvPpS73hWCq3BYy4YDmLRUwRIN48UZat0patf3QiWnCuM
	aiqAF4rTb6lAcpdP2rMZiCxk3KC5KsyM09ViZ9qjvsHXugrFQPqVQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BL autolearn=no version=3.3.1 spammy=H*M:online, H*r:sk:mailout, H*RU:sk:mailout, HContent-Transfer-Encoding:8bit
X-HELO: mailout02.t-online.de
Subject: Re: More on Win7 update messing up HOME
To: cygwin@cygwin.com
References: <CAA5t8Vo_kdqfAO1L_z-xf8mzp=fK3AuTYRmoqHLKLiz33Rx-mQ@mail.gmail.com> <852665122.20190816134116@yandex.ru> <CAA5t8Vp9xRjv1Quy02Xoy+FXFGxqrPgYOp_f7ecNrP=HP+bYdA@mail.gmail.com>
From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= <HBBroeker@t-online.de>
Openpgp: preference=signencrypt
Message-ID: <c8a9c033-723f-7018-2c32-d8254e5c9f70@t-online.de>
Date: Fri, 16 Aug 2019 19:32:03 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0
MIME-Version: 1.0
In-Reply-To: <CAA5t8Vp9xRjv1Quy02Xoy+FXFGxqrPgYOp_f7ecNrP=HP+bYdA@mail.gmail.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Am 16.08.2019 um 15:28 schrieb David Karr:
> On Fri, Aug 16, 2019 at 3:50 AM Andrey Repin wrote:

>> Do you have %HOME% variable set in your user environment?
>> Do you have %HOMEDRIVE%/%HOMEPATH% variables defined to something
>> unsettling?

> I checked "Environment Variables" in control panel, and I'm not setting
> anything beginning with "HOME" in either user or system variables.

That check is not really useful, though.

You need to look at the actual environment constructed for a user
process, at run-time.  About the easiest is to start a Windows command
shell (Start->Run "cmd") and look at the output of the "set" command.

In cases of looking for names starting with some prefix, like here, you
can narrow down the search:

	set HOME

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

