Solved 'Limited Access' to Wi-Fi Network after system restore????

Davonator

New member
Local time
5:18 AM
Messages
24
Hello

I did a system restore on my PC (putting it to the set up I had 48 hrs earlier). The restore worked fine except bizzarely my Wi-Fi now says 'Limited Access' and instead of the proper network connection bars appearing bottom right of my taskbar, I have the blanked out connection bar with a yellow star over it.

I disconnected then tried to reconnect and the same happens again 'limited access'. As a result I am getting internet but only at 2to 3 mb/s, when i have a 20 megabyte connection (so 'indeed the connection is limited).

I have reset the router, nothing has changed. Everything seems fine on my computer, and in my network settings but alas 'limited Access' is always there. My PS3 and my flatmates PC are working at full speed so it seems to be something changed by restoring my computer.

Any idea? I'm using Windows 7 64-bit
 

My Computer My Computer

At a glance

Win 7 64bit
OS
Win 7 64bit
Can you temporarily connect an ethernet cable to see what speed you can get wired - that way we can establish if it a wireless only problem.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64-bitAthlon3GBIntegrated
Computer Manufacturer/Model Number
HP Desktop Slimline
OS
Windows 7 Home Premium 64-bit
CPU
Athlon
Memory
3GB
Graphics Card(s)
Integrated
Monitor(s) Displays
HP 20" LCD
Hard Drives
500GB
Internet Speed
Slow
Can you temporarily connect an ethernet cable to see what speed you can get wired - that way we can establish if it a wireless only problem.

Thanks for the reply I did this and am pleased to say that I am getting full speed on a wired ethernet link. On top of this my flatmates PC is doing fine wirelessly (full speed) as is his 360 and my PS3 (wirelessly also). Therefore the connection and router do not seem to be at fault.

To add to my original post.

* Before my connection was automatic, it connected automatically and in the 'Internet Protocol Version 4' property settings it was set to Obtain IP address and DNS server automatically. It did not work at all in this setting after the system restore, but it does work in its 'limited/watered down speed after i've manually entered the IP, DNS addresses in the 'Internet Protocol Version 4' properties.

* I have tried to run diagnostic/repair functions over the connection but Windows 7 tells me 'Diagnostic Policy Service is not running'
 

My Computer My Computer

At a glance

Win 7 64bit
OS
Win 7 64bit
Two things to consider -I had a similar problem when I recently had to move my router when decorating and when it was back in is original position, the connection was unreliable when before it was rock solid. I discovered that my preferrred connection was not set to "automatically connect and it was connecting to another one instead - once I set this correctly the connection was back the way it used to be (how it got like that I do not know :)). Go to the wireless icon at the bottom right (like a staircase) and make sure the only one that is set to automatically connect is the one you normally use.

If you want to diagnose the Diagnostic Policy Service must be on - to check this, go to start, computer, right click - manage, go to Services under Management and Services tab and go to Diagnostic Policy Service and if it is stopped or manual, set it to automatic, started, by right clicking on it.

Let me know if any of this helps.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64-bitAthlon3GBIntegrated
Computer Manufacturer/Model Number
HP Desktop Slimline
OS
Windows 7 Home Premium 64-bit
CPU
Athlon
Memory
3GB
Graphics Card(s)
Integrated
Monitor(s) Displays
HP 20" LCD
Hard Drives
500GB
Internet Speed
Slow

My Computer My Computer

At a glance

Win 7 64bit
OS
Win 7 64bit
Are you able to restore to earlier than the 48hrs you already did, maybe a week ago to see if this resolves it ?

And, if you can't get any joy with the related thread you may be looking at a fresh install of the OS.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64-bitAthlon3GBIntegrated
Computer Manufacturer/Model Number
HP Desktop Slimline
OS
Windows 7 Home Premium 64-bit
CPU
Athlon
Memory
3GB
Graphics Card(s)
Integrated
Monitor(s) Displays
HP 20" LCD
Hard Drives
500GB
Internet Speed
Slow
I don't know what could be causing this but it's pretty typical for system restore which never works right for me.

Using Windows file recovery to create a system image on a separate drive really works well for me. Having a current system image would be nice right about now.

Have you tried using the ole sfc/scannow command yet?

It sounds like you have a partial connection so perhaps using a flush .bat file to reset TCP/IP, winsock, flush the DNS.... would work for you.

Lets try flushing DNS cache and renewing your IP.

Flush the DNS cache and restore MS's Hosts file ...
Copy and paste these lines in Note pad.

@Echo on
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 1
del %0

Save as flush.bat to your desktop. Right click on the flush.bat file to run it as Administrator.

Your computer will reboot itself.
 

My Computer My Computer

At a glance

Windows 7 Ult, Windows 8.1 Pro,Q9650-4.275GHz, E8600 4.5GHz, E6750-3.8GHzG.Skill PC2 9600 1200Mhz 5 5 5 15 2TGTX480
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ult, Windows 8.1 Pro,
CPU
Q9650-4.275GHz, E8600 4.5GHz, E6750-3.8GHz
Motherboard
Evga 780i FTW
Memory
G.Skill PC2 9600 1200Mhz 5 5 5 15 2T
Graphics Card(s)
GTX480
Sound Card
Asus Xonar D2
Monitor(s) Displays
HannsG
Screen Resolution
1680X1050
Hard Drives
GSkill Phoenix Pro 120GB SSD
PSU
ThermalTake Toughpower 1000Watt modular
Case
ThermalTake XaserV
Cooling
Xigmatek S1283
Keyboard
Logitech G15
Mouse
Logitech G9
Internet Speed
T1
I am pleased to say this is now solved. Annoyingly I couldn't fix it through conventional means, and so I did a Win 7 repair install...this has solved the issue. Looking online at similar posts i'm assuming some key file or bit of data became corrupted in the Restore process....leading to my issue.

Kudos to ibshaw, will mark thread as 'solved'
 

My Computer My Computer

At a glance

Win 7 64bit
OS
Win 7 64bit
Back
Top