Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Today at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Yesterday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Tips & Tricks Collection of DC
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="||~DxxCxxxx~||" data-source="post: 3485559" data-attributes="member: 137393"><p><strong>Increasing Options in add/remove programs</strong></p><p></p><p><img src="http://screenshots.leeindy.com/ControlPanel/ar/add_remove_programs.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>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:</p><p></p><p></p><p>[Components]</p><p>NtComponents=ntoc.dll,NtOcSetupProc,,4</p><p>WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7</p><p>Display=desk.cpl,DisplayOcSetupProc,,7</p><p>Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7</p><p>NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7</p><p>iis=iis.dll,OcEntry,iis.inf,,7</p><p>com=comsetup.dll,OcEntry,comnt5.inf,hide,7</p><p>dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7</p><p>IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7</p><p>TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2</p><p>msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6</p><p>ims=imsinsnt.dll,OcEntry,ims.inf,,7</p><p>fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7</p><p>AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7</p><p>msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7</p><p>RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7</p><p>IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7</p><p></p><p>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:</p><p></p><p>To this:</p><p> </p><p></p><p>msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7</p><p></p><p></p><p> 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 ",".</p></blockquote><p></p>
[QUOTE="||~DxxCxxxx~||, post: 3485559, member: 137393"] [b]Increasing Options in add/remove programs[/b] [IMG]http://screenshots.leeindy.com/ControlPanel/ar/add_remove_programs.gif[/IMG] 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,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 RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7 IEAccess=ocgen.dll,OcEntry,ieaccess.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: To this: msmsgs=msgrocm.dll,OcEntry,msmsgs.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 ",". [/QUOTE]
Insert quotes…
Verification
Hath warak paha keeyada? (hatha wadikireema paha)
Post reply
Top
Bottom