Windows 7 – windows xp networking problems
July 27, 2010
No Comment
Neither does the computer running windows xp can access the windows 7 PC and it is not even possible to share any printer between the two computers! If ever you faced any such issue in networking windows 7 with computers running windows xp, windows 2000 etc., try the following solution.
On the PC running windows 7, press win+r > gpedit.msc > Computer Configuration > windows settings > security settings > security options > “Network Security: LAN Manager Security Level” = “Send LM & NTLM responses”.
You can also try this registry fix which may work on computers running windows 7 Home or Home Premium editions.
- 1. Open the registry by typing regedit in Start Search
- 2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\
- 3. Look for lmcompatibilitylevel on right side, and it should be 0 or 1. If it don’t exist, create it.
- 1. Right click >> new dword
- 2. Name it LmCompatibilityLevel
- 3. Set value to 0 or 1
That is it!!! Alternatively, copy/paste the following into notepad and save it as a NTLM.REG file. Run it by double clicking it.
--- begin Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] "LmCompatibilityLevel"=dword:00000001 --end

