Copy keyboard layout to welcome screen
This commit is contained in:
parent
f04ec8be9c
commit
e3b616200f
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue