Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit e536019

Browse files
mhujerDisassembler0
authored andcommitted
DisableSMBServer: add note regarding Docker (#217), closes #216
1 parent b3b1223 commit e536019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Win10.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ Function EnableSMB1 {
530530
}
531531

532532
# Disable SMB Server - Completely disables file and printer sharing, but leaves the system able to connect to another SMB server as a client
533+
# Note: Do not run this if you plan to use Docker and Shared Drives (as it uses SMB internally), see https://github.com/Disassembler0/Win10-Initial-Setup-Script/issues/216
533534
Function DisableSMBServer {
534535
Write-Output "Disabling SMB Server..."
535536
Set-SmbServerConfiguration -EnableSMB1Protocol $false -Force

0 commit comments

Comments
 (0)