The mapped network drive could not be created because the following error has occurred: The parameter is incorrect

372 Views Asked by At

cmd.exe /C "cmdkey /add:"******" /user:"*****" /pass:"**********`""

OS version

Share Disk mount Error

1.Checked the network connection no block 2.Checked the smb client version smb2.

3.Capture the packet. Screenshot of the packet capture

1

There are 1 best solutions below

0
KT.DR On

After I did some research I found the LAN Manager authentication level will leading the error of the authentication.

MS DOC

Then I delete this HKLM\System\CurrentControlSet\Control\Lsa\LmCompatibilityLevel in my Registry Editor and tried again it successfully mount the network drive.