Command prompt (CMD) or PowerShell (PS) return System Error 67 has Occurred
error message after users try to map a network drive using net use
command. Follow the below resolution method to fix this error.
Table of Contents
Solution 1: Verify command syntax
Use the correct syntax to map a network drive: net use * \\*IP Address*\sharename
Note: Replace *IP Address* with the IP address of the server that you are trying to map.
Solution 2: Updating the latest version of the network driver
- Press Windows key + R to open up Run dialog box.
- Type
devmgmt.msc
and then press Enter to open up Device Manager. Click Yes if prompted by the User Account Control (UAC). - Scroll down through the list of installed devices and locate the Network adapters section.
- Expand the drop-down menu associated with Network adapters, right-click on network driver and choose Properties from the context menu.
- Select the Driver tab then click on the Update Driver button.
- Click Search automatically for updated driver software hyperlink.
- Follow the on-screen prompts to install the latest network driver.
- Restart your PC.
Solution 3: Enable Hardened UNC Paths policy in Group Policy Editor
- Press Windows key + R to open the Run dialog box.
- Type
gpedit.msc
and press Enter to open the Local Group Policy Editor. Click Yes if User Account Control (UAC) prompt. - Navigate to the following location:
Computer Configuration > Administrative Templates > Network > Network Provider
- Expand the Network Provider folder, Double-click on Hardened UNC Paths policy setting at the right pane.
- Change the status to Disabled and click Apply to save the changes.
- Restart your PC.
Solution 4: Disable IP Network Address Translator
- Press Windows key + R to open up Run dialog box.
- Type
devmgmt.msc
and then press Enter to open up Device Manager. Click Yes if prompted by the User Account Control (UAC). - Click on View from the menu, then click on Show on hidden devices.
- Scroll down the list of installed devices and expand the drop-down menu associated with Non-Plug and Play Drivers.
- Right-click on IP Network Address Translator and choose Disable from the context menu.
- Restart your PC.