Yes. I have been working on that computer via RDP.
Main Topics
Browse All TopicsI am having a problem connecting to just one Windows XP (SP3) computer on our network via its UNC path (\\computername\c$). Error message: The network path was not found. I also cannot connect using the UNC path with an IP address (\\ipaddress\C$) so I know it is not a DNS issue. The computer is visible on the Windows Network. I can connect to it via Remote Desktop with a domain admin account. Domain Admins have Full Control on the default C$ share. Windows firewall is turned off on that computer. Simple file sharing is selected on the C drive. File and Printer sharing for Microsoft Networks is installed on LAN. I have enabled Netbios over TCP/IP but that does not make a difference. I need to be able to connect via the UNC path so I can run a backup on this computer. I do not have this problem with any other Windows XP computer on my network. What am I missing?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
From http://support.microsoft.c
When Simple File Sharing is turned on, remote administration and remote registry editing does not work as expected from a remote computer, and connections to administrative shares (such as C$) do not work because all remote users authenticate as Guest. Guest accounts do not have administrative rights. When Simple File Sharing is turned on, if you configure specific user ACEs, remote users are not affected when Simple File Sharing is turned on because all remote users authenticate as Guest when Simple File Sharing is turned on.
I don't know. The only reason I remembered this is because I wanted to setup a remote logon to one of my XP computers and I had to go thru this (and create a new user) to be able to logon. Even then it was only to the particular directory where I had changed permissions and added the new user.
I would go to one of the 'other' computers and see if maybe someone already went thru the procedure to allow logon access. On the other hand, if simple file sharing is turned on, you should (?) be able to access the drive by name like \\computer\c12 or whatever without a logon. That's the way it works here except that I'm in a workgroup, not a domain.
Are you a domain admin?
You cannot connect to a C$ share unless you are an admin/domain admin account.
Only reason I ask is that you say "I can connect to it via Remote Desktop with a domain admin account. Domain Admins have Full Control on the default C$ share" which makes me believe you are not using a domain admin account to access it.
Yes. I am a domain admin, and I am connecting via a domain admin account and password.
Normally if I try to connect to a share via UNC with a non admin account a window will pop up requesting a username and password. In this instance I never see that window. I just get the error message that the "network path was not found".
I am able to browse to other computers on the network from the problem computer. I definitely have network connectivity. I'm guessing there must be some network share permission, or some protocol configuration I've missed?
Hi
Leave the Simple File Sharing switched off.
Open Control Panel > Administrative Tools > Local Security Policy > Security Settings
Change the 'Local Policies > Security Options > Network Access: Sharing and Security Model For Local Accounts' option from 'Guest Only' to 'Classic - local users authenticate as themselves'
Hopefully this works. I have had to use this on countless occasions, especially for deploying Sophos in a peer to peer windows network. If it does work, then you could obviously deploy this to your network using a Group Policy.
Let me know how you get on.
That was a good suggestion. I had not thought of looking at the local security policies. Unfortunately it did not address the problem. I am still having UNC path and browsing problems when I try to access that computer. RDP works fine and of course I can ping that computer from any other computer on my domain. Although the computer shows up when I browse to Microsoft Windows Network > Domain if I try to click on it I get the following error message: \\computername is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The network path was not found.
Run > \\UNCpath\C$ simply returns the error message: The network path was not found.
I looked at the Local Disk security permissions and found that the Everyone account was missing. I added the Everyone account (this is temporary - I realize this is not a best practice) and allowed the following special permissions on the C: folder only: Traverse Folder /Execute File, List Folder/Read Data, Read Attributes, Read Extended Attributes, Read Permissions. But this did not fix the problem either.
What am I missing? Any other ideas? Thanks!
</P>
Microsoft articles suggest that a time difference between computers can cause login problems. Also something about the domain account belonging to too many groups? http://support.microsoft.c
Our domain controller synchronizes with a world time clock so I do not believe the issue is caused by a time difference. Interesting point about the domain account group membership, but I never get the opportunity in this case to provide a login because it cannot find the network path. Thanks for sending the link to KB article 887303. It covers a few things I haven't looked at yet. I will go through it in detail and report back if I have any success.
Here is one more piece to the puzzle that I forgot about. The hard drive on the problem computer (a laptop) has a clean install of Windows XP that was installed when the drive was connected to another motherboard. The old motherboard had no network connectivity at all and Windows XP was reinstalled at the time to troubleshoot that problem. I confirmed that the hardware was bad and our motherboard was replaced by the manufacturer. Our desktop support person decided to rebuild the PC using the Win XP OS that was already installed. Could this different motherboard be a factor? Could there be some registry setting somewhere that needs to be changed? Does anyone have any thoughts on that?
The time difference would be between the domain controller and the remote computer. They should be synchronized to the same source. And not being able to login was the symptom of too many groups... although the article said more than 180 groups was the problem and you said you could login on the other computers in your domain.
I would take a close look at the admin shares because that is where you are having a problem. Looks like RDP bypasses that. And having RDP access shows that the network hardware is working.
And if you have some version of Symantec "Internet Security", make sure it is not blocking your access to that computer. In the new version of Norton/Symantec, I had to go in and 'approve' all the computers that were in the network before they could connect. I had to 'approve' both the individual computers and the network.
I checked the system time on the problem PC. It has the same time as our domain controller. The PC and the domain controller are synchronized to the same source.
I ran C:\>net share to see if any of the administrative shares were missing on this system. Everything is there. None of the shares are missing. Here's the output:
Share name Resource Remark
--------------------------
ADMIN$ C:\WINDOWS Remote Admin
C$ C:\ Default share
IPC$ Remote IPC
I looked at HKEY_LOCAL_MACHINE\System\
I figured out the problem when I disabled Symantec Endpoint Protection v. 11.0.4014. I was able to browse via UNC path with SEP disabled. I re-enabled it and tried to browse from my PC again via UNC path. The following SEP message was displayed on the PC I could not connect to: "Traffic has been blocked from this application: (ntoskrnl.exe)." It is the Network Threat Protection portion of the program that is blocking browsing across the network.
The problem computer (laptop) has an unmanaged SEP installation that has to be individually configured. The other computers on our network have not had this problem because they all have centrally managed SEP installations. Now all I need to do is figure out how to allow traffic to get through with SEP Network Threat Protection enabled.
Hmm... With you saying in your original post that Windows Firewall was switched off, I (and I think everyone else did as nobody mentioned firewall) presumed no firewall was installed on the PC with it being internal on the network.
It would have saved you, me and the rest of the contributors a lot of time if you had!
Well, I suppose it's a lesson learned - don't overlook the obvious!
Glad it's sorted.
The original comment stated that Windows firewall was turned off. I didn't say there was no firewall software running on the PC. Windows firewall and Symantec Endpoint Protection are not compatible.
Good point about overlooking obvious solutions. The solution is always obvious in hindsight. I didn't suspect SEP right away because it is running on all of our other computers and I was not experiencing this issue on any of them. SEP has three different components: AntiVirus and Antispyware Protection, Proactive Threat Protection, and Network Threat Protection. It was the Network Threat component that was causing the problem. I created a firewall rule to allow certain traffic rather than completely disable the Network Threat Protection component.
I also have SEP installed on our servers, but only the AntiVirus and Antispyware protection component.
Business Accounts
Answer for Membership
by: samenglishPosted on 2009-07-31 at 17:22:27ID: 24993489
Have you RDP'd to that PC and checked all that you've stated above?