Home My Page Projects Code Snippets Project Openings devtools
Summary Activity Tracker SCM

[#2215] creating general VMs - sysprep

Date:
2020-05-11 11:27
Priority:
3
State:
Open
Submitted by:
Charles Ballard (ccb63)
Assigned to:
Nobody (None)
branch:
none
type:
none
Summary:
creating general VMs - sysprep

Detailed description
General description here

https://techjourney.net/how-to-clone-vm-virtual-machine-in-hyper-v/
Message  ↓
Date: 2020-05-11 11:59
Sender: Charles Ballard

Doesn't get all the way through, but is an improvement.

Date: 2020-05-11 11:29
Sender: Charles Ballard

However, MS have changed language packs. Can remove from system

C:\Windows\System32\Sysprep\Panther\setupact.log
2018-06-21 13:35:59, Error SYSPRP Package Microsoft.LanguageExperiencePackhu-hu_17134.2.4.0_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.


https://social.technet.microsoft.com/Forums/en-US/58200c26-bc8b-4563-9a97-71bca4bd009c/sysprep-fails-on-microsoftlanguageexperiencepackhu-on-windows-10-build-1803

In Administrative Powershell, do the following -

get-appxpackage -allusers | select name, packagefullname

Check this list, and look for your package, eg. Microsoft.LanguageExperiencePack-GB, and its corresponding packagefullname, then ...

remove-appxpackage -allusers -package "<copy and paste the packagefullname from results>"

eg. remove-appxpackage -allusers -package "Microsoft.LanguageExperiencePack-GB_17763.9.22.0_neutral__8wekyb3d8bbwe"

No Changes Have Been Made to This Item