Jobos Posted July 16, 2020 Posted July 16, 2020 I'm testing a new image I made using Win 10 1909 and deployed with MDT. After adding to the domain and logging on with a student account I get a UAC prompt about adding optional features. I do not get this when logging on as admin. Why am I getting this and how would I fix it please? The image was made on a VM and testing on a VM.
MartinByard Posted July 16, 2020 Posted July 16, 2020 At a guess, its wanting to add language packs, or features on demand.
Jobos Posted July 20, 2020 Author Posted July 20, 2020 At a guess, its wanting to add language packs, or features on demand. Yes you were correct and it appears to catch a lot of us out when building new images.
SteveB_NI Posted July 21, 2020 Posted July 21, 2020 I’m in the process of creating our new images now - what was your solution?
Jobos Posted July 22, 2020 Author Posted July 22, 2020 I’m in the process of creating our new images now - what was your solution? First of all I rolled back the VM then downloaded the language pack ISO 'SW_DVD9_NTRL_Win_10_1903_64Bit_MultiLang_FOD_1_X22-01658.ISO' and copied the gb packs to a folder. In the VM I added the language pack using DISM using this command DISM /Online /Add-Package /PackagePath:X:\Tools\Win10\LanguagePack\ The language packs I added were all the gb ones. I don't know if I needed all or just some but added them all anyway. Microsoft-Windows-LanguageFeatures-Basic-en-gb-Package~31bf3856ad364e35~amd64~~.cab Microsoft-Windows-LanguageFeatures-Handwriting-en-gb-Package~31bf3856ad364e35~amd64~~.cab Microsoft-Windows-LanguageFeatures-OCR-en-gb-Package~31bf3856ad364e35~amd64~~.cab Microsoft-Windows-LanguageFeatures-Speech-en-gb-Package~31bf3856ad364e35~amd64~~.cab Microsoft-Windows-LanguageFeatures-TextToSpeech-en-gb-Package~31bf3856ad364e35~amd64~~.cab In the VM I set the language correctly, ran sysprep and captured the image again. Deployed using MDT and it works as it should. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now