Skip to content

Commit 2cd6703

Browse files
committed
Remove defender disable
1 parent 740da14 commit 2cd6703

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ci/scripts/free-disk-space-windows.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ $ErrorActionPreference = 'Stop'
44

55
Get-Volume | Out-String | Write-Output
66

7-
# Exclude directory from Defender to make this faster
8-
Add-MpPreference -ExclusionPath C:\
9-
107
$available = $(Get-Volume C).SizeRemaining
118

129
$dirs = 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm',

0 commit comments

Comments
 (0)