-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I applied the following config and broke the host:
Language LatvianCulture
{
IsSingleInstance = "Yes"
AddInputLanguages = @("1062:00001062")
SystemLocale = "en-US"
UserLocale = "lv-LV"
CopySystem = $true
CopyNewUser = $true
}I suspect input language may not be correct or what. I couldn't find any documentation on what is "Long LCID" format as you say in readme that it has to be used.
Anyways, the "broke" manifisted in the following way:
- When logging in with domain user, my session gets terminated.
- Same with local admin account
- Azure DevOps agent manifested server as offline
- It was an IIS server. The weba availability was intermittent, up-down-up-down
Rolled back with this config:
Language LatvianCulture
{
IsSingleInstance = "Yes"
AddInputLanguages = @("1062:00001062")
RemoveInputLanguages = @("0809:00000809")
SystemLocale = "en-US"
UserLocale = "en-US"
CopySystem = $true
CopyNewUser = $true
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels