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: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 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-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 AT cygwin DOT com References: <852665122 DOT 20190816134116 AT yandex DOT ru> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Openpgp: preference=signencrypt Message-ID: 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: 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