Jump to content

Automated Windows Component Removal


Recommended Posts

Does anyone know of a way to remove "core" windows components such as Outlook Express, MS Messenger, and MSN Explorer from a perlscript/batchfile/etc(hopefully silently) after windows is already installed? I've obtained/written scripts and reg files for most common tasks and settings that we do now, but this one has me....Many thanks for your enlightenment :)

Link to comment
Share on other sites


Well, from what I can tell, Elotemuygrande wants to disable those components from the command line for computers that already have Windows XP set up.

Disabling components using winnt.sif suggests an unattended XP installation which doesn't sound like what Elotemuygrande is after.

Link to comment
Share on other sites

Yes, that's exactly what I'm trying to do, Asin. I'm primarily interested in removing Outlook Express, MS Messenger, and MSN Explorer, and probably the Zone games.

This is what I'm trying:

sysocmgr /i:C:\windows\inf\sysoc.inf /u:components.inf

;components.inf

[Components]

OEAccess = Off

pinball=off

zonegames=off

msnexplr=off

solitaire = off

spider = off

freecell = off

pinball = off

minesweeper = off

When I try this it prompts for the XP install CD. I'm trying different permutations now...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...