Perform initial configuration before anything else

This commit is contained in:
Manuel Thalmann 2023-07-19 01:16:25 +02:00
parent 2594791471
commit dffb937078
2 changed files with 5 additions and 6 deletions
scripts/Windows/Scripts

View file

@ -1,6 +1,4 @@
#!/bin/pwsh
powershell -c Install-PackageProvider -Name NuGet -Force;
foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
{
if (-not (Get-Module -ListAvailable $module))