os can't save username & pass for internet connection
Hi
I use Windows 7 build 7201, but it has a problem.i have Created internet connection ( ADSL ) and i have put username and password for My connection, but when i disconnect it, and want to connect again, i have to type username and password again. i suppose that this leak can't save username & password for internet connection or other places.
this is a known bug with builds above 7100. in fact, there is a post just a few spots below yours that has a solution in it. the search function would probably have brought you right to it...
For all those who don't know how to create a batch file, follow the below steps ...
i assume that you want to login to Internet as well as open the Internet explorer . below are the steps
Click START button, in "Search Programs and Files" box type in CMD and hit ENTER .
a Command prompt window will open with the path "C:\Users\<Logged in user>
note: lets assume the "logged in user" is iNet. There for the command prompt will be c:\Users\iNet
Type in the below command in the window. cd desktop <press enter >
copy con netConnect.bat <Enter>
@echo off
rasdial "ISP Name" <password>
"c:\Program files\Internet Explorer\iexplore.exe"
exit
ctrl + z
The above command will create netConnect on desktop.
All you need to do is double Click on the "netConnect" icon to access internet.