in windows, you can see Stored User Names and Passwords by running rundll32.exe keymgr.dll, KRShowKeyMgr in cmd. Then, you can select a specific network drive and Remove its credentials.
Is there a way to clear specific network drive's credentials programatically in .net? either by running some shell command, creating a process, or by importing some .net library?
Is there a way to clear specific network drive's credentials programatically in .net? either by running some shell command, creating a process, or by importing some .net library?