For some reason from time to time I experience mysterious errors with my shared network resources on Windows 7. I my case it is NAS device, but this actually doesn't change the main point it is mysterious and shouldn't happen at all. But since it does (and regarding to Microsoft's KB explanation I actually tend to bleieve they don't have a clue why is this happening, but anyway feel free to check out how they think it should be solved here) I needed a way to fix it. Since there could be several reasons why is this error popping up I'll mention two methods here which can help you out.
Method 1:
Go to Start -> Run (or just type in the search box) the following command:
net use
This command should list all of your network shares. Sometimes it can happen you don't see a mapped drive listed under Computer, but 'net use' will show it. If nothing was listed, you can freely skip to Method 2, as obvioulsy this method cannot help you. On the other hand if any of your problematic network shares got listed, type in following command:
net use /delete \\servername\foldername
where of course '\\servername\foldername' should refer to yours displayed shared network source.
If you have more than one problematic share you might as well use command (but be warned it will DELETE ALL of your shares, so be careful if you don't want to delete all of them):
net use * /delete
Now try to map or access your desired network share again. If this resolved you're problem great, if it didn't, try out Method 2.
Method 2:
- Open the Services window (Start -> Run -> services.msc). You will need to type in 'services.msc' in search box or open it via Control Panel.
- Locate the Workstation service (this is a fundamental service that windows uses to access network rescources) and once you found it (it should be at the bottom of the list obviously) stop this service. You'll probably get a notification how other services are dependent upon it (ie. Netlogon and Computer browser), so you'll have to stop displayed services as well.
- Restart Workstation service and after this any other services that were listed as being dependent in the step above.
If you found this post to be useful please consider encouraging me to keep up the good work. You can easily do it by signing up with Copy.com cloud storage provider. Just click here and you will get 15GB + 5GB for following my link absolutely FREE. This way I'll get 5GB too.
Thanks!
ReplyDeleteMethod #2 (restarting the Workstation service) solved my problem!
This can also occur if you map a drive with "net use" from a non-admin command prompt. Obscure and annoying and the error message is utterly worthless.
ReplyDelete