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

[Bug]: Disable "Language" setting synchronization potentially wrong value #476

Open
jarelllama opened this issue Dec 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jarelllama
Copy link

Description

:: ----------------------------------------------------------
:: --------Disable "Language" setting synchronization--------
:: ----------------------------------------------------------
echo --- Disable "Language" setting synchronization
:: Set the registry value: "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language!Enabled"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language'; $data = '1'; reg add 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language' /v 'Enabled' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: ----------------------------------------------------------

Should this value be 0 instead? https://www.thewindowsclub.com/how-to-configure-windows-10-sync-settings-using-registry-editor

How can the bug be recreated?

Operating system

No response

Script file

No response

Screenshots

No response

Additional information

No response

@jarelllama jarelllama added the bug Something isn't working label Dec 20, 2024
@undergroundwires
Copy link
Owner

I will fix this, and document this script better. You will be the golden contributor for next patch 0.13.8. Thank you :)

undergroundwires added a commit that referenced this issue Dec 24, 2024
The language sync feature was incorrectly disabled by setting the
registry value to `1` instead of `0`.

This commit fixes the value and adds comprehensive documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants