diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 689e02c0..c07e7072 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -181,6 +181,7 @@ $null = New-Module { Install-ChocoPackage selenium-gecko-driver firefox; Invoke-Hook "Install-PSModules" -Fallback { + Install-Module -Scope AllUsers -AcceptLicense -Force KnownFolders; Install-Module -Scope AllUsers -AcceptLicense -Force PSWindowsUpdate; Install-Module -Scope AllUsers -AcceptLicense -Force PSScriptAnalyzer; Install-Module -Scope AllUsers -AcceptLicense -AllowPrerelease -AllowClobber -Force LocalAccounts;