|
Re: suddenly passworded
You are booting normally to the desktop on the machine in question? I can't imagine why this would suddenly change, but you might consider configuring simple sharing on the desktop in question. Also, on each machine, apply the following registry patch.
Create a file in notepad named FIXANON.REG with the following contents:
You should have 3 boxes on the bottom in NOTEPAD.
1)Filename : FIXANON.REG
2)Save as type: all files
3)Encoding: ANSI
If you do not change it from txt type to All files type, then the file will actually be FIXANON.REG.txt, this won't accomplish the desired result.
------------------- Use text after this line -------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"restrictanonymous"=dword:00000000
------------------- Use text before this line -----------------
Double click on the file and say Yes to the merge into registry question.
Reboot the computer.
|