Force installation of drivers and setup programs
This commit is contained in:
parent
9f94b792a3
commit
71622f264e
15 changed files with 15 additions and 15 deletions
scripts/Windows/Software/windows
|
@ -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) `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue