mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Potential path fix for downloading defender defs for ARM64
This commit is contained in:
@@ -3419,7 +3419,7 @@ if ($InstallApps) {
|
||||
$DefenderDefURL = 'https://go.microsoft.com/fwlink/?LinkID=121721&arch=x64'
|
||||
}
|
||||
if ($WindowsArch -eq 'ARM64') {
|
||||
$DefenderDefURL = 'https://go.microsoft.com/fwlink/?LinkID=121721&arch=arm'
|
||||
$DefenderDefURL = 'https://go.microsoft.com/fwlink/?LinkID=121721&arch=arm64'
|
||||
}
|
||||
try {
|
||||
WriteLog "Defender definitions URL is $DefenderDefURL"
|
||||
|
||||
Reference in New Issue
Block a user