Using C# how to map a drive with userid and password
How to make a network map drive using c#
.NET ProgrammingC#
Last Comment
Bharat Guru
8/22/2022 - Mon
Kimputer
just like you would use a cmd with net use \\server\share /user:johndoe password, you could use that information to start a process.
Another method would be to use the windows dlls responsible for network mapping (WNetAddConnection in mpr.dll)
Another method would be to use the windows dlls responsible for network mapping (WNetAddConnection in mpr.dll)