
Microsoft.Whore
    
Joined: 31 Aug, 2001
Posts: 1,742
Thanked: 1 times
My Contributions
|
Tip 3
Title: Add/Remove optional features of Windows2k/XP Category: Administration Level: Intermediate Version: Win2k/XP
Speaking of removing items... many people may have noticed that Windows2000 and XP do not present many of the optional components installed during setup. I'm talking about games, MSN Explorer, and others. In Win9x these items were readily accessible via Add/Remove Programs in the Control Panel, but Microsoft in their infinite wisdom believe that everyone needs these items. We can, however, remove these items... Microsoft has left us a way to do this: (tip modified from Paul Thurrot's SuperSite for Windows - www.winsupersite.com)
Navigate to C:\WINDOWS\inf (substituting the correct drive letter and path for your version of Windows) and open the sysoc.inf file. You may have to Right-Click the file and choose OpenWith -> Notepad to do this. You may also have to enable showing of hidden files to find the folder and file. Under Windows XP Professional Edition, this file will resemble the following by default:
[Version] Signature = "$Windows NT$" DriverVer=06/26/2001,5.1.2505.0
[Components] NtComponents=ntoc.dll,NtOcSetupProc,,4 WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7 Display=desk.cpl,DisplayOcSetupProc,,7 Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7 NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7 iis=iis.dll,OcEntry,iis.inf,,7 com=comsetup.dll,OcEntry,comnt5.inf,hide,7 dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7 IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7 TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2 msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6 ims=imsinsnt.dll,OcEntry,ims.inf,,7 fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7 AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7 msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7 msnexplr=ocmsn.dll,OcEntry,msnmsn.inf,,7 smarttgs=ocgen.dll,OcEntry,msnsl.inf,,7 RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7 Games=ocgen.dll,OcEntry,games.inf,,7 AccessUtil=ocgen.dll,OcEntry,accessor.inf,,7 CommApps=ocgen.dll,OcEntry,communic.inf,HIDE,7 MultiM=ocgen.dll,OcEntry,multimed.inf,HIDE,7 AccessOpt=ocgen.dll,OcEntry,optional.inf,HIDE,7 Pinball=ocgen.dll,OcEntry,pinball.inf,HIDE,7 MSWordPad=ocgen.dll,OcEntry,wordpad.inf,HIDE,7 ZoneGames=zoneoc.dll,ZoneSetupProc,igames.inf,,7
[Global] WindowTitle=%WindowTitle% WindowTitle.StandAlone="*"
The entries that include the text hide or HIDE will not show up in Add/Remove Windows Components by default. To fix this, do a global search (Edit -> Find/Replace) and replace for ,hide and change each instance of this to , (a comma). Then, save the file, relaunch Add/Remove Programs -> Windows Components.
|