diff --git a/FFUDevelopment/BuildFFUVM.ps1 b/FFUDevelopment/BuildFFUVM.ps1 index 926b5e0..c412f69 100644 --- a/FFUDevelopment/BuildFFUVM.ps1 +++ b/FFUDevelopment/BuildFFUVM.ps1 @@ -200,7 +200,12 @@ param( [ValidateSet('consumer', 'business')] [string]$MediaType = 'consumer', [ValidateSet(512, 4096)] - [uint32]$LogicalSectorSizeBytes = 512 + [uint32]$LogicalSectorSizeBytes = 512, + #Will be used in future release + [bool]$CopyDrivers, + [bool]$CopyPPKG, + [bool]$CopyUnattend, + [bool]$RemoveFFU ) $version = '2309.2'