Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No languages listed on program startup #6

Open
mavaddat opened this issue Oct 1, 2024 · 0 comments
Open

No languages listed on program startup #6

mavaddat opened this issue Oct 1, 2024 · 0 comments

Comments

@mavaddat
Copy link

mavaddat commented Oct 1, 2024

I cannot use the tool, because there are no languages listed on tool start-up. Please see the attached screen recording:

wureset

I am running Microsoft Windows Version 10.0.27686.1000 and using Reset Windows Update Tool - Portable v11.1.0 from the website:

Recommended Download Reset Windows Update Tool - Portable

My settings.ini:

# .\wureset\ Reset Windows Update Tool
# settings.ini

[system]
architecture=64

[program]
language=
# Font color:
#    2 = Green       9 = Light Blue
#    3 = Aqua       10 = Light Green
#    4 = Red        11 = Light Aqua
#    5 = Purple     12 = Light Red
#    6 = Yellow     13 = Light Purple
#    7 = White      14 = Light Yellow
#    8 = Gray       15 = Bright White
font=7

[pass]
terms=false
compatible=true

Using

Get-WinUserLanguageList | ConvertTo-Json

I see these languages on my machine:

[
  {
    "LanguageTag": "en-US",
    "Autonym": "English (United States)",
    "EnglishName": "English",
    "LocalizedName": "English (United States)",
    "ScriptName": "Latin",
    "InputMethodTips": [],
    "Spellchecking": true,
    "Handwriting": false
  },
  {
    "LanguageTag": "en-CA",
    "Autonym": "English (Canada)",
    "EnglishName": "English",
    "LocalizedName": "English (Canada)",
    "ScriptName": "Latin",
    "InputMethodTips": [
      "1009:00000409"
    ],
    "Spellchecking": true,
    "Handwriting": false
  },
  {
    "LanguageTag": "fr-CA",
    "Autonym": "Français (Canada)",
    "EnglishName": "French",
    "LocalizedName": "French (Canada)",
    "ScriptName": "Latin",
    "InputMethodTips": [
      "0C0C:00001009"
    ],
    "Spellchecking": true,
    "Handwriting": false
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant