Entering a SMB share

G

gtsolid

Hi everyone,

in W10 i shared a folder and i want to enter them using "ES File Explorer" in Android.

From that app i'm requested for user e psw.


SMB protocol are active:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

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




PS C
:\WINDOWS\system32> Get-SmbServerConfiguration | Select EnableSMB2Protocol

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


Using "whoami" i know my username, but what about the psw? using the one i use everyday for entering (and that's the same for my hotmail linked account) i don't succeed

Continue reading...
 
Back
Top Bottom