Figured out how to manually set my home directory in Windows XP:
- Right click “My Computer”
- Choose the “Advanced” tab
- Click the “Environmental Variables” button
- Under the “System variables” section, click “New”
- In the “Variable name” enter in “home”.
- In the “Variable value” enter in the path to your profile.
To do the same via command prompt do :
setx HOME "your\path\to\home"
( Please note the suffix x – This is used to persist the change )