There is a shared drive in our university where anyone can share files. I had mapped this as a network drive on my computer earlier but cannot access it anymore. I am using Windows 7.
When I put the given IP (\\10.3.20.20
) in run command, it says Windows cannot access \\10.3.20.20
with the Error code: 0x80070035
Success
net view \\10.3.20.20
works fine (shows Samba Server Version 3.0.33-3.7.el5
) and gives the list of all folders in itError
net use \\10.3.20.20
returns System error 53 has occurred.
I live in a hostel, onsite of a university campus, and I'm trying to connect to my uni computer from the hostel. It is here where it fails. I cannot connect to the shared folders on my own workstation within the university from the hostel!
I can RDP into the workstation.
I have done some research and this article looks the most promising. I've copied the relevant part over.
Browse to "Local Policies" -> "Security Options". Now look for the entry "Network Security: LAN Manager authentication level" and open it. Click on the dropdown menu and select "Send LM & NTLM - use NTLMv2 session security if negotiated". Apply the settings.
In the Advanced sharing settings page of Network and sharing center, you need to have it set as Work/Home profile. Try:
-Enable network discovery
-Turn on file and print sharing
-Turn off password protected sharing
-Use user accounts and passwords to connect to other computersThe other settings such as encryption I have set as use 128 bit encryption.
Please check related policies.
- Enter “gpedit.msc” in the Start Search box.
- Open “Computer Configuration”/Windows Settings/Security Settings/Local Policies/Security Settings.
- In the right pane, enable the following policies:
Network access: Allow anonymous SID/name translation Network access: Let Everyone permissions apply to anonymous users
Also please disable the following policies.
Network access: Restrict anonymous access to Named Pipes and Shares
Network access: Do not allow anonymous enumeration of SAM accounts
Network access: Do not allow anonymous enumeration of SAM accounts and shares
Could it be as simple as requiring a second backslash?
"Windows cannot access \10.3.20.20" with the Error code: 0x80070035 I would try:
\\10.3.20.20
Here is more of my research on error 80070035
User contributions licensed under CC BY-SA 3.0