954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to disable cut, copy, paste, rename, etc in Windows Registry ?

Hello. I'm trying to create a software in VB.Net to disable the following from a Windows 7 pc.

- Cut, copy, paste, rename, delete, open, print, share, create shortcut, open with, send to, properties.

I want to give users the option of disabling them selectively/individually via checkboxes so those options will be disabled in the right-click of a mouse.

I'm aware that to do so I must disable them from the Windows registry.

My problem is I don't know which is the right key to disable as the registry is so huge & some keys are similiarly named.

Could anyone help me to say what are the exact key locations of the above-mentioned right-click functions in the Windows Registry ?

I'd be deeply grateful. Thank you.

J0hn30
Newbie Poster
2 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

If you want to prevent user to doing something you usually can achieve that with (local) group policy objects. You edit LGPOs with Group Policy Editor, but GPOs in fact modify your registry just like you thought.

You can download available Group Policy settings and check if you find those settings you want to disable. Downloadable Excel files also show which registry key will be modified (if I remember right). And those are the registry keys your .NET app will modify.

A word of caution: do NOT test registry modifications in your machine. Get a separate test machine or better yet, use a virtual Win7 machine for testing purposes. A messed up registry is definitely something you don't want to have in your (only) machine :D Good luck!

HTH

Teme64
Veteran Poster
1,031 posts since Aug 2008
Reputation Points: 218
Solved Threads: 203
 

Thank you. I really appreciate this.

J0hn30
Newbie Poster
2 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: