Windows 7 Mapped network drive says access denied

MRF71

Senior Member
Joined
Mar 21, 2012
Messages
21
How do I map a drive with UAC enabled? Is it normal to get a "folder destination access denied" error when trying to copy files to and from network drives? I am running win 7 pro x64
 
Solution
UAC is a security feature and should be left on, it does not have anything to do with mapping drives, this is a user level process and only makes modifications in the NTUSER.dat (users registry hive). An access denied message means you do not have permissions to the share. In a home network setting where there is no centralized authentication (LDAP) you will need to add a local account to the share on the computer you are mapping to. Grant it share access accordingly as well as verify that account has the same local permissions (Most restrictive wins). When you map to the share you will need to provide those credentials for authentication in the form <MACHINENAME\USER> <PASSWORD> Machinename will me the computer you are connecting to.
map a drive with UAC enabled
with win7-10 you map a drive | folder or share using the wizard
press [windows key] + [r] and type or paste this code;
Code:
RunDll32.exe shell32.dll,SHHelpShortcuts_RunDLL Connect

An image from 'Mapped network drive says access denied'. Network Drive mapping window to assign a drive letter and folder path for connection.

access denied is tip that your network connection isn't up to the task... can be that your permission are not set right for the network or (more offen) that the network is over loaded and didn't process your request before the time allowed.

To be clear, UAC is not an issue when mapping windows drives i.e, the wizard does not care if the computer has UAC on or off but you may get asked to press the [ok]
 
Last edited by a moderator:
Is your network drive on another home computer in your home network, or is it the network drive on a server in your home or on a corporate network server also outside your home? Connecting through VPN? This could make a difference; we'd appreciate some more detail on the location of the network drive you're attempting to map to.

<<<BIGBEARJEDI>>>
 
I have never had issues until I enabled UAC
 
Last edited by a moderator:
I have never had issues until I enabled UAC
press [windows key] + [r] then type or paste this code
Code:
C:\Windows\System32\UserAccountControlSettings.exe

you can also just paste it into a shortcut for easy access to turn UAC on or off
 
Let me ask this... in general, does having uac on or off matter when it comes to sharing folders/drives across a network? I am not experienced with UAC because i've always had it disabled but a friend told me it's not wise so that's why I turned it on.
 
Uac controls changes to your computer only and has no effect on network shares one way or the other. its there to stop muppets accidently buggering a office system they are unfamiliar with and on a home system where the user has administration rights it will simply ask you “are you sure you want to do that?”
 
Ok but why was I able to map c-drive and copy files to and from before uac was enabled and now it doesn't allow it? I am now able to copy to and from my d-drive but not c.
 
UAC is a security feature and should be left on, it does not have anything to do with mapping drives, this is a user level process and only makes modifications in the NTUSER.dat (users registry hive). An access denied message means you do not have permissions to the share. In a home network setting where there is no centralized authentication (LDAP) you will need to add a local account to the share on the computer you are mapping to. Grant it share access accordingly as well as verify that account has the same local permissions (Most restrictive wins). When you map to the share you will need to provide those credentials for authentication in the form <MACHINENAME\USER> <PASSWORD> Machinename will me the computer you are connecting to.
 
Solution

Does homegroup share files just in users directory or on other partitions also?
 
Does homegroup share files just in users directory or on other partitions also?
>>>You can share folders, partitions, volumes, and network drives via HomeGroup sharing no problem. And you can also share folders on other physical drives in your same computer as long as the drives are seen in Windows File Explorer.<<<
<<<BIGBEARJEDI>>>

P.S. I have done all of the above options with HomeGroup sharing at one time or another.