Force installation of drivers and setup programs

This commit is contained in:
Manuel Thalmann 2024-10-13 22:07:44 +02:00
commit 71622f264e
15 changed files with 15 additions and 15 deletions
scripts/Windows/Software/windows

View file

@ -27,7 +27,7 @@ using namespace Microsoft.Win32;
[string[]] $homeExclusions = Get-Content "$PSScriptRoot/Home.exclude.txt";
Start-SoftwareInstaller @args `
Start-SoftwareInstaller -Force @args `
-Backup {
Add-BackupArtifacts -Source "$env:PUBLIC" -Path "Public" `
-Include ($userFolders) `