如何从Windows注册表中禁用剪切,复制,粘贴,删除,重命名等. [英] How to disable cut, copy, paste, delete, rename, etc.. from Windows Registry ?

查看:409
本文介绍了如何从Windows注册表中禁用剪切,复制,粘贴,删除,重命名等.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好.我正在尝试在VB.Net中创建一个软件,以从Windows 7 PC禁用以下功能.


-剪切,复制,粘贴,重命名,删除,打开,打印,共享,创建快捷方式,打开,发送至属性.


我想给用户提供通过复选框有选择地/单独地禁用他们的选项,这样这些选项将在鼠标的右键单击中被禁用.


我知道要这样做,必须从Windows注册表中禁用它们.


我的问题是我不知道哪个是要禁用的正确键,因为注册表是如此之大,并且有些键被类似地命名.


谁能帮我说出Windows注册表中上述右键单击功能的确切关键位置是什么?


我将不胜感激.谢谢.

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.

推荐答案

我不确定您可以使用注册表禁用这些功能.特别是剪切,复制和粘贴直接由应用程序处理,因此您必须让应用程序首先检查某些值.不太可能.另外,除非您确定自己知道自己在做什么,否则不要在注册表中更改值,并且不会有任何不利的副作用.在Microsoft之外,许多注册表项没有得到很好的文档记录,因此更改它们会产生严重的后果,大多数用户都不满意.
I am not sure that you can disable these by using the Registry. In particular cut, copy and paste are handled by applications directly so you would have to get the applications to check some value first; not something that is very likely. Also you should not change values in the registry unless you are certain that you know what you are doing and it will not have any adverse side effects. Many registry keys are not very well documented outside Microsoft so changing them can have severe consequences, not something most users would be happy with.


您可能想看看Windows Rights Management Services.任何订阅RMS的应用程序都可以限制可能复制和粘贴哪些信息.但是,不订阅RMS的应用程序是不可配置的. http://technet.microsoft.com/en-us/library/dd277323.aspx [ ^ ]是一个链接,描述了以下位置的实现MS本身.

可以从 http://www.microsoft.com/download/下载SDK. zh_/details.aspx?displaylang = en& id = 15902 [ ^ ].

希望这会有所帮助



除此之外,您还可以在 http://sourceforge.net/上查看Cyber​​a Internet Cafe软件的来源. projects/cybera/files/latest/download [ ^ ].它是用VB6编写的,包括工作站锁定.工作站必须是专业的,它不能锁定家庭版.
You might want to look at Windows Rights Management Services. Any application that subscribe to RMS can restrict what information maybe copied and pasted etc. However, applications that don''t subscribe to RMS aren''t configurable. http://technet.microsoft.com/en-us/library/dd277323.aspx[^] is a link describing the implementation at MS itself.

The SDK can be downloaded from http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15902[^].

Hope this helps



Further to this, you can have a look at the source of Cybera Internet Cafe software at http://sourceforge.net/projects/cybera/files/latest/download[^]. It was written in VB6 and includes workstation lockdown. The workstation must be professional, it doesn''t lock down Home Editions.


我有一些软件可以限制剪切,复制和粘贴选项.
运行此软件后,您将运行regscanner软件,该软件向您显示注册表文件中的更改,现在将获取您想要的文件.
和其他方式(可能是),您将通过gpedit.msc禁用这些选项并运行regscanner.
您需要一个软件,请给我发邮件,我会给您发送一些小的软件作为答复
[电子邮件已删除]
i have a little Software that restrict cut, copy and paste option.
after Run this softwear you Run regscanner software who show you a changing in registry files and now will get files you want.
and other way(may be) you will disable these option by gpedit.msc and run regscanner.
you need a software plz mail me i will send you little software in reply
[Email Removed]


这篇关于如何从Windows注册表中禁用剪切,复制,粘贴,删除,重命名等.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆