Hi all,
I have a situation where several XP pro workstations have from 10 to 30 user profiles on each. A change in drive mapping on a server requires that I logon to each workstation as each user and disconnect the mapped drives individually. I have tried altering the login script to include the instructions:
net use */delete
net use */persistent:no
and then the usual drive mapping
But this doesn't work, I still have to disconnect manually before the login script will map the new drives. It takes me all day to do nine workstations because I may have to login 200 or more times.
How can I clear the cached credentials of all users on a single workstation in one operation instead of the way I do it now?
Thanks for any suggestions.
Best Regards,
David Tracy
I have a situation where several XP pro workstations have from 10 to 30 user profiles on each. A change in drive mapping on a server requires that I logon to each workstation as each user and disconnect the mapped drives individually. I have tried altering the login script to include the instructions:
net use */delete
net use */persistent:no
and then the usual drive mapping
But this doesn't work, I still have to disconnect manually before the login script will map the new drives. It takes me all day to do nine workstations because I may have to login 200 or more times.
How can I clear the cached credentials of all users on a single workstation in one operation instead of the way I do it now?
Thanks for any suggestions.
Best Regards,
David Tracy