平时用的座机装了win7,还有一台atom低功率无头机用于下载,装的是win2k3。今天下班回家突然发现根本无法访问,具体表现为用户名密码不好使了。顿时菊花一紧,难道被入侵了……我一直放下载机于dmz,暴露于internet之下又一直开机,理论上是有这种可能。

经过大量关键词搜索,发现确实有人提出了类似症状,却并没有解决方案。再次变换关键词用英文搜索,终于摸出来一些东西。以下:

Problem Statement

Keyword: windows 7 网络共享 用户名 密码 错误

直接借用别人的文章 http://bbs.pcbeta.com/thread-469694-1-1.html

直接输入03的用户名和密码,会自动在前面加上本机的域


用对方的 主机名\用户名 貌似也 不行

2003并没有设置在任何域中
不晓得是什么原因啊~~~
help me~~~

Solution

Keyword: windows 7 network sharing wrong username password

再次借用别人的文章 http://serverfault.com/questions/7388/windows-7-rc1-x64-no-longer-connects-to-passworded-network-shares

Try this:

  • Disable the firewall
  • Ensure that the share works on another comptuer
  • Run ’secpol.msc’ > Local Policies > Security Options > Network Security: LAN Manager authentication level > Send LM & NTLM – use NTLMv2 if negotiated
  • Check the date and time.

外一篇

Win7下没有找到如何映射网络地址成驱动器,这让我用tc相当不方便。搜索中意外发现可以用net use实现:

net use z: \\10.0.0.20\c$ <password> /user:<username> /persistent:yes

其实后来发现因为上午停电,下载机的时间被重设了(间接说明主板没电,我汗)。猜测NTLM协议和时间还有点儿关系……不管了,反正解决了就好。