I am not using Hyena yet, let me see if someone can answer this. In a small NT 4 network using login scripts to map home drives, these home drives work fine except I would like the drive letter only to appear under Explorer or My Computer. For instance, say a user named Richard logs on
(username = richard). He then gets a home folder mapped to S: which appears
under My Computer label of "S: Richard$ on 'PDC'". I don't want the description to appear only the drive letter. We do this at my job and I want to simulate it but I can't figure out how to duplicate it at home.
My simple login script:
NET TIME \\PDC /SET /Y
Net use S: /HOME
echo off
cls
User Manager for Domains:
User Profiles section: BLANK
Home Directory section:
Local Path: BLANK
Connect: S: To: \\PDC\%Username%
(username = richard). He then gets a home folder mapped to S: which appears
under My Computer label of "S: Richard$ on 'PDC'". I don't want the description to appear only the drive letter. We do this at my job and I want to simulate it but I can't figure out how to duplicate it at home.
My simple login script:
NET TIME \\PDC /SET /Y
Net use S: /HOME
echo off
cls
User Manager for Domains:
User Profiles section: BLANK
Home Directory section:
Local Path: BLANK
Connect: S: To: \\PDC\%Username%
Comment