exclude for virus scan
This commit is contained in:
parent
6d9b38c62a
commit
2f25035eb7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue