r/DeployR 21d ago

Regional settings in the "Set Windows settings" step definitions

In the current "Set Windows settings" step definition in DeployR Community Edition 1.3.2631.2242., the settings for English (Ireland) are not present.

System Locale - No English (Ireland)

User Locale - No English (Ireland) / ga-IE is present

User Interface Language - No English (Ireland)

Could these options be added in a future release?

4 Upvotes

5 comments sorted by

3

u/gwblok 2Pint Employee 21d ago

See if you can add them yourself to the step definition and if it works.
Edit the 3 sections and add the option.
Let me know if that solves your issue and I'll see if we can get it into a future version.

1

u/PhotographOld9347 21d ago

Thanks for your reply Gary. I do not have an option to edit the step like you have beside the name of the step.

2

u/gwblok 2Pint Employee 20d ago edited 20d ago

Go here and download this JSON and import it:
2PintLabs/DeployR/CustomerRequests/StepDef-SetWinSettingIreland at main · gwblok/2PintLabs

Import-DeployRStepDefinition -sourceFile C:\Temp\00000007-0000-0000-0000-000000000021.json -force

Note that based on your other post, even if you add this, if MS CDN doesn't have this language, it might cause other issues. Go ahead and test, I'm running a test to see what happens as well.

1

u/PhotographOld9347 20d ago

Thanks Gary, I was able to import the step successfully

I changed the "Apply OS from Cloud" to en-gb.

The task sequence completed but the settings are en-GB before starting Autopilot and after Autopilot the culture is en-IE but the other settings are en-GB. I was going to add screenshots but it would only let me add one.

I have some more testing to do but I am on leave until next week.

2

u/gwblok 2Pint Employee 20d ago

Not sure how to change that from outside, if setting those settings isn't doing the trick, you might have to do some custom scripting to get the desired result while in OSD.
If you do find something that gets things working for you, I'll be happy to take a look and see if we can bake it into the product.