E
ElDiabloLoco
Guest
No matter what i try i cannot seem to enable SMB V1 in Windows. I think i have tried almost everything i have found, from registry entries to GPO edits and the suggested fixes below ans the feature is never added to list.
PS C:\Windows\system32> Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Enable-WindowsOptionalFeature : Feature name SMB1 Protocol is unknown
At line:1 char:1+ Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol+
+ CategoryInfo : NotSpecified: ) [Enable-WindowsOptionalFeature], COMException + FullyQualifiedErrorId
: Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
PS C:\Windows\system32> dism.exe /Online /Enable-Feature /All /FeatureName:SMB1ProtocolDeployment
Image Servicing and Management toolVersion: 10.0.16299.15Image Version: 10.0.16299.125
Error: 0x800f080cFeature name SMB1Protocol is unknown.A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Is there anything else i can try?
More...
PS C:\Windows\system32> Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Enable-WindowsOptionalFeature : Feature name SMB1 Protocol is unknown
At line:1 char:1+ Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol+
+ CategoryInfo : NotSpecified: ) [Enable-WindowsOptionalFeature], COMException + FullyQualifiedErrorId
: Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
PS C:\Windows\system32> dism.exe /Online /Enable-Feature /All /FeatureName:SMB1ProtocolDeployment
Image Servicing and Management toolVersion: 10.0.16299.15Image Version: 10.0.16299.125
Error: 0x800f080cFeature name SMB1Protocol is unknown.A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Is there anything else i can try?
More...