Windows/net use: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 February 2025

  • curprev 22:1422:14, 16 February 2025Kenneth talk contribs 3,949 bytes +100 →‎mount with password
  • curprev 22:0622:06, 16 February 2025Kenneth talk contribs 3,849 bytes +3,849 Created page with "== mount with password == <pre> Save password: cmdkey /add:MYNODE.EXAMPLE.COM\SHARE /user:AD\MYUSER /pass:"MYPASSWORD" CMDKEY: Credential added successfully. Map y: to File Server net use y: "\\MYNODE.EXAMPLE.COM\SHARE" /savecred /persistent:Yes </pre> == help == <pre> C:\> net help use The syntax of this command is: NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [/USER:[dotted domain nam..."