Atlas-OS / Atlas

🚀 An open and lightweight modification to Windows, designed to optimize performance, privacy and usability.
https://atlasos.net
GNU General Public License v3.0
13.88k stars 520 forks source link

install language pack report error #310

Closed jarodvip closed 1 year ago

jarodvip commented 1 year ago

The language pack cannot be installed online, and the installation of the offline language pack also fails. Can I use other languages ​​besides English? Can it be fixed?

jacksyrm commented 1 year ago

t's a Windows bug with 20h2.

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/language-packs-known-issue.

Try some of the fixes in the docs, or try the guide from ReviOS (the U version) https://www.revi.cc/revios/workspace/lang#h.ry7gga391br1

And if you have the time, reinstall and the first thing you do should be installing languages/keyboard layout.

jarodvip commented 1 year ago

ok,thank you sir

jarodvip commented 1 year ago

t's a Windows bug with 20h2.

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/language-packs-known-issue.

Try some of the fixes in the docs, or try the guide from ReviOS (the U version) https://www.revi.cc/revios/workspace/lang#h.ry7gga391br1

And if you have the time, reinstall and the first thing you do should be installing languages/keyboard layout.

Hi

I struggled installing a language module on windows 10 enterprise connected to a domain getting error 0x80073D01 and changing the below registry which is related to update policies solved the problem ..

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

DoNotConnectToWindowsUpdateInternetLocations = 0

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

UseWUServer = 0

Hope this will be of any help

cafrew commented 1 year ago

When following the guide from ReviOS (the U version)

https://www.revi.cc/revios/workspace/lang#h.ry7gga391br1

and trying to install zh-cn (Chinese Simplified) language pack to Atlas 20H2, after running this code in the Powershell (as admin)

dism /Online /Add-Package /PackagePath:zh-cn.esd

I got:

An error occurred - Microsoft-Windows-Client-LanguagePack-Package Error: 0x80070bc9 Error: 3017 The requested operation failed. A system reboot is required to roll back changes made. The DISM log file can be found at C:\windows\Logs\DISM\dism.log

attachment: dism.log dism.log

Any help is appreciated. Thank you!

edit: After reboot and repeat the process, the same error is occurred.