Skip to content

Instantly share code, notes, and snippets.

@rajibdpi
Last active March 8, 2022 10:45
Show Gist options
  • Save rajibdpi/6bf59658551d2effa52dfba2de3915d1 to your computer and use it in GitHub Desktop.
Save rajibdpi/6bf59658551d2effa52dfba2de3915d1 to your computer and use it in GitHub Desktop.
Connect to the Network Drives on the CMD using Net Use Command for windows
  1. Open Note app
  2. Create a new text and paste the below line.
  3. NET USE * \\serverpathOrIp\Files Password /user:username /PERSISTENT:YES
  4. save it as share.bat file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment