- login scripts
- Posted by jtvich on November 10th, 2004
I'm trying to put in the profile for a login script for my users. My server
name is eads and it's not in a domain nor is active directory installed. I
created a folder under C: called test. In that folder I have my login script
bat file. The test folder has full rights to the user. I can browse through
the network and get to the file but when I try to put in the path for the
login script \\eads\test\loginscript.bat I get a path name is not a valid
relative path name. Any ideas? Thanks.
John Tomlianovich
- Posted by Miha Pihler on November 10th, 2004
Hi,
Did you share the folder TEST? (check \\eads\test)? If not create the share.
Also check your share permissions (users should have read permissions on
share). If they are denied share access NTFS permissions are will not help
in this case.
Mike
"jtvich" <jtvich@discussions.microsoft.com> wrote in message
news:233C7802-B552-4673-BF5F-3513435C0200@microsoft.com...
- Posted by jtvich on November 10th, 2004
Yes the folder is shared with full rights and can I can actually browse to it
through the network.
"Miha Pihler" wrote:
- Posted by Miha Pihler on November 10th, 2004
Where did you set this script? On each user account?
Can you check your event logs for any errors (System and Applications).
Mike
"jtvich" <jtvich@discussions.microsoft.com> wrote in message
news:2F400C1B-4B0B-4C74-BC1E-C8D15A80C24F@microsoft.com...
- Posted by Sundaram Narayanan[MSFT] on November 10th, 2004
Read the notes section of
http://support.microsoft.com/default...uct=winsvr2003
You can only use relative paths for non domain accounts.
Paths are relative to the share named netlogon
"Miha Pihler" <mihap-news@atlantis.si> wrote in message
news:Ov%23KFg2xEHA.3224@TK2MSFTNGP14.phx.gbl...