Jump to content

Recommended Posts

Posted

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 :)


Posted

Some components can be disabled via winnt.sif (see the MSFN Unattended Guide for more info on that). Otherwise, you'll probably have to use nLite to accomplish what you want to do.

Posted

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.

Posted

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...

Posted (edited)

Ah, I see now. I was apparently confused since we're in the Unattended Windows forum, not the general Windows XP forum.

Anyway, there's always XPLite :P

Edited by RyanVM
Posted

Elotemuygrande

You may have a look at this site and search for IE-removal INFs (there were some for removing IE and some more components AFTER install). For W2k, but you can modify it for your OS.

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...