I tried to execute this command in powershell
Uninstall-WindowsFeature -Name FS-SMB1 -Remove
but encountered error message
Uninstall-WindowsFeature: The request to add or remove features on the specified server failed. Removal of one or more roles, role services, or features failed. The referenced assembly could not be found. Error: 0x80073701
I executed this command
Get-WindowsFeature -Name FS-SMB1
and the output is
Display Name Name Install State
------------- ------ ---------------
[X] SMB 1.0/CIFS File Sharing Support FS-SMB1 Installed
Please help.. I am using Windows Server 2016
User contributions licensed under CC BY-SA 3.0