Lanmanworkstation服务是Windows系统文件和打印机共享的核心组件,未正常运行会导致网络共享异常。开启方法:1.服务界面:运行`services.msc`找到“Lanman Workstation”,设启动类型为自动/手动,点击启动;2.命令行:CMD(管理员)用`sc config LanmanWorkstation start= auto`设自动、`net start LanmanWorkstation`启动;PowerShell(管理员)用`Set-Service`设自动、`Sta...