Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING deploy language packs using SCCM

  • Thread starter Thread starter dj3094
  • Start date Start date
  • Replies Replies 0
  • Views Views 2K

dj3094

Well-Known Member
Messages
241
Reaction score
7
Points
18
Hello experts.
We created TS for baremetal install and works greats. we want to include language packs. for that I created package of the language pack and added to TS and some settings after that, I tried different methods suggested online, none of them works.
I have added below steps in TS.
OSDUILanguage :
Install language pack
cmd.exe /c xcopy pl-PL.xml C:\Windows\Temp\ /E /F /H /Y
rundll32.exe shell32,Control_RunDLL intl.cpl,,/F:"C:\Windows\Temp\pl-PL.xml"
restart computer
cmd.exe /c tzutil.exe /s "Central European Standard Time"
any suggestions?

Regards
 
Back
Top