Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, June 23, 2020 1:59 PM
I know that 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 remove specific network drive's credentials from cmd? or is there a way to do that in .net (vb.net or c#) by importing some library or running some built-in command?
All replies (3)
Wednesday, June 24, 2020 7:24 AM
Hi,
In regard to your issue of’ clear network dive credential programmatically’,
I suggest that you can run this CMD command:
cmdkey /delete:tagertname (target ip address/host name)
I have tested it in my environment and it worked.
For more detailed information, you can refer to the following link:
Cmdkey
Hope my answer will help you, thanks!
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Friday, June 26, 2020 2:39 AM
Hi,
Just want to confirm the current situations.
Please feel free to let us know if you need further assistance.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Monday, June 29, 2020 9:42 AM
Hi,
Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].