2
I have a strange problem with Windows 7 Professional when I am try to access to a network shared folder.
I have a two personal computers:
- pc (A) with Windows 7 Professional, user logged with Administrator rights,
- pc (B) with Windows XP Professional.
In (B) I share a folder (c:\foo).
By (A) and Windows Explorer I map the shared folder in (B), I give the correct User and password for the folder access and I map it with a letter (i.e. Z:)
Now, with Windows Explorer I can access the folder Z: without problem; if I open CMD and I write
Z: + return
at prompt I can access to the network folder but if I do the same action executing CMD with Administrator rights the command Z: + return give me this error:
The system cannot find the drive specified.
I don't understand where is the problem ...
Try to re-map the drive within the new cmd window (with "net use"). I guess the mappings are not the same when running in admin vs. non-admin mode. – CyberDude – 2011-02-14T16:11:53.447
There is a registry fix for it: http://support.microsoft.com/kb/937624
– rafraf – 2012-03-14T06:12:42.490