Fully Removing Language Settings in Windows 11 (EN-GB)
If you have used Rufus to create Windows 11 installation media and missed some settings along the way, you may have ended up with a EN-GB (United Kingdom) version of the operating system. This article will guide you through the process of fully removing language settings in Windows 11 (EN-GB) to customize your installation.
Why Remove Language Settings?
Removing language settings can be useful if you want to change the default language of your Windows 11 installation, or if you want to ensure that your system is using the correct language settings for your region. This can be especially important if you are experiencing issues with software installation or operation.
Step 1: Open Settings
To begin, open the Settings app by clicking on the Start button and selecting the Settings icon. Alternatively, you can use the keyboard shortcut Windows key + I to open Settings directly.
Step 2: Go to Time & Language
Once in Settings, click on the "Time & Language" category. This will open the Time & Language settings page.
Step 3: Change Language
On the Time & Language settings page, click on the "Language & region" tab. Here, you will see a list of the languages currently installed on your system. To change the language, click on the "Windows display language" dropdown menu and select the desired language. In this case, we will be selecting "English (United States)" to remove the EN-GB settings.
Step 4: Restart
After selecting the new language, you will be prompted to restart your system. Click on the "Restart now" button to apply the changes.
Step 5: Verify Language Settings
After restarting, log back into your system and open the Settings app again. Go to Time & Language > Language & region and verify that the correct language is now selected. If the language is still not correct, repeat the previous steps.
Additional Considerations
It's important to note that removing language settings may affect the functionality of certain programs or features. If you encounter any issues after changing the language, you may need to reinstall the affected software or adjust its settings to match the new language.
References
- Microsoft. (2021). Change the display language in Windows. https://support.microsoft.com/en-us/windows/change-the-display-language-in-windows-09a15c8e-7260-8e0e-a88c-e6a5602f6a58
- Rufus. (2021). Rufus - create bootable USB drives the easy way. https://rufus.ie/
Code Blocks
Here are some code blocks demonstrating how to use the Windows Settings app to change the display language:
# Open Settings app
start settings# Go to Time & Language category
settings language# Change language
settings language region
settings language region windowsdisplaylanguage English (United States)# Restart system
shutdown /r /t 0