How do I Prevent Windows From Automatically Changing Back My Region?

Discussion in 'Windows 11' started by PolidelticusFire, Jan 31, 2025.

  1. PolidelticusFire

    PolidelticusFire MDL Expert

    May 7, 2020
    1,013
    402
    60
    I want to use the OS in english only to be able to use new US-only features Microsoft makes available.
    So I changed the Windows region to US, os language to English-US, and my Microsoft Account's region and language to US and English-US respectively.

    However even then, Windows somehow picks up that I'm in Brazil and changes the region settings to PT-BR automatically. As a result I get a weird mix of the rest of the OS in english and Store apps in Portuguese-Brazil.

    Is there a way of preventing this?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,513
    2,748
    120
    Possible location check ? Disable service
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,274
    1,193
    60
    Maybe those tasks?
    Code:
    schtasks /Change /TN "Microsoft\Windows\International\Synchronize Language Settings" /Disable
    schtasks /Change /TN "Microsoft\Windows\LanguageComponentsInstaller\Installation" /Disable
    schtasks /Change /TN "Microsoft\Windows\LanguageComponentsInstaller\ReconcileLanguageResources" /Disable
    schtasks /Change /TN "Microsoft\Windows\LanguageComponentsInstaller\Uninstallation" /Disable
    Also Windows fails to sync local settings with new user accounts, maybe it is related?