Workgroup connection: You may not have permission

1

I have two Windows XP computers connected through an Ad-Hoc network, computer A creates the network and B connects to it. Both computers are on the Mshome network and have file and printer sharing enabled, and they can ping one another through the adhoc network.

The result is that computer A can see computer B, but B cannot see A in the workgroup. But when A tries to access B I get a "you might not have permission to access" error telling me to contact the administrator.

I tries to google the error, but most posts talk about problems connecting different versions of Windows to each other. I tried turning off the firewalls on both machines and checking if the required services are running. Nothing helped.

Please excuse my ignorance on Windows networking, I haven't used Windows in around 10 years.

Afiefh

Posted 2012-06-02T13:23:26.483

Reputation: 193

Have you ensured you have a matching user name and password on both computers? – Ƭᴇcʜιᴇ007 – 2012-06-02T14:44:49.300

Nope, but in my experience that is not a requirement to share data through a windows network. Am I wrong? – Afiefh – 2012-06-02T20:16:48.760

It often has to be that way in a Workgroup. – Ƭᴇcʜιᴇ007 – 2012-06-02T20:18:46.050

Answers

1

Before going ahead backup your registry data or create a system restore point.

  • Click Start, click Run, type regedit, and then click OK
  • Locate and then double-click the following registry subkey:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

  • On the right side, double-click restrictanonymous.
  • Make sure that the value in the Value data box is set to 0, and then click OK.
  • Close Registry Editor and Restart the computer.

There are several other reasons that you get this error, you can find some resources here

Encrypter

Posted 2012-06-02T13:23:26.483

Reputation: 181

Both computers had restrictanonymous set to 0. – Afiefh – 2012-06-02T20:16:19.930