Adding HIDDEN Windows component to Control Panel's Add/Remove Dialogue

  • Thread starter Thread starter Warren C. E. Austin
  • Start date Start date
W

Warren C. E. Austin

Some weeks ago (and like a ninny I didn't elect to store messages off-line) one of the users here *posted* a solution whereby an end-user could restore a number of intentionally HIDDEN Windows "System" Components to the Add/Remove Control Panel through the judicious editing of one of the *.inf's located in the INF subfolder of the the WINNT (or whatever it maybe called) folder.

I need the name of that specific *.inf and, if whoever *posted* this information in the first place would be so kind, instructions on how to proceed.

Warren C. E. Austin
Toronto, Canada
 
Warren C. E. Austin said:
Some weeks ago (and like a ninny I didn't elect to store messages off-line) one of the users here *posted* a solution whereby an
end-user could restore a number of intentionally HIDDEN Windows "System" Components to the Add/Remove Control Panel through the
judicious editing of one of the *.inf's located in the INF subfolder of the the WINNT (or whatever it maybe called) folder.
I need the name of that specific *.inf and, if whoever *posted* this information in the first place would be so kind, instructions on how to proceed.

Warren C. E. Austin
Toronto, Canada

The file you want to edit is SYSOC.INF. Remove the "hide"
parameter from those features you want to appear in Add/
Remove Programs, e.g. change it from:

Games=ocgen.dll,OcEntry,games.inf,HIDE,7

to:

Games=ocgen.dll,OcEntry,games.inf,,7

Note the double comma. Make sure you leave both commas.

Rick
 
Warren said:
Some weeks ago (and like a ninny I didn't elect to store messages
off-line) one of the users here *posted* a solution whereby an end-user
could restore a number of intentionally HIDDEN Windows "System"
Components to the Add/Remove Control Panel through the judicious editing
of one of the *.inf's located in the INF subfolder of the the WINNT (or
whatever it maybe called) folder.

I need the name of that specific *.inf and, if whoever *posted* this
information in the first place would be so kind, instructions on how to
proceed.

Warren C. E. Austin
Toronto, Canada


That's the one folks!

Thanks to both of your for your timely response.

Warren C. E. Austin
Toronto, Canada
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top