Net Use and System error 53

I keep getting bit by this stupid problem, so I’ve decided to finally document the fix:

c:\> net use x: \\192.168.1.1\share\
System error 53 has occurred.
 
The network path was not found.

The problem is the trailing slash at the end of the UNC path.

c:\> net use x: \\192.168.1.1\share
The command completed successfully.

2 Responses to “Net Use and System error 53”


  • hey bro its mean u have diffirent system.. i think u have xp services pack3 and the other computer having services pack2. it s something like that. i also have same problem. if u can fix it say to me ;)

  • Found this website through google, but unfortunately this didn’t help me at all.

    C:\WINDOWS>net use r: \\10.0.144.99\c$ /USER:WORK\USER
    System error 53 has occurred.

    The network path was not found.

Leave a Reply