I have an intermittent problem that affects some PCs, some of the time. Each PC runs a login script that sets up various common mappings. Over the course of the day however, some PCs then replicate these standard mappings across the remaining letters of the alphabet.
For example, the login script sets H drive to be a common drive, using the following command:
net use h: \\swnt1\data /persistent:no
The problematic machines will also have
o: \\swnt1\data
p: \\swnt1\data
q: \\swnt1\data
etc, taking up all remaining available letters.
Has anyone seen/fixed this problem before?
thanks in advance
Andrew
For example, the login script sets H drive to be a common drive, using the following command:
net use h: \\swnt1\data /persistent:no
The problematic machines will also have
o: \\swnt1\data
p: \\swnt1\data
q: \\swnt1\data
etc, taking up all remaining available letters.
Has anyone seen/fixed this problem before?
thanks in advance
Andrew