X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <dd3cefac0806051822i3dc7b4d2pf943f33335b29cb3@mail.gmail.com>
Date: Fri, 6 Jun 2008 02:22:40 +0100
From: "Adam Thompson" <adwulf@gmail.com>
To: cygwin@cygwin.com
Subject: Re: how can I stop Windows setting HOME?
In-Reply-To: <17682731.post@talk.nabble.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <17682731.post@talk.nabble.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

2008/6/6 anadem <anadem@gmail.com>:
>
> Each time I boot my pc Windows sets the HOME environment variable to my
> "Documents and Settings" directory, which screws up cygwin. Before I can use
> cygwin I have to do the My Computer/Properties/Advanced ... etc stuff and
> delete HOME from my User variables. Otherwise cygwin sets my $HOME to
> Window's idea of HOME, which is a pain in the neck.
>
> Is there any way to permanently unset the HOME env-var in Windows? I could
> run a batch file at startup but afaik that would not be a systemwide removal
> of HOME.
>

I don't think XP sets a var called HOME by default.  It sets HOMEPATH
and HOMEDRIVE - and in some cases HOMESHARE.

Have you checked autoexec.nt?


C:\Documents and Settings\adamt.MDHLP83>echo %HOME%
%HOME%

C:\Documents and Settings\adamt.MDHLP83>echo %HOMEPATH%
\Documents and Settings\adamt.MDHLP83

C:\Documents and Settings\adamt.MDHLP83>echo %HOMEDRIVE%
C:

I've looked in my environment variables in the system properties and
can't find anything called HOME.

I also tried:

C:\Documents and Settings\adamt.MDHLP83>set | findstr HOME
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\adamt.MDHLP83

C:\Documents and Settings\adamt.GLENTURRET>cd home
The system cannot find the path specified.

I do not think this is a Windows issue.

-- 
AdamT
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." - Nietzsche

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

