Disabling cut,copy options in Window7 - windows

I need to disable cut ,copy options in the right click menu of windows7.
They should be displayed in menu,But when i click any of them they should not perform their respected operations.
What could be possible way to do so?Is their any software to do it?If yes,Please provide a link for it.

Related

Where is the "Add Dynamic Content" window in my MS-Flow?

Until recently, when building flows, I had the option of clicking on "Add Dynamic Content" to bring up the Dynamic Content/Expressions pop-up.
Now, these options are gone. No link to the pop-up, no pop-up. Just a list of available fields/variables when I click in the step.
Did something change in MS-Flow? I've looked around for settings/preferences but not found any. Am I missing something?
Is it a privileges issue (as in, I should go annoy IT until they restore something)?
Try zooming out the page to 75% or less and exit/enter the field again - the dynamic content should appear. 
Ridiculous bug.
P.S. Also, if you are using Firefox, there may be additional difficulties with entering the expression - switch to Edge or Chrome. 

Add-in Manager ignores my unchecking/deselecting

Every time I start up Visual Studio, I get nag screens from JustCode and JustTrace. Even after going to Tools | Add-in Manager and deselecting both of them (the only two items in the list), the nag screens still display! I return to Tools | Add-in Manager and see that they are again selected - even the Startup checkbox, and the startup checkbox for JustCode doesn't even allow me to deselect it.
I don't know if this is a Visual Studio problem or a Telerik problem, but it is an irritant - how can I oust the miscreants once and for all?
For JustTrace you do not have a direct option to stop checking for updates. But you can make it appear less by un-checking "Include Internal Builds when checking for updates" check-box in the auto-update dialog and press Postpone. This will make JustTrace prompt only for the major releases and service packs, which are few.
Would you be more concrete and specify which dialogs you find annoying? Probably a screenshot would be helpful.
So far, I think that the Update dialogs are poping up at the start and if I am right you can disable them.
For JustCode you will find an options in JustCode menu > Options > General > Updates. Go there and disable Automatically check for updates setting.
Did some digging and found this for you: http://devcomponents.com/blog/?p=653
Granted it's not the same component, but the behavior is normally universal regarding addons.
Run VS as an administrator by right clicking the VS icon and selecting "Run as Administrator". This will allow the check boxes to be unchecked and have your preferences saved.

Edit context menu (selectiontree) in customize dialog?

How do I edit the context menu (selectiontree) in a customize dialog?
I don't want to display the option "entire feature will be installed on local hard drive".
You can't remove this option. It gets displayed when your feature has subfeatures and allows selecting all subfeatures for installation as well as the currently selected (parent) feature, without clicking each of child features.
See also my answer to How to hide feature options.

Debug->Exceptions option missing in VS2010

I want my code to break on exceptions and so usually in VS2010 I go to the dialog Debug->Exceptions... to enable this.
But on a new install of VS2010 Professional that option in the Debug menu is completely missing. Has anyone seen this before?
From here:
http://msdn.microsoft.com/en-us/library/d14azbfh.aspx#addexceptionscommand
Do this:
To add the Exceptions command to the Debug menu
On the Tools menu, click Customize.
The Customize dialog box appears.
Click the Commands tab and, in the Menu bar list, click Debug.
Click Add Command.
In Categories in the Add Command dialog box, click Debug.
In Commands, click Exceptions and then click OK.
(Optional) You can click Move Down to adjust the position of the Exceptions command on the Debug menu.
Click Close.
Visual studio can be used with various languages and environments. Therefore, the basic IDE have different settings for each purpose (this is somewhat like Eclipse perspectives). Using a certain language profile does not mean VS cannot be used to develop another language, but some of the IDE's functionality might not be available. To solve this issue, the IDE's profile can be modified as described here.

Open Dialog preserving settings

How does one preserve the settings in the Open Dialog box? For example, I would the Open Dialog to remember that I chose the Details view and sorted by date modified.
Microsoft didn't see fit to give us any documented way of doing this, but some people have figured out bits of the puzzle. This link shows how to set the view, but not how to get the current setting:
http://msdn.microsoft.com/en-us/magazine/cc164009.aspx
I'm not quite sure about this about isn't it an OS setting. If the user choose their Folder Preferences such as then Windows will remember or not. In this case from accessibility and usability point of view this is User's preferences.
You could inherit from the dialog's class and then see what can be overriden to do the persistence of its state.
Simple non-technical solution.
This worked for me (WinXP SP3) in some cases but not all. Since you don't have the option of changing things in a common Open dialog, you can try to do it in Windows Explorer.
Open Windows Eplorer. If you want to change the sort order, go to the details view and click on the column to sort, normally Name, but you may want to sort by Date. Now change
the view back to whatever you want. Now select "Tools" then "Folder Options". On the General tab, for "Tasks" select "Use Windows classic folders," for "Browse folders" select "Open each folder in same window." Now click the "View" tab. Scroll down and check the box for "Remember each folders view settings." If it's already checked, uncheck it then check it again. Click the "Apply" Button at the botton of the window. Click the "Apply to All Folders" button near the top. These settings may show up in your Open dialog. Having done this you can now change the settings in Windows Explorer or any other Folder window that allows you to change them and that Folder window should remember them. This fixed the Open dialog in my qraphics editor but not in my video editor.

Resources