Why the posts go out? EDIT: The powershell command doesnt work for me in 8.1 for obtain the links. How can I do it? EDIT 2: xinso, I already run the registry treak for Windows 8.1 but it shows me now all 8.1 updates
Go to Control Panel\System and Security\Windows Update > Change settings > check for updates but let me choose whether to download and install them After imported the registry trick and restart, it will show Windows could not search for new updates. This is normal. Just Restart again - useless to Try again.
@xinso adding (and then removing) PreinstalledLanguages key is not neccessary and i think we need this key too (at least that what i use): Code: [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Nls\Language] "InstallLanguage"="0409" for getting the upgrade, make sure to install latest WU client (KB3083325) no need to install other updates if one don't want to
Thanks, Abbodi. This is what I use for each MUI reg: e.g. it-it.reg (Keep it-it, and delete all other MUIs.) Code: Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\PreinstalledLanguages] [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\UILanguages\xx-xx] [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\UILanguages\xx-xx] [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\UILanguages\xx-xx] . . . [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\UILanguages\it-it] "LCID"=dword:00000409 "Type"=dword:00000111