Pau*_*lor 4 networking windows network-shares smb readynas
我今天发现我无法再挂载我的 Netgear ReadyNas 驱动器,因为它显然使用的是SMB1并且自 1709 版以来 Windows 10 已被禁用。这是非常有问题的,因为我需要访问这些文件,因为我丢失了 ReadyNas 的管理员密码本身,所以我无法登录以更新/重新配置它以使用 SMB2。
Microsoft 将我推荐给https://support.microsoft.com/en-us/help/4034314/smbv1-is-not-installed-by-default-in-windows,后者又将我推荐给https://support.microsoft .com/en-us/help/2696547/how-to-detect-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-如果我真的想重新启用SMB1
我通过运行成功地重新启用了 SMB1
Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol
Run Code Online (Sandbox Code Playgroud)
从 Powershell 作为管理员。
但是,即使在重新启动后,我仍然无法从 Windows 资源管理器重新建立到我的 Netgear 的连接,它给出了同样的错误
我还需要做什么?
PS C:\WINDOWS\system32> Get-WindowsOptionalFeature –Online –FeatureName SMB1Protocol
FeatureName : SMB1Protocol
DisplayName : SMB 1.0/CIFS File Sharing Support
Description : Support for the SMB 1.0/CIFS file sharing protocol and the Computer Browser protocol.
RestartRequired : Possible
State : Enabled
CustomProperties :
ServerComponent\Description : Support for the SMB 1.0/CIFS file sharing protocol and the Computer
Browser protocol.
ServerComponent\DisplayName : SMB 1.0/CIFS File Sharing Support
ServerComponent\Id : 487
ServerComponent\Type : Feature
ServerComponent\UniqueName : FS-SMB1
ServerComponent\Deploys\Update\Name : SMB1Protocol
Run Code Online (Sandbox Code Playgroud)
解决方案
谢谢 Bob,SMB 1.0/CIFS 文件共享支持已启用,但其中SMB 1.0 客户端 未启用,选中该框并重新启动解决了问题。
问题是,虽然我已经成功地重新安装了 SMB1,但 SMB1 客户端还没有启用,所以如果你遇到这个问题,有两个阶段。
首先重装SMB1.0
现在重新启用客户端支持
归档时间: |
|
查看次数: |
3459 次 |
最近记录: |