Network Problems
Network Problems
Description: This is a different problem than My Network Places taking a long time to open. This
problem occurs after you double click a shared disk or folder.
Possible Solutions:
This Microsoft Knowledge Base article describes a bug in Windows 2000 Professional that might also exist
in Windows XP. Disable searching for scheduled tasks by deleting this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\RemoteComputer\NameSpace\
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Description: The network card is configured to obtain an IP address automatically, and it’s connected to
a network with a DHCP server: hardware router, another computer running Internet Connection Sharing,
cable modem, DSL modem, etc. But it gets a 169.254.x.x IP address, which indicates that it can’t
communicate with the DHCP server:
Possible Solutions:
Problem: Renewing a DHCP lease fails, with error message “An error occurred while renewing
interface <name>: The system cannot find the file specified.”
Problem: Network connection configured to obtain an IP address automatically has IP address
0.0.0.0
Problem: Computers can ping each other by IP address, but not by name.
Description: An attempt to ping a computer by name gets the message Ping request could not find host
<computer name>. Please check the name and try again.
Description: Don’t take this message literally – there are many causes besides not having a cable
physically plugged into the network card. The message really means that the network card doesn’t detect
a live link to another device on the other end of the cable.
Possible Solutions:
Error Message: xxxxx is not accessible. You might not have permission to use this network
resource. Contact the administrator of this server to find out if you have access permission .
Description: xxxxx is a computer or workgroup name. This is a generic networking error message that
doesn’t provide much, if any useful information. It should be followed by a more specific message.
Error Message: The list of servers for this workgroup is not currently available.
Solution: Make sure that the Computer Browser service is running on at least one Windows XP computer
on the network:
Error Message: Unable to browse the network. The network is not accessible.
• The user is logged on. Click Start | Log Off <user name> and log back on.
• The Computer Browser service is running on at least one Windows XP computer on the
network.
Problem: Internet Connection Sharing Clients Can’t Access Some Web Sites
Description: This is a common problem when the host computer has a DSL connection that uses PPP
Over Ethernet (PPPoE), due to a bug in the Windows XP PPPoE client.
Solution: Many people have reported solving the problem by using the RASPPPoE client instead of XP's.
It’s available for free download from its author.
Problem: XP's Network Setup Wizard Says That No Network Card Is Installed
Solution: XP's Network Setup Wizard sometimes fails to recognize an installed and working network
card. This is because the NIC's driver program doesn't respond correctly to all of the queries that the
Wizard makes when it's looking for a NIC. Configure the card’s TCP/IP properties manually. Here’s how to
do it for Windows 95/98/Me, Windows 2000, and Windows XP. Then set the workgroup name to
MSHOME.
Problem: One Computer Can’t Access Some Web Sites, but Other Computers Can
Solution: Look for the Windows Hosts file on the problem computer:
Open it with a text editor and you'll probably find lines with the names of the sites that you can't access.
Delete those lines, save the file, and try again. If those are the only lines in the file, delete the file. Be
sure to save it with a file name of just Hosts, with no file type. If your editor saves it as Hosts.txt,
rename it to just Hosts.
The Hosts file can be created by "web accelerator" programs that store name-to-IP address translations.
This might speed up access by a tiny amount, but it causes problems when a site's IP address changes.
Description: This error message occurs when you try to ping any IP address.
Solution: A firewall program has been incompletely removed. Re-install it, then remove it as described in
our article on removing firewalls.
Description: The disk or folder is shared correctly on another computer, but it doesn’t appear.
Solution 1: Click Add a network place and follow the prompts to add it. Browse to it through Entire
Network, or specify the path name using the form \\computer\share.
Solution 2: Click View workgroup computers, then click the computer that has the shared disk or
folder.
Error Message: No more connections can be made to this remote computer at this time
because there are already as many connections as the computer can accept.
Description: Windows XP Home Edition allows a maximum of 5 other computers to access its shared
disks and folders simultaneously. Windows XP Professional allows a maximum of 10. This message
appears when the maximum has been reached and another computer requests access.
Solution: There’s no way to change the limit. A computer that’s already connected must close its
connection before another can have access.
Error Message: An error has occurred while trying to share <filename>. The Server service is
not started. The shared resource was not created at this time.
. Open Start>>Run and type cmd and press enter. This will open a command prompt
window. On this command prompt window type the following steps.
2. type cd\
1. Go to your Start > Run, type regedit and press enter. This will open registry editor.
2. Navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explor
er\Advanced\Folde r\Hidden\SHOWALL
%systemroot%\system32\restore\rstrui.exe
CODE
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Drive\shell
CODE
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon
NOTE: If you have windows installed in other drives, then change C:\ to that drive label.
Now goto:
CODE
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Adva
nced
QUOTE
NTLDR is missing
or
QUOTE
Boot: Couldn't find NTLDR
Sol: Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R".
Now Log into windows installation and enter admin password. Now give following
commands at prompt:
-------------------------
Sol: Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R".
Now Log into windows installation and enter admin password. Now give following
commands at prompt:
Attrib -H -R -S C:\Boot.ini
Del C:\Boot.ini
BootCfg /Rebuild
Fixboot
-------------------------
QUOTE
"Windows\System32\config\system" file missing or corrupt
Sol: Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R".
Now Log into windows installation and enter admin password. Now give following
commands at prompt:
If it doesnt work, then again boot into "Recovery Console" and give following
commands:
fixmbr
bootcfg /scan
bootcfg /rebuild
fixboot
Attrib -H -R -S C:\Boot.ini
Del C:\Boot.ini
BootCfg /Rebuild
Fixboot
3. Look down the list in the Right Hand pane,scroll down to the value Userinit This value should read:
C:\WINDOWS\system32\userinit.exe, (The comma at the end must also be there)
4. If the value is different from that mentioned above then Right Click on the Userinit value and, from the
drop down menu, select Modify. Type in the value C:\WINDOWS\system32\userinit.exe, in the Modify
dialogue box click OK.