Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Rules have been updated! Here

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

[-]
Tags
enterprise windows version ltsc 1809 french pack 10 langage

french pack langage windows 10 enterprise LTSC version 1809
#1
Hello everybody,

I'm looking how to change langage of my Windows 10 enterprise LTSC version 1809 from english to french.

When I try by settings "add langage", it says that ms-windows-store is needed.

Is there a pack I can download or a way to install windows store ?

 Thanks for help...
Reply
#2
You can find the last version of MS Store (for LTSC) 
Code:
https://www.mirrored.to/files/1ZLQRJ4K/


Install Guide (by @abbodi1406 from MDL):
Code:
How To:
Right-click and run Add-Store.cmd as administrator (do not run from powershell prompt)

Remarks:
- If you don't want (Store Purchase/App Installer/Xbox Identity), remove its AppxBundle before running Add-Store.cmd

- To install latest Microsoft Store bundle
Add-Store-Dynamic (https://download.ru/files/lIg4ynZr)

- Store require Media Feature Pack for Enterprise LTSC N edition

To Remove Store and/or all apps: (execute in powershell as administrator)
*All apps
Code:
Get-AppXPackage | Foreach {Remove-AppxPackage $_.PackageFullName}
Get-AppxProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online

*Specefic (Store)
Code:
Get-AppXPackage -Name "*WindowsStore*" | Foreach {Remove-AppxPackage $_.PackageFullName}
Get-AppxProvisionedPackage -Online | Where DisplayName -eq Microsoft.WindowsStore | Remove-AppxProvisionedPackage -Online


And if you need the last LTSC ISO (with french MUI) is here:
Code:
https://www.aiowares.com/showthread.php?tid=825&pid=3281#pid3281

The "EN/RU (LTSC 2019)" link is dead but you can find one on MUI folder.
[-] The following 1 user says Thank You to Alv37 for this post:
  • PriSim
Reply
#3
Topic moved to Software Chat section
[-] The following 1 user says Thank You to BALTAGY for this post:
  • PriSim
Reply
#4
(08-21-2020, 01:12 PM)Alv37 Wrote: And if you need the last LTSC ISO (with french MUI) is here:
Code:
https://www.aiowares.com/showthread.php?tid=825&pid=3281#pid3281
that's not the latest ISO; latest is fr_windows_10_enterprise_ltsc_2019_x64_dvd_5fe6b360
[Image: XeGouw2s_o.png]
[-] The following 2 users say Thank You to Skunk1966 for this post:
  • Alv37, PriSim
Reply
#5
(08-22-2020, 05:08 AM)Skunk1966 Wrote:
(08-21-2020, 01:12 PM)Alv37 Wrote: And if you need the last LTSC ISO (with french MUI) is here:
Code:
https://www.aiowares.com/showthread.php?tid=825&pid=3281#pid3281
that's not the latest ISO; latest is fr_windows_10_enterprise_ltsc_2019_x64_dvd_5fe6b360

Nope, your version is earlier to mine:
fr_windows_10_enterprise_ltsc_2019_x64_dvd_5fe6b360  = 2018-10-03 = 17763.1
Code:
https://cloud.mail.ru/public/LVAH/88v4HuQbH/Consumer%20to%20LTSC/]17763.1

fr_windows_10_enterprise_ltsc_2019_x64_dvd_d64b363d = 2019-03-14 = 17763.316
Code:
https://cloud.mail.ru/public/2fYm/2bzdHD4X2/Consumer%20to%20LTSC/
[-] The following 1 user says Thank You to Alv37 for this post:
  • Skunk1966
Reply
#6
(08-22-2020, 12:56 PM)Alv37 Wrote:
(08-22-2020, 05:08 AM)Skunk1966 Wrote:
(08-21-2020, 01:12 PM)Alv37 Wrote: And if you need the last LTSC ISO (with french MUI) is here:
Code:
https://www.aiowares.com/showthread.php?tid=825&pid=3281#pid3281
that's not the latest ISO; latest is fr_windows_10_enterprise_ltsc_2019_x64_dvd_5fe6b360

Nope, your version is earlier to mine:
fr_windows_10_enterprise_ltsc_2019_x64_dvd_5fe6b360  = 2018-10-03 =
fr_windows_10_enterprise_ltsc_2019_x64_dvd_d64b363d = 2019-03-14 =
lol that's weird. something must have been wrong when I checked so I need to re-check my source for ISO's

EDIT: rechecked and you're 100% correct. Sorry if I created confusion
[Image: XeGouw2s_o.png]
Reply
#7
(08-22-2020, 12:56 PM)Alv37 Wrote:
(08-22-2020, 05:08 AM)Skunk1966 Wrote:
(08-21-2020, 01:12 PM)Alv37 Wrote: And if you need the last LTSC ISO (with french MUI) is here:
Code:
https://www.aiowares.com/showthread.php?tid=825&pid=3281#pid3281
that's not the latest ISO; latest is fr_windows_10_enterprise_ltsc_2019_x64_dvd_5fe6b360

Nope, your version is earlier to mine:
fr_windows_10_enterprise_ltsc_2019_x64_dvd_5fe6b360  = 2018-10-03 = 17763.1
Code:
https://cloud.mail.ru/public/LVAH/88v4HuQbH/Consumer%20to%20LTSC/]17763.1

fr_windows_10_enterprise_ltsc_2019_x64_dvd_d64b363d = 2019-03-14 = 17763.316
Code:
https://cloud.mail.ru/public/2fYm/2bzdHD4X2/Consumer%20to%20LTSC/
Coded the links in your reply
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)