Tech Support > Microsoft Windows > Development Resources > How to remove the default property pages provided by the Shell, with a drive letter?
How to remove the default property pages provided by the Shell, with a drive letter?
Posted by Rohit Dhamija on September 1st, 2004


I know it is possible to disable or completely remove context menu
option's from the right click context menu of a disk drive(created by
the shell). For e.g: I have deleted the "Format" menu option from the
right click context menu of my C: drive via shell programming, using
DeleteMenu API.

Similarly, is it possible to DISABLE/DESTROY/REMOVE the "Tools"
property page provided by the Shell in the right click properties tab?

I am aware of:
BOOL DestroyPropertySheetPage(
HPROPSHEETPAGE hPSPage
);

But from where can i get this handle for the page.

Pls help....
Rgds,
Rohit


Similar Posts