Unable to connect to adhoc wireless networks :(

Rivers

New member
Local time
10:28 AM
Messages
9
I previously bought a used laptop running Win 7 Ultimate which I am the administrator and for ages I have wondered why I am always unable to connect to adhoc wireless networks, connecting to wireless access points have no issue though.

Connecting to adhoc networks always gives me the 'your network administrator has blocked you from connecting to this network' message. I recently found out, as below there seems to be a group policy set in place?

Can anyone show me how I can disable this policy please, without having to reinstall windows 7 again as that would really be too much effort for me :(

Many thanks in advance!

C:\Users\admin>netsh wlan show filter

Allow list on the system (group policy)
---------------------------------------
SSID: "WL", Type: Infrastructure

Allow list on the system (user)
-------------------------------
<None>

Block list on the system (group policy)
---------------------------------------
SSID: "", Type: Adhoc

Block list on the system (user)
-------------------------------
<None>

I have tried using '[FONT=Verdana, Arial, Helvetica]netsh wlan del filter permission=denyall networktype=adhoc' but that doesn't seem to solve the issue as it seems to be a group policy thing.

Does anyone know how I can get rid of the issue? Maybe via the registry?

Thanks.
[/FONT]
 

My Computer My Computer

At a glance

windows 7
OS
windows 7
Anyone?
 

My Computer My Computer

At a glance

windows 7
OS
windows 7
i need Answer for this Question as well.
 

My Computer My Computer

At a glance

WIN7 X64 and 32
OS
WIN7 X64 and 32
As a one off you can go to Regedit and find Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Wireless\GPTWirelessPolicy and find the policy file location in the PATH sting.
(not sure if it is always a .tmp file in c:\windows\wlansvc\policies)

Then edit that file (as admin) and delete:
<denyAllIBSS>true</denyAllIBSS>
<denyAllESS>false</denyAllESS>

Then save, exit and reboot (not connected to your network).
Settings will be reset on the next network logon or when reconnecting to the network after a while through the policies.

Regards,
Kalleh2003
 

My Computer My Computer

At a glance

Windows 7 Enterprise x64
OS
Windows 7 Enterprise x64
Back
Top