View Single Post
Old 09-18-2018, 02:51 PM   #9
FlorisVerstegen
Junior Member
 
Join Date: Aug 2018
Posts: 5
Default

I am still running Windows 10 version 1703, so that can't be the issue. Also I am reproducing the issue by just doing a loopback on my system by going to \\hostname\admin$ or \\hostname\c$.

SMBv1 is installed as a Windows Feature. However, if I query it's status with PowerShell I get the following output:
Code:
C:\> Get-SmbServerConfiguration | Select EnableSMB2Protocol

EnableSMB2Protocol
------------------
              True


C:\> Get-SmbServerConfiguration | Select EnableSMB1Protocol

EnableSMB1Protocol
------------------
             False
FlorisVerstegen is offline   Reply With Quote