About 110,000 results
Open links in new tab
  1. How to save the password for a mapped network drive?

    Using the second method, if the drive becomes disconnected (not unmapped, just disconnected), it will prompt for a password next time it is accessed. The /savecred argument stores the credentials in …

  2. How to save credentials for mapped drive - AngelCom

    net use Z: HostNameShareName /savecred /p:yes You will be prompted for a username and password, this info will be saved and you will not be bothered for a password again even after a reboot.

  3. Mapping a network drive and having trouble saving password

    Mar 27, 2014 · There are two options. In net use j: command include the /persistent:yes and /savecred switches, but do not include user or password data. It will be asked and then saved for later use. Use …

  4. NET USE - Connect to a File/Printer Share - Windows CMD - SS64.com

    In tests NET USE is the fastest way to map a drive in both the CMD shell and PowerShell. The PowerShell cmdlets New-PSDrive and New-SmbMapping do make additional options available so …

  5. Net use | Microsoft Learn

    Aug 31, 2016 · Use net use to connect to and disconnect from a network resource, and to view your current connections to network resources. You cannot disconnect from a shared directory if you use …

  6. Net Use Command: A Guide to Windows Resource Management

    Jun 11, 2025 · Manage shared resources in Windows with the net use command. View examples, options, and tips for connecting, removing, and configuring network connections.

  7. How to use Net Use command to map network drive - LazyAdmin

    Mar 22, 2023 · We can solve this by using the parameter /savecred. There is one catch, however, to use /savecred you must not supply the username and password.

  8. How to save credentials for a maped drive - Buchatech.com

    Jul 21, 2009 · Net use (This command maps the drive) /persistent:yes (This makes the drive map permanent) /savecred (This prompts for credentials and saves them)

  9. Net Use: The Ultimate Guide to Mapping a Drive

    Dec 24, 2024 · When you're done with a mapped drive and want to disconnect it, this command is the easiest way to go. It removes the mapped drive, freeing up that letter for something else. It’s nice to …

  10. How can I force a net use command to remember the credentials to use ...

    Jul 1, 2006 · However, if you use the /savecred switch with the net use command, it will prompt for the credentials to use and store the credentials for any future connection, as the following example shows: