Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Sounds like the AD profile on the domain is overwriting the user defined variables. I see your screenshot says you are connected to the eait.org.edu.au domain. That will be the root of your issue. Just to include some details here that I spotted elsewhere, that may be of help to you:</p> <p>HOMEDRIVE, HOMEPATH &amp; HOMESHARE are set and updated via Active Directory. HOMEDRIVE &amp; HOMEPATH are set even without a home drive set on the account; however they will be overridden by any user account properties set in AD.</p> <p>Also see these KB articles:</p> <pre><code>http://support.microsoft.com/kb/841343 http://support.microsoft.com/kb/237566 http://support.microsoft.com/kb/101507 </code></pre> <hr> <p>On a side-note for another way around the issue:</p> <p>-I have in the past created a new instance of the windows command-line shell executable that automatically runs a custom script, so everytime you launch the shell, the environment variable could be overriden. </p> <p>-To do that you could just put the code you posted to change the environment variable into a batch script, stored wherever you like, then edit the shortcut(s) used to launch the shell by going to properties > then alter the Target box: %SystemRoot%\system32\cmd.exe /K "C:\Documents and Settings\Administrator\My Documents\customshellscript.cmd" (Obviously the part of the path after /K is the location of your custom script)</p> <p>This way, if you are using openSSH over the console anyway, it will always have the homedrive set correctly.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload