Chinaunix首页 | 论坛 | 博客

TS

  • 博客访问: 218729
  • 博文数量: 67
  • 博客积分: 2335
  • 博客等级: 大尉
  • 技术积分: 682
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-18 14:59
文章分类

全部博文(67)

文章存档

2017年(1)

2016年(1)

2014年(1)

2013年(3)

2012年(3)

2011年(8)

2010年(24)

2009年(13)

2008年(6)

2007年(7)

我的朋友

分类: WINDOWS

2010-05-25 21:45:58

摘自网络:http://hi.baidu.com/25mlc/blog/item/dde6b8d4f52c3709a18bb7ab.html

方便起见,写个批处理,运行解决此问题,适用于XP

----------------------Cut the following code saved as *.cmd or *.bat files and run it--------------------------

@echo off
::RepairSysError67&ipc$ connecting
mode con: cols=30 lines=16
color 0f
sc config netlogon start= auto&sc start netlogon&sc config netlogon start= disabled 2>nul
sc stop lanmanworkstation&sc config lanmanworkstation start= disabled 2>nul
sc config lanmanworkstation start= auto&sc start lanmanworkstation 2>nul
cls
:again
set/p ip=输入ip地址:
if %ip% lss 255.255.255.255 (echo ip格式正确) else (echo ip格式不正确,重新输入)&goto again
set/p usr=输入用户:
set/p pwd=输入密码:
net use
%pwd% /user:%usr%
pause>nul

-----------------------------------------------------------------------------------------------------------------------------------

经常用XP空连接一台Server2003服务器,但今早我用net use "pwd" /user:adm 连接,出现系统出错67找不到网络名。出现此问题是Lanmanworkstation服务(服务里Workstation项)服务异常,进 services.msc 先停止此项服后再启动,第二步 启动Net Logon服务(若此服务原先为禁止,启动后再禁止也可),此时再使用IPC$空连接即可。Net Logon服务(支持网络上计算机 pass-through 帐户登录身份验证事件)与Workstation(Lanmanworkstation)依存关联。以下列出Lanmanworkstation关联信 息:

Lanmanworkstation 服务名称:Workstation
Lanmanworkstation 进程名称:svchost.exe -k netsvcs
Lanmanworkstation 微软描述:创建和维护到远程服务的客户端网络连接。如果服务停止,这些连接将不可用。如果服务被禁用,任何直接依赖于此服务的服务将无法启动。
Lanmanworkstation 详细说明:Lanmanworkstation(工作站服务)的进程名是svchost.exe,在WinXP Home/PRO下默认安装的启动类型是自动,它不依赖于其他服务,但有不少服务都依赖它。该服务同样为基础服务,请保持其默认状态不要关闭。
Lanmanworkstation 依存关系:Alerter、Background Intelligent Transfer Service、Computer Browser、Messenger、Net Logon、Remote Procedure Call (RPC) Locator
Lanmanworkstation 默认设置:自动
Lanmanworkstation 设置建议:自动
阅读(1817) | 评论(0) | 转发(0) |
0

上一篇:grub 2 学习

下一篇:安装Ubuntu的几种方法

给主人留下些什么吧!~~