What to do if you lose all network connections
By: Staff
Date: October, 13, 2006
|
1. Try to find on any other computer registry setups for services RASAUTO and RASMAN, backup them and import them on computer which did lose all network connections. Registry you will find in:
[ HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ RasAuto ]
"Start"=dword:00000003
[ HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ RasMan ]
"Start"=dword:00000003
2. You can also make these items in registry base and copy next text which is inside
---------- signs and make file which will have .reg at the end of his name (example: repair.reg),
------------
Windows Registry Editor Version 5.00
[ HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ RasAuto ]
"Start"=dword:00000003
[ HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ RasMan ]
"Start"=dword:00000003
------------
3. When you made the file double mouse click to run him. Answer YES on every question and restart your computer.
|