Increasing options in add/remove programs:
Not a fan of MSN Messenger? don’t want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP’s ‘built in’ programs are visible. it’s fairly easy to change, though… just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in
Not a fan of MSN Messenger? don’t want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP’s ‘built in’ programs are visible. it’s fairly easy to change, though… just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in
Notepad. You should see a section of the file something like this:
[Components]
NtComponents=ntoc.dll,NtOcSetu pProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc. inf,hide,7
Display=desk.cpl,DisplayOcSetu pProc,,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,comnt 5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt 5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry .inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqo cm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.i nf,,7
fp_extensions=fp40ext.dll,Fron tPage4Extensions,fp40ext.inf,, 7
AutoUpdate=ocgen.dll,OcEntry,a u.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msm sgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEnt ry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,iea ccess.inf,,7
This is a list of all components installed at the moment. I’ve taken the example of MSN Messenger – the program entry called ‘msmsgs’, third-last line. You can see the word ‘hide’ highlighted – this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word ‘hide’ like so:
msmsgs=msgrocm.dll,OcEntry,msm sgs.inf,hide,7
To this:
msmsgs=msgrocm.dll,OcEntry,msm sgs.inf,,7
Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word “,hide” and replace it with a single comma “,”.
[Components]
NtComponents=ntoc.dll,NtOcSetu
WBEM=ocgen.dll,OcEntry,wbemoc.
Display=desk.cpl,DisplayOcSetu
Fax=fxsocm.dll,FaxOcmSetupProc
NetOC=netoc.dll,NetOcSetupProc
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt
dtc=msdtcstp.dll,OcEntry,dtcnt
IndexSrv_System = setupqry.dll,IndexSrv,setupqry
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqo
ims=imsinsnt.dll,OcEntry,ims.i
fp_extensions=fp40ext.dll,Fron
AutoUpdate=ocgen.dll,OcEntry,a
msmsgs=msgrocm.dll,OcEntry,msm
RootAutoUpdate=ocgen.dll,OcEnt
IEAccess=ocgen.dll,OcEntry,iea
This is a list of all components installed at the moment. I’ve taken the example of MSN Messenger – the program entry called ‘msmsgs’, third-last line. You can see the word ‘hide’ highlighted – this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word ‘hide’ like so:
msmsgs=msgrocm.dll,OcEntry,msm
To this:
msmsgs=msgrocm.dll,OcEntry,msm
Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word “,hide” and replace it with a single comma “,”.
No comments:
Post a Comment