Configure mongod and caldera services to start at boot

This commit is contained in:
Chris Long
2018-01-30 17:32:07 -08:00
parent cb56d87a2d
commit 248ae8e52a
3 changed files with 11 additions and 8 deletions

View File

@@ -14,8 +14,3 @@ if ($onedrive) {
taskkill /f /im OneDrive.exe
}
c:\Windows\SysWOW64\OneDriveSetup.exe /uninstall
# Disable SMBv1
Write-Host "Disabling SMBv1"
Set-SmbServerConfiguration -EnableSMB1Protocol $false -Confirm:$false