Fast In Safe Mode, Slow In Normal Mode.
Tags:
- Download
- Safe Mode
- Networking
Last response: in Networking
majorgibly
April 10, 2013 6:06:56 AM
Hello TomsHardware,
I have recently moved from one location to another and therefore needed to change internet providers. Previously I was on 75 Download and 19 Upload speeds which are good for what I wanted. However, after I moved I did another speed test and was getting 30 download and 1.5 upload... shocking, so I gave them a ring and they booted the PC up into safe mode and these speeds went up to 105 download and 9 upload.
My question is why is this? Why can I go from one provider and it worked fine. To another and now it doesn't work. They said it's my PC which I can appreciate but why have the speeds dropped so much. I have tried on my laptop and the speed is amazing. But the desktop seems to have a problem.
Things I have done!
Reboot PC (Didn't work)
Restart Router (Didn't work)
Check for Viruses (Didn't Work)
Use a different browser (Didn't Work)
Disable and enable the Realtek Adapter (Worked for a while then went to slow speeds again)
Overall I'm confused and frustrated, my PC worked perfectly before I moved into this area. Any help much appreciated.
2600k, 8gb ram, Asrock Gen 3 Ex3, 750w corsair psu.
Cheers guys and girls (:
I have recently moved from one location to another and therefore needed to change internet providers. Previously I was on 75 Download and 19 Upload speeds which are good for what I wanted. However, after I moved I did another speed test and was getting 30 download and 1.5 upload... shocking, so I gave them a ring and they booted the PC up into safe mode and these speeds went up to 105 download and 9 upload.
My question is why is this? Why can I go from one provider and it worked fine. To another and now it doesn't work. They said it's my PC which I can appreciate but why have the speeds dropped so much. I have tried on my laptop and the speed is amazing. But the desktop seems to have a problem.
Things I have done!
Reboot PC (Didn't work)
Restart Router (Didn't work)
Check for Viruses (Didn't Work)
Use a different browser (Didn't Work)
Disable and enable the Realtek Adapter (Worked for a while then went to slow speeds again)
Overall I'm confused and frustrated, my PC worked perfectly before I moved into this area. Any help much appreciated.
2600k, 8gb ram, Asrock Gen 3 Ex3, 750w corsair psu.
Cheers guys and girls (:
More about : fast safe mode slow normal mode
clarkjd
April 10, 2013 6:23:42 AM
majorgibly
April 10, 2013 6:47:05 AM
clarkjd said:
I had a similar problem with my PC. I had to get on the phone with the ISP's second level tech support in order to resolve it. As I remember it, it was a setting that basically defined the packet ( or something like it) size. Unfortunately, I don't remember it exactly...Sorry..Will they keep blaming it on my PC claiming it's software. Really annoying I have tried to be aggressive with them and calm and collected, both times I hit a wall of them saying it's my PC. Sorry but it working fine 3 hours ago with the other provider in the other location... If you remember please let me know. I'm losing money because I can't do my job
Regards,
Cain.
m
0
l
Related resources
- Fast Internet,Very slow Download speed, Works Fine in Safe mode - Forum
- Slow Speed in User Acc, But Fast in Safe Mode - Forum
- Pc slow in normal mode, fine in safe mode - Forum
- Wireless speeds slow, fast in safe mode? - Forum
- Fast browser in safe mode extra slow in regular - Forum
Tried changing the NIC driver?
MTU? Should be 1408 as far as I know. Wiki says 1500. I don't think it would make a large difference in speed.
http://en.wikipedia.org/wiki/Maximum_transmission_unit
MTU? Should be 1408 as far as I know. Wiki says 1500. I don't think it would make a large difference in speed.
http://en.wikipedia.org/wiki/Maximum_transmission_unit
m
0
l
majorgibly
April 10, 2013 7:11:26 AM
4745454b said:
Tried changing the NIC driver?MTU? Should be 1408 as far as I know. Wiki says 1500. I don't think it would make a large difference in speed.
http://en.wikipedia.org/wiki/Maximum_transmission_unit
How do I change it? Sorry if thats a stupid question, I have never needed to change network things. It's always been plug in and go. Thanks again.
m
0
l
majorgibly
April 10, 2013 7:52:53 AM
4745454b said:
I think it's a setting on the router. Might be in your drivers. I've never needed to change it. I'd do a driver update.
I have updated the Realtek drivers and it improve from 1.5 upload to 4. However on a laptop downstairs (Which is wireless!) is getting 9.8 so still something is holding the connection back.
m
0
l
majorgibly
April 10, 2013 8:09:31 AM
JonnyWhite89
April 10, 2013 8:16:49 AM
majorgibly
April 10, 2013 8:20:23 AM
JonnyWhite89 said:
Safe Mode uses fail safe drivers that are guaranteed to work properly, so I would look for updates of these.Secondly It could be your temporary internet files getting clogged up.
Run > Type "%temp%" Then press OK > delete everything in that folder
It could also be your TCP/UDP stack
I have deleted all of the temp files. I would reinstall the operating system but if it's the same issue then it would be a waste and if it solves the issue then I wouldn't know what the problem was. Does the TCP/UDP Stack affect one computer or the whole network?
m
0
l
JonnyWhite89
April 10, 2013 11:59:23 AM
I meant TCP/IP stack and yes this can be as pacific as 1 user. Microsoft's instructions are:
The reset command is available in the IP context of the NetShell utility. Follow these steps to use the reset command to reset TCP/IP manually:
To open a command prompt, click Start and then type CMD in the Search programs and files.
Right-click CMD.exe icon in Programs and choose Run as administrator.
When the User Account Control box pop up, click Yes.
At the command prompt, copy and paste (or type) the following command and then press ENTER:
netsh int ip reset c:\resetlog.txt
Note If you do not want to specify a directory path for the log file, use the following command:
netsh int ip reset resetlog.txt
Reboot the computer.
When you run the reset command, it rewrites two registry keys that are used by TCP/IP. This has the same result as removing and re-installing the protocol. The reset command rewrites the following two registry keys:
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
SYSTEM\CurrentControlSet\Services\DHCP\Parameters\
Another option would be to enable and try using the Administrator account, or create a new one. If the new account is OK and the TCP/IP reset doesn't work then you have a different issue.
The reset command is available in the IP context of the NetShell utility. Follow these steps to use the reset command to reset TCP/IP manually:
To open a command prompt, click Start and then type CMD in the Search programs and files.
Right-click CMD.exe icon in Programs and choose Run as administrator.
When the User Account Control box pop up, click Yes.
At the command prompt, copy and paste (or type) the following command and then press ENTER:
netsh int ip reset c:\resetlog.txt
Note If you do not want to specify a directory path for the log file, use the following command:
netsh int ip reset resetlog.txt
Reboot the computer.
When you run the reset command, it rewrites two registry keys that are used by TCP/IP. This has the same result as removing and re-installing the protocol. The reset command rewrites the following two registry keys:
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
SYSTEM\CurrentControlSet\Services\DHCP\Parameters\
Another option would be to enable and try using the Administrator account, or create a new one. If the new account is OK and the TCP/IP reset doesn't work then you have a different issue.
m
0
l
majorgibly
April 10, 2013 1:54:12 PM
JonnyWhite89
April 10, 2013 2:01:27 PM
majorgibly said:
The update: So I have created two more users on this computer, one I gave admin abilities and the other I didn't. However still have the same problem, sadly nothing is working as of yet. I'm going to try what you said now Jonny! by admin i meant the hidden account, in command type "net user administrator /active:yes"
m
0
l
majorgibly
April 10, 2013 2:09:15 PM
JonnyWhite89 said:
majorgibly said:
The update: So I have created two more users on this computer, one I gave admin abilities and the other I didn't. However still have the same problem, sadly nothing is working as of yet. I'm going to try what you said now Jonny! by admin i meant the hidden account, in command type "net user administrator /active:yes"
Okay I tried what you said before and just tried the admin via CMD and still the same... You have been so helpful I know we havent got far but it still means a lot that you helped out. Anything else you can think of?
m
0
l
JonnyWhite89
April 10, 2013 2:29:50 PM
You've got my scratching my head now
Are you using Virgin Media and Wifi, if so turn the Wireless N off and see what you get. The Super hub is a really poor router. I set mine on modem mode only and had to get a new router, kept getting awful speeds on Wifi. Factory reset helps for a few days. Oh if it is WiFi change the channel, could be noise.
Can you download Ubuntu and do a live boot, What are your speeds then?
I hate the say the "F" word when we don't know a solution, so I wont say it, I'll think a bit longer on it. What OS are you on BTW.
Are you using Virgin Media and Wifi, if so turn the Wireless N off and see what you get. The Super hub is a really poor router. I set mine on modem mode only and had to get a new router, kept getting awful speeds on Wifi. Factory reset helps for a few days. Oh if it is WiFi change the channel, could be noise.
Can you download Ubuntu and do a live boot, What are your speeds then?
I hate the say the "F" word when we don't know a solution, so I wont say it, I'll think a bit longer on it. What OS are you on BTW.
m
0
l
majorgibly
April 10, 2013 2:33:44 PM
JonnyWhite89 said:
You've got my scratching my head now
Are you using Virgin Media and Wifi, if so turn the Wireless N off and see what you get. The Super hub is a really poor router. I set mine on modem mode only and had to get a new router, kept getting awful speeds on Wifi. Factory reset helps for a few days. Oh if it is WiFi change the channel, could be noise.
Can you download Ubuntu and do a live boot, What are your speeds then?
I hate the say the "F" word when we don't know a solution, so I wont say it, I'll think a bit longer on it. What OS are you on BTW.
It's alright I have not stopped saying it all week since I moved here! I want BT back and I want to go back to the old place lol. Other developments I can't get onto steam says its in offline mode... and Windows 7 Ultimate. See the WIFI speeds on the laptop downstairs are better than the wired desktop up here. I don't understand how I can go from one ISP getting 19 upload to this... They say it's my computer because I get an amazing connection in safe mode. Doesn't make sense. I have turned off all P2P programs. Even set up new users... F**k...
m
0
l
majorgibly
April 10, 2013 2:36:26 PM
This is a shot in the dark, but I was taking pictures of the set up today and well... I'm not mad... There were Orbs in my room, and all over the house. Everything of mine is breaking the DVD Drive has failed too... Little bit of a punt by maybe it's the room is like... haunted lol? i mean why has this all happened at once. I'm sober I promise!
m
0
l
JonnyWhite89
April 10, 2013 2:40:50 PM
majorgibly said:
This is a shot in the dark, but I was taking pictures of the set up today and well... I'm not mad... There were Orbs in my room, and all over the house. Everything of mine is breaking the DVD Drive has failed too... Little bit of a punt by maybe it's the room is like... haunted lol? i mean why has this all happened at once. I'm sober I promise! On that note get in touch with a priest us simple IT guy and gals can't help if that's the problem. But lets not be to hasty with the exorcism off your computer. First can you answer my questions please?
m
0
l
majorgibly
April 10, 2013 2:47:43 PM
JonnyWhite89 said:
majorgibly said:
This is a shot in the dark, but I was taking pictures of the set up today and well... I'm not mad... There were Orbs in my room, and all over the house. Everything of mine is breaking the DVD Drive has failed too... Little bit of a punt by maybe it's the room is like... haunted lol? i mean why has this all happened at once. I'm sober I promise! On that note get in touch with a priest us simple IT guy and gals can't help if that's the problem. But lets not be to hasty with the exorcism off your computer. First can you answer my questions please?
Well seems that My Disks can't be read nor can my USB stick... If it is faster in safe mode, does that means it is the computer? Drivers? Software? Or are they pushing it onto me. If we can't reach a conclusion on the weekend I'm going to pop side of PC open and have a ganders inside optical drive may of been dislodged. If not I will order a new one. 2 USB sticks fail to work. OS corrupting? I'm out of ideas to be honest mate.
m
0
l
majorgibly
April 10, 2013 3:25:17 PM
Here we have the most recent SpeedTest Result! http://gyazo.com/ba5cd59402250a539253e48612933c8a
m
0
l
majorgibly
April 10, 2013 3:32:03 PM
JonnyWhite89
April 10, 2013 3:47:47 PM
Very strange. My pc failed to install USB devices a month ago. I managed to fix it but then I started getting issues with copying and moving files (was slow). And my Internet speed come to think of it. But I put that down to the wifi signal been to week I was still getting more than 4 up tough. In the end I had to format the PC once I gave up trying to hold it together.
m
0
l
JonnyWhite89
April 11, 2013 12:05:04 AM
4745454b said:
Download will always be faster then upload. What are you getting and what are you paying for? Or how close are you to rated speeds? Do you have dual NICs? Try the other one? Or perhaps try a USB wireless? I'm not sure USB is fast enough for faster internets...
He states that he get 9 up on laptop so the fact he only gets 4 is an issue, but better than at the begging.
m
0
l
JonnyWhite89
April 11, 2013 12:05:07 AM
4745454b said:
Download will always be faster then upload. What are you getting and what are you paying for? Or how close are you to rated speeds? Do you have dual NICs? Try the other one? Or perhaps try a USB wireless? I'm not sure USB is fast enough for faster internets...
He states that he get 9 up on laptop so the fact he only gets 4 is an issue, but better than at the begging.
m
0
l
majorgibly
April 11, 2013 12:46:07 AM
JonnyWhite89
April 11, 2013 1:03:09 AM
You could spend all day replacing .dll and registry setting. I think we may of got to that f word. I would love to try and fixit but I'm stumped. Ill message again if I come up with anything. It sounds like your OS is corrupted.
Ps if you wish to try you could do a repair instead of a full OS format and reinstall.
Ps if you wish to try you could do a repair instead of a full OS format and reinstall.
m
0
l
majorgibly
April 11, 2013 5:08:35 AM
JonnyWhite89 said:
You could spend all day replacing .dll and registry setting. I think we may of got to that f word. I would love to try and fixit but I'm stumped. Ill message again if I come up with anything. It sounds like your OS is corrupted. Ps if you wish to try you could do a repair instead of a full OS format and reinstall.
Yeah it's weird how it all worked before the move. I got the first BSOD on this build the other day I can't remember the code but it was something "Page_Fault..." Or something which I believe is a RAM issue. Weird well thanks for trying. I will reinstall the OS when I can get an optical drive or USB stick to work. Weird.
m
0
l
Related resources
- SolvedWindows 8 can't boot in safe/normal mode [Not solved] Forum
- SolvedComputer starts in safe mode but not normal? Hardware issue? Forum
- SolvedWin7 starts in safe mode but not normal mode Forum
- Solvedhow to boot into normal mode. safe mode crash Forum
- SolvedWindows 7 64 boots in Normal Mode, won't boot in Safe Mode Forum
- SolvedComputer freezes in normal mode, runs perfectly in safe mode with networking. Forum
- Computer won't start in Normal Mode but starts on Safe Mode Forum
- SolvedVista, all programs freeze in normal mode, works fine in safe mode? Forum
- SolvedComputer Starting in Compatibility Mode without safe mode being on and on normal startup Forum
- SolvedWindows 7 Normal and Safe Mode Black Screen after Login Forum
- SolvedI can't start windows on normal mode only in safe mode. Forum
- Windows 8.1 runs perfectly in safe mode; screen whites out in normal mode Forum
- Please Help! Cannot boot to desktop in normal or any safe mode, cannot repair Windows 7 Forum
- Computer freezes after boot into normal mode, works in safe mode. Forum
- Windows 7 Black Screen After Login in Normal Mode and Safe Mode ? Forum
- More resources
Read discussions in other Networking categories
!