Unable to connect to internet on Windows XP

Asked By 0 points N/A Posted on -
qa-featured

Hello,

On my Windows XP operating system, I am not able to connect to the internet linked with a LAN line.

I have tried to find help from other forums and have followed a service but that was not working (DHCP CLIENT) and I'm getting an error 1075:

“System error 1075 has occurred.
The dependency service does not exist or has been marked for deletion.”

I believe it means that NetBT has to be set up, but that is nowhere to be started.

Then I tried a few things through Windows XP installer disk but it didn't work. 

Lastly, I tried to system restore, but it was not working either for all the restore points. 

All of these have been done on safe mode.

I am frustrated.

Please help.

Thanks.

SHARE
Best Answer by lee hung
Answered By 0 points N/A #96851

Unable to connect to internet on Windows XP

qa-featured

Hi

The problem you are discussing is that your window is not connecting to the internet. I think you LAN card is not working properly or your LAN card drivers has not install properly so you should check this if your LAN card drivers are properly install then you should check the proxy in the internet setting whether the proxy setting are fine or not.

This is the big issue with the internet that if the proxy setting are not correct then the internet does not connect and sometimes proxy setting get changed so you should check this the proxy setting in the internet setting there is a option of proxy setting so check and uncheck the box of the proxy then it will automatically take the proxy from the internet you are using so this is the issue may be you are facing so check it out and make this thing fine.

Then your internet will start running on your windows XP.

Hope this solution will help you getting out of this problem.

Best Answer
Best Answer
Answered By 75 points N/A #96853

Unable to connect to internet on Windows XP

qa-featured

The possible cause for your problem may be the "Broken windows Management Instrumentation(WMI) Repository"

A. To resolve the issue of getting an error no. 1075, Please try out the following steps which is as described below:

Note: All the commands has to run in windows command line.

1. Stop WMI service:

net stop winmgmt

2. We will rebuild the repository, rename the folder to something else as a backup.

ren %windir%System32WbemRepository Repository_old

3. Start WMI service:

net start winmgmt

4. Repair the repository:

rundll32 wbemupgd, UpgradeRepository

5. Register the new WMI components:

cd /d %windir%system32wbem

for %i in (*.dll) do RegSvr32 -s %i

for %i in (*.exe) do %i /RegServer

6. Reboot the computer for the changes to take effect.

That should fixed your WMI repository.

B. If all above steps doesn't work for you, try comprehensive rebuild below:

rundll32.exe setupapi,InstallHinfSection WBEM 132 %windir%infwbemoc.inf

Above command will ask for your Windows XP installation disc.

Related Questions