From e00a7cb390bc00dd198b92e892246cf768f652a7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Jul 2020 19:42:18 -0400 Subject: [PATCH] ugh --- 2020/Enable_SMB_1.0_on_Windows10/docs/notes | 34 +++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 2020/Enable_SMB_1.0_on_Windows10/docs/notes diff --git a/2020/Enable_SMB_1.0_on_Windows10/docs/notes b/2020/Enable_SMB_1.0_on_Windows10/docs/notes new file mode 100644 index 0000000..e6d52d0 --- /dev/null +++ b/2020/Enable_SMB_1.0_on_Windows10/docs/notes @@ -0,0 +1,34 @@ +issue was: +net share from Windows 10 to windows XP failed to work, out of the blue + + + + + +two ways to solve this: + + +via gui: +control panel - add remove programs - add remove windows features +(note that win server puts the add remove windows features in that server gui page) + +enable this and the two children +SMB 1.0/CIFS File Sharing Support + - SMB 1.0/CIFS Client + - SMB 1.0/CIFS Server + + +via cmd line: + +Set-SmbServerConfiguration -EnableSMB1Protocol $false + + +of interest to note is that WinXP suddenly stopped being able to see the share +no immediate / visible error message that indicated the root of the problem + +based on my knowledge and experience, I was able to determine the SMB1.0 resolution. + + + + +