How to edit or operate Windows registry
-
Hello. I'd like to ask about how to edit or operate Windows registry. This question might be related to Windows Shell Programming... Who knows how to delete item(s) from context(pop up) menu when right-clicked in explorer? The way is not by using ".EnableWindow(FALSE)" but by editing or operating of Windows registry. I don't know in which path(place) of registry and what editing or operating of registry key(s) or value(s). Concretly, the items I'd like to delete are "print", "cut" and "copy". After editing registry and reboot, this result is effective whole Windows System. Finally, I'd like to make ".dll" file which upper things are able. Please tell me if anyone knows.
-
Hello. I'd like to ask about how to edit or operate Windows registry. This question might be related to Windows Shell Programming... Who knows how to delete item(s) from context(pop up) menu when right-clicked in explorer? The way is not by using ".EnableWindow(FALSE)" but by editing or operating of Windows registry. I don't know in which path(place) of registry and what editing or operating of registry key(s) or value(s). Concretly, the items I'd like to delete are "print", "cut" and "copy". After editing registry and reboot, this result is effective whole Windows System. Finally, I'd like to make ".dll" file which upper things are able. Please tell me if anyone knows.
I don't think you can achieve this through registry modification. Do you know the key/value in registry to modify?? ARSALAN MALIK
-
Hello. I'd like to ask about how to edit or operate Windows registry. This question might be related to Windows Shell Programming... Who knows how to delete item(s) from context(pop up) menu when right-clicked in explorer? The way is not by using ".EnableWindow(FALSE)" but by editing or operating of Windows registry. I don't know in which path(place) of registry and what editing or operating of registry key(s) or value(s). Concretly, the items I'd like to delete are "print", "cut" and "copy". After editing registry and reboot, this result is effective whole Windows System. Finally, I'd like to make ".dll" file which upper things are able. Please tell me if anyone knows.
you can remove "print", but not "cut" or "copy" via registry! Don't try it, just do it! ;-)
-
I don't think you can achieve this through registry modification. Do you know the key/value in registry to modify?? ARSALAN MALIK
To tell the truth... I don't know which key/value in registry to modify. Then I've been looking into various information, but I can't find! As the result, the way is not registry modification but another one. Then do you know the www link(s) or any tip(s) to solve?
-
you can remove "print", but not "cut" or "copy" via registry! Don't try it, just do it! ;-)