diff --git a/Content/Templates/SettingsTemplate.xml b/Content/Templates/SettingsTemplate.xml
deleted file mode 100644
index 8ea193c..0000000
--- a/Content/Templates/SettingsTemplate.xml
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-
-
-
-
-
- DSW\amote
- NBAMOTE
- 2022-11-10T15:01
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Invoke-DriverPackageDownload.ps1 b/Invoke-DriverPackageDownload.ps1
index e2bacf9..8bcc1ce 100644
--- a/Invoke-DriverPackageDownload.ps1
+++ b/Invoke-DriverPackageDownload.ps1
@@ -1064,7 +1064,7 @@ Else
Default
{
- $LoggingDetails.WarningMessage = "$($GetCurrentDateTimeMessageFormat.Invoke()) - The generic driver package of `"$($GenericDriverPackageDetails.Metadata.Name)`" is excluded because the minimum required operating system version of `"$($GenericDriverPackageOSVersion)`" is not less than or equal to the deployed operating system version of `"$($OperatingSystemCriteria.Version)`". Skipping..."
+ $LoggingDetails.WarningMessage = "$($GetCurrentDateTimeMessageFormat.Invoke()) - The generic driver package of `"$($GenericDriverPackageDetails.Metadata.Name)`" is excluded because the minimum required operating system version of `"$($GenericDriverPackageOSVersion)`" is not less than or equal to the deployed operating system version of `"$($WindowsImageDetails.Version)`". Skipping..."
Write-Verbose -Message ($LoggingDetails.WarningMessage) -Verbose
}
}
diff --git a/Templates/TaskSequences/MDT/ts.xml b/Templates/TaskSequences/MDT/ts.xml
index ffe1345..d6653a9 100644
--- a/Templates/TaskSequences/MDT/ts.xml
+++ b/Templates/TaskSequences/MDT/ts.xml
@@ -4,19 +4,37 @@
-
+
CustomContentPath
%ScriptRoot%\Custom
cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"
+
+
+
+ CustomContentPath
+ exists
+
+
+
+
-
+
DownloadSegmentSize
- 16384
+ 102400
cscript.exe "%SCRIPTROOT%\ZTISetVariable.wsf"
+
+
+
+ DownloadSegmentSize
+ exists
+
+
+
+