Fixed - Windows 7 Home Won't Accept My Windows 2000 Server Share Login and Password
For whatever reason my Windows 7 machine stopped accepting my credentials for my Windows 2000 server mapped drive shares. I had been using mapped drives in Windows 7 for at least a year. I did have a stuck Windows 7 upgrade, that forced to to go back to a previous restore point. I also ended up reinstalling my antivirus. I could login via remote desktop, so I knoew the cedentials were correct and the account was not locked. The solution that worked in about 30 seconds was adding the LmCompatibilityLevel registry key to my Windows 7 Home PC: Open Notepad (or your favorite text editor): Copy the text below and paste in Notepad: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] "LmCompatibilityLevel"=dword:00000002 Save the file on your desktop (or anywhere else) as name.reg - ".reg" is important. Run the file and press yes on the 2 pop ups. There is no need to restart -my mapped drive just began working again. ...