Software⏱️ 3 min read📅 2026-06-15

How to Fix Error 1202 Error – System Error 1202 - Local device name has a remembered connection to another network resource

Windows Update issue causing System Error 1202 with remembered connections to other network resources.

Quick Answer: Try disabling and re-enabling the affected network connection or using a different user account.

System Error 1202 is a frustrating issue that occurs when Windows fails to recognize a local device name as a unique identifier. This error affects users who have updated their Windows 10 system to Update 1607 (the Anniversary Update) and are experiencing difficulties with network connections.

This issue can be particularly vexing for those who rely on automation scripts or batch files to manage their network connections, as it prevents these scripts from functioning correctly. In this guide, we will walk you through the root causes of this error and provide two methods for resolving the issue.

⚠️ Common Causes

  • The primary reason for System Error 1202 is that the local device name has been associated with a remembered connection to another network resource. This occurs when Windows fails to properly release the device name after it is no longer in use, causing it to remain linked to an existing network connection.
  • An alternative cause of this error could be due to a conflict between the new Update 1607 and existing network configuration settings. It's possible that the update has introduced changes to how Windows handles device names and network connections, leading to this specific error.

✅ Best Solutions to Fix It

Resetting the Local Device Name

  1. Step 1: Open a Command Prompt as an administrator and run the command `net use g: \fs emp` to create a temporary connection.
  2. Step 2: Wait for the command to complete, then run the command `net use g: \fs emp /delete` to delete the temporary connection.
  3. Step 3: Finally, run the command `runas /user:contosowilson /netonly cmd` to reset the local device name and resolve System Error 1202.

Disabling and Re-enabling Network Connections

  1. Step 1: Open the Network and Sharing Center by pressing the Windows key + X and selecting Network and Sharing Center.
  2. Step 2: Click on 'Change adapter settings' and find the network connection that is causing System Error 1202. Right-click on it and select 'Disable'.
  3. Step 3: Wait for a few seconds, then enable the network connection again by right-clicking on it and selecting 'Enable'.

✨ Wrapping Up

By following one of these methods, you should be able to resolve System Error 1202 and regain access to your network connections. If you are still experiencing issues after trying these solutions, it may be worth reaching out to Microsoft support for further assistance.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions