Error Uninstall SMB1

1

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

windows-server-2016
server-message-block
programsandfeatures
asked on Server Fault Jul 21, 2020 by xxestter • edited Jul 21, 2020 by Gerald Schneider

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0