Windows Tips
Contents
This means that you're connected to the other machine through a different username and/or password. This can even happen
if there are no appearant network-connections in the Network Neighbourhood. To delete all existing connections, open up a
command-prompt and issue :
net use
You'll see a list of all current connections. Delete them with :
net use \\myserver\share /delete
|