1
0
Fork 0

exclude for virus scan

This commit is contained in:
Christian Kühnel 2020-04-01 17:36:03 +02:00
parent 6d9b38c62a
commit 2f25035eb7

View file

@ -44,5 +44,8 @@ Set-Service -Name docker -StartupType AutomaticDelayedStart
# TODO: find a better way to install the Google Cloud SDK, avoid ingoring the checksum # TODO: find a better way to install the Google Cloud SDK, avoid ingoring the checksum
choco install -y gcloudsdk --ignore-checksums choco install -y gcloudsdk --ignore-checksums
# exclude drive d from Virus scans, to get better performance
Add-MpPreference -ExclusionPath D:\
# Reboot # Reboot
Restart-Computer -Force Restart-Computer -Force