I'm trying to map the client's C: drive during the login script. My Citrix server's drives start at M:. Here's what's in the login script:
net use C: \\client\c$
The error I get is "system error 55. The specified network resource or drive is unavailable.
I have "map client drives" turned off in connection settings because this causes long delays in sessions, and I only want to map the client's C: drive. If I turn "map client drives" on, I get a C: drive mapping, but the user's session slows down to a crawl. (I think it's because the session keeps checking for the floppy drive which isn't present, and other drives like the CD which may take time to respond.)
I would really like to get the "net use" command to work. Any ideas?
net use C: \\client\c$
The error I get is "system error 55. The specified network resource or drive is unavailable.
I have "map client drives" turned off in connection settings because this causes long delays in sessions, and I only want to map the client's C: drive. If I turn "map client drives" on, I get a C: drive mapping, but the user's session slows down to a crawl. (I think it's because the session keeps checking for the floppy drive which isn't present, and other drives like the CD which may take time to respond.)
I would really like to get the "net use" command to work. Any ideas?