|
Re: Dial Up and Password
The usual cause of that is a corrupt user password, hence that suggestion initially. The other cause is a corrupted registry key, but I always suggest simplest solutions first
Next step is to check the registry entry
Check that password caching is enabled.
To do this, Go to Start | Run
Type in Regedit
In the left hand pane, find the following Key
HKEY_LOCAL_MACHINE Software\Microsoft\Windows\CurrentVersion\Policies \Network.
Highlight it and in the right hand pane, look for a value called DisablePwdCaching.
If it exists, make sure it is set to 0.
You can change the setting by double-clicking it.
If the value does not exist, create it by clicking Edit | New | DWORD value.
Call it DisablePwdCaching and modify the value to 0
Close Regedit and then restart the machine
As for your computer not remembering passwords for sites such as this, you will need to ensure that cookies are enabled
In Internet Explorer
Click Tools | Internet Options | Privacy tab.
Click Advanced
Deselect override automatic cookie handling button
Click on the OK button at the bottom of the screen.
Click OK to exit
|