jzielazinski Posted December 3, 2020 Report Share Posted December 3, 2020 Is there a way to complete this with a post-image task? Or what is the most efficient way to do this? I don't want to have 3 different images as then I need to update each one -- Is there a way to change language with powershell/vbscript? My current attempts only seem to change settings for the current user -- I can't figure out how to change the settings for the welcome screen and new user accounts. Any help would be appreciated! Thanks. Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted December 3, 2020 Report Share Posted December 3, 2020 Hello, How are you changing the language now? Through the answer file and it's not working? Do you have the United Kingdom Language Pack installed on your image? Try setting the language via a post image task. In this example the script would use the following: Set-WinSystemLocale en-GB Set-WinUserLanguageList en-GB -Force Then if your script is in C:\Temp\MyScript.ps1 the task command would look like: Powershell.exe -NoProfile -NonInteractive -ExecutionPolicy bypass -file C:\Temp\MyScript.ps1 If you still have issues, email us at support@smartdeploy.com and I can continue to help. Thanks, Devon SmartDeploy Support Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now