Today we will talk about how to remove network login credentials in windows 7
Sometimes this issue arises when you are unable to login in to my network with the saved credentials.
If you have used "Remember Credentials" while first logging in the network, you do not get an option to enter the changed credentials again to the same network.
Here is what you need to do to delete the saved network credentials :
>Go to Run (Windows + R)
>Type "cmd" (without quotes) and hit enter
>in the command prompt type the following
replace NETWORK PATH with your actual network patch address.
Sometimes this issue arises when you are unable to login in to my network with the saved credentials.
If you have used "Remember Credentials" while first logging in the network, you do not get an option to enter the changed credentials again to the same network.
Here is what you need to do to delete the saved network credentials :
>Go to Run (Windows + R)
>Type "cmd" (without quotes) and hit enter
>in the command prompt type the following
net use \\NETWORK PATH /delete
replace NETWORK PATH with your actual network patch address.
0 Comments