• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to clear password on shared resources

LuckyTaxi

Diamond Member
On WINXP box trying to connect to certain shared resources on other computers/servers. At times, my box would remember the password that I initially input into the dialog. How can one clear the stupid thing? I keep getting "Permission denied" probably because I input the wrong password.

 
type net use to get a list of what you're connected to. It will list UNCs you're connected to as well as UNCs mapped to drive letters.

You can then delete the connection you want or to just reset everything use:

net use * /d
 
Back
Top