Skip to content

Commit 7be8a0b

Browse files
authored
Update smb_control.bat
1 parent 1a637ce commit 7be8a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smb_control.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if "%1"=="" (
66
exit /b 1
77
)
88

9-
REM Validate that the argument is either "start" or "stop"
9+
REM Validate that the argument is either "start" or "stop" or "status"
1010
if /i "%1"=="start" (
1111
echo Setting LanmanServer to auto-start...
1212
sc config LanmanServer start= auto

0 commit comments

Comments
 (0)