Copy keyboard layout to welcome screen

This commit is contained in:
Manuel Thalmann 2024-08-07 23:53:26 +02:00
parent 3c2459b715
commit d4c9683a54

View file

@ -31,6 +31,10 @@ Start-SoftwareInstaller @PSBoundParameters `
Get-Config "valhalla.windows.$Name";
}
# Copy keyboard layout
# ToDo: Why not NewUser? Investiagte!
Copy-UserInternationalSettingsToSystem -WelcomeScreen $True -NewUser $False;
if (Get-WinConfig "legacyIconSpacing") {
Write-Host "Setting up old-school Desktop Icon spacing";