Windows has worked hard to make its services accessible with features like multi-language support. Setting up a new user is a tedious process, and to add to this hassle, you must also set the regions and language. You can save this hassle for yourself as this article explains to copy Windows regional and language settings to a new user account. We’ll also review why copying Windows regional and language settings to new user accounts is essential. Make sure that you stay tuned till the end.
Why Copy Windows Regional And Language Settings To New User Accounts?
Copying Windows Regional and Language settings to a new user account is essential in setting up a PC. Without doing so, users may have to manually adjust their language preferences after creating the new account. This can be time-consuming and inconvenient, leading to confusion or frustration if the desired language isn’t available or easy to select.
Windows allows you to copy account settings and apply them to new users. This allows one user’s screen settings and account settings to be replicated or exported to another user. This helps in getting the same settings for similar category users without customizing it individually for each of them.
For example, User ABC has a few particular account settings per rights and privileges. Another new user, BCD, is being created, who should have the same rights and privileges as user ABC. In such cases, copying or importing these settings to BCD from ABC saves time
Now that you know why copying the Windows regional and language settings to new user accounts is essential, let’s learn the steps.
Copy Your Windows Regional and Language Settings to New User Accounts
In this section, we’ll be going over two methods that you can follow to copy your Windows Regional and Language settings so that the next time you create a new user account, you won’t have to worry about changing your Regional and Language settings from default all over again. Here’s all that’s covered:
- Using Windows Settings
- Using Powershell
You will need an administrator account to execute these suggestions.
1] Using Windows Settings
Follow these steps to copy Windows regional and language settings to new user accounts using Windows settings:
- Press the Windows + I key to launch the System Settings. You can also open them up simply from the Start menu.
- Look for the option of Time & Language in the left pane. You can also search for it directly from the search bar in System Settings. Click on it.
- Navigate to Language & Region and click on it.
- Under the Language and Region section, scroll down and find the option of Administrative language settings. Click on it. (In Windows 10, it’ll be named as Additional date, time & regional settings)
- A pop-up dialog box should appear in front of you.
- Look for and click on the Administrative tab in the dialog box.
- Find and click on the option of Copy Settings.
- You should now see three sections viz. Current user, Welcome screen, and New user account with their respective configurations below them.
- Check the two boxes at the bottom of the dialog box.
- Click on OK.
2] Using Powershell
Powershell is a command line utility used to execute specific commands and run programs on a Windows computer, which may otherwise be inaccessible from the standard interface. Here’s how to use Powershell to copy Windows regional and language settings to new user accounts using Powershell:
- Open the Windows start and search for Powershell. Right-click it and then select Run as administrator.
- Once opened, paste the following command and press enter.
Copy-UserInternationalSettingsToSystem -WelcomeScreen $True -NewUser $False
- After executing the command, you should receive no additional confirmation indicating that the settings have been successfully copied.
Doing so will copy your Windows Regional and Language settings to a new user account whenever it is created.
Conclusion:
Windows supports various languages from all across the globe, and it pays attention to minor details to avoid any inconveniences. Copying Regional and Language settings is an example of that.
This article covered an easy step-by-step process we can execute to copy our Windows Regional and Language settings to a new user account. I hope the post was easy to follow and that you could enable settings, so it’s easy the next time you create a new account.
This command is working only with Windows 10 and 11. There isn’t command Copy-UserInternationalSettingsToSystem on the server Windows 2016. Is it possible to import this powershell applet?
BR
Igor
Important: Note that this PowerShell cmdlet is only available for Windows 11 and later. https://learn.microsoft.com/en-us/powershell/module/international/?view=windowsserver2022-ps