Can't connect to network Location

adamaziz87

New Member
Messages
3
Hey guys I'm having some trouble connecting to my network drive/ shared folder on my network. I don't know whats going on sometimes it connects sometimes it doesn't.

Please Help ASAP!! :)
 

Attachments

  • Post on Forum.jpg
    Post on Forum.jpg
    139.6 KB · Views: 274
happens sometimes here too, generally removing and re-adding the drive letter/share fixes it here.
 
Chev 65: even when Internet is working it doesn't connect :(

Wullail: unfortunately that didn't work...

Try to remap the drive.

First:
net use * /delete

Then remap it using net use again:
net use Z: \\server\share /user:username password

This won't help the disconnect problem I'm seeing there. :sarc:
 
Chev65: I don't know how to do that do u mind clarifying

The command is completed in a command prompt.

Open a command prompt and type what chev has stated replacing the variables below underlined

Code:
net use * /delete

And then do this command

Code:
net use Z: [I][U]\\server\share[/U][/I] /user:[U][I]username password[/I][/U]

Capture.PNG

Josh :)
 
Back
Top