关闭、启动lanmanworkstation服务

有时候,要使用到net use命令,因此,需要把lanmanworkstation服务启动。

  然而,对于新手来说,在系统中通过手动的方式启动lanmanworkstation是比较困难的,因为找不到lanmanworkstation在哪里。

  下面,就教给您一种最简单的关闭、启动lanmanworkstation的方法。本方法,使用的是DOS命令。

  首先,执行菜单操作:“开始”→“运行”,在弹出的对话框输入 cmd 并按回车,这样,就可以打开MS-DOS窗口了。

  然后,使用如下的两种命令,您就能启动和关闭lanmanworkstation服务了。

  ①启动lanmanworkstation服务

  net start lanmanworkstation

  按回车。

  ②关闭lanmanworkstation服务

  net stop lanmanworkstation

  按回车。

如果还不行,可能需要启动tcp/ip的net bios 协议,具体启动方式如下:

网上邻居--右键属性--本地连接--右键属性--常规--tcp/ip协议--属性--高级--wins--启用netbios协议即可(http://zhidao.baidu.com/question/143510478.html)

原文地址:https://www.cnblogs.com/smthts/p/2504015.html