How can I force a net use command to remember the credentials to use for a server?

John Savill

July 1, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Ordinarily, you're prompted for credentials when you access a remote server that's outside of your regular account domain. 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:

net use * \savdaldc02temp /savecred

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like