sscoop Posted February 10, 2007 Posted February 10, 2007 i would like to know if it is possible to remove/prevent install of windows packages like Microsoft-Windows-Foundation-Package from autounattended.xml, or some other method that does not imply "hacking" the source. the main purpose for this would be to remove Movie Maker or Windows Media Player.thanks
maxXPsoft Posted February 11, 2007 Posted February 11, 2007 short answer noI don't even see those 2 in the Foundation PackageCan set some to not show in oobesystem<WindowsFeatures> <ShowInternetExplorer>false</ShowInternetExplorer> <ShowMediaCenter>false</ShowMediaCenter> <ShowWindowsMail>false</ShowWindowsMail> <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer> </WindowsFeatures> but that don't help does it.So install another program and set it as default.
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