Finder Context Menu - Remove Blue Harvest?

I had a trial version of Blue Harvest to clean ds_store files that removed but its "Clean Using Blue Harvest..." finder context menu item still displays. How do i delete this? TIA, EB
Message was edited by: EarthBased

Nothing in that folder. And nothing in the left finder frame regarding Blue Harvest...To clarify, I am talking about when in Finder and select a folder and then right click for the pop up menu with 'Open, Move to Trash, Get Info,...,Clean Using Blue Harvest..."
Message was edited by: EarthBased

Similar Messages

  • HT4836 duplicate finder context menu items Mountain Lion

    I paid money to upgrade to 10.8.2 Is it a bug-or-feature? I have upgraded all my apps I purchased though iTunes. I get 2-Opera, 2-Pages, 3-TextWrangler, 3-xCode, items in my Finder Context menu. I need to Remove (maybe add items later). Where is the OSX documentation to do things a PC-Mac-Hybrid Programmer like me needs to. Does Apple provide any real, reliable documentation or just hit-or-miss help-yourselves-communities.

    I paid money to upgrade to 10.8.2 Is it a bug-or-feature? I have upgraded all my apps I purchased though iTunes. I get 2-Opera, 2-Pages, 3-TextWrangler, 3-xCode, items in my Finder Context menu. I need to Remove (maybe add items later). Where is the OSX documentation to do things a PC-Mac-Hybrid Programmer like me needs to. Does Apple provide any real, reliable documentation or just hit-or-miss help-yourselves-communities.

  • Context Menu removed by 9.5.4 Update

    I have Acrobat 9.0 Pro installed on a Windows 8 machine (Pro 64-bit) and noticed the context menu (combine files) was removed by the 9.5.4 update.  As a sanity check, I removed the program (needed adobe cleaner - did not appear on installed programs) and reinstalled from CD.  Context menu OK.  First auto update was to 9.2.0.  Conext menu OK.  Next auto update was to 9.5.4.  Context menu removed, and the Acrobat Elements directory also disappeared.

    Moving this discussion to the Acrobat Installation & Update Issues forum.

  • "Rename" missing from Finder context menu

    The Rename feature on the Finder Context menu has been very useful to me.
    Got an error message while trying to rename several folders.
    Now the Rename feature is missing from the Finder context menu.
    OS 10.10 Yosemite, 27" iMac
    Just recently purchased at Thunderbolt hard drive enclosure (Akitio Thunder2 Quad enclosure) and the error happened while renaming files on the Thunderbolt drive. Now the rename feature is missing from all drives.
    I've tried:
    rebooting - no help
    ejecting the Thunder2 quad and rebooting - no help
    power down the Thunder2 and rebooting - no help

    Welcome to the world of Mac. Some ‘light’ reading to help the transition. I don’t recommend trying to get through all of this at once.
    
A guide for switching to a Mac
    Anatomy of a Mac
    
Mac Basics—Tutorials on using a Mac
    
Mac OS X keyboard shortcuts,
    Mac Basics – Switching From Windows
    Mac OS FAQ
    MacTips,
    Quick Assist
    Switch Basics
    Switching to Mac Superguide
    Switching to the Mac: The Missing Manual, Mountain Lion Edition
    
Take Control E-books
    
Welcome to the Switch To A Mac Guides

  • Right-click finder context menu no longer works

    When I bring up the context menu on any file/folder in my finder or desktop, none of the actions work - such as "Move to Trash", "Get Info", "Duplicate". In debugging I removed MagicPrefs, thinking it might issues with the mouse.
    It works if I used shortcut keys, or drag files to the trash.
    I'm not sure what changed recently - any help would be greatly appreciated.
    -John

    I'm able to bring up the menu (by right-click or control-click), all the options are enabled (nothing grayed out) ... when I choose any of them, nothing happens. No UI error, nothing in any of the logs I looked at.
    I switched to a wire-mouse and got the same result. I used the track pad and got the same result.
    Another observation - the labels do work, I can label a file some color and then remove it.

  • Acrobat 9 Context Menu removed by Auto Update

    I have Acrobat 9 installed on a Windows 8 64-Bit system and from the Explorer context menu has been removed by the latest update (i.e. combine files).  I removed Acrobat and reinstalled it from the CD as a sanity check, and the context menu was there in 9.0 and 9.2, but the next automanted update brought it to 9.5.4 and the context menu was removed.  From the web, there's supposed to be a contextmenu.dll registered under the "Arcrobat Elements" directory - it was there in 9.0 and 9.2, but after the update to 9.5.4, the directory was removed.

    Moving this discussion to the Acrobat Installation & Update Issues forum.

  • Finder context menu: Send files to Bluetooth device...

    When using the contextual menu to send files directly, to a known and pre-selected Bluetooth device, the 'scan for device' windows ALWAYS appears.
    In my case it's usually to send to a smartphone which is established in system preferences and as such, selectable under the context menu.
    This is so annoying - is there any way to fix this?

    You can see from the screenshot below why this contextual menu item could be bothersome. The item widens the contextual menu when the path of file is too long.

  • More Submenu is Missing in Finder Context Menu

    The tutorial on how to use automator at
    http://macosxautomation.com/automator/examples/ex03/index.html
    has the following paragraph
    At the bottom of the Finder Contextual Menu is a sub-menu named More. Choose Automator > Create Workflow... from the sub-menu. A new Automator window will open, displaying a workflow that begins with an action that lists the items that were selected in the Finder.
    More submenu is missing on my Snow Leopard. Is there any other way to get the same functionality besides opening Automator directly.
    My main concern is how do I know that I have Automator workflow assigned to the folder that's applied every time when I add files.

    For a Service, they are stored in your user/Library/Services. You should also have a Workflows folder in Library. I couldn't tell if I was just putting them there or that was the default. Mine is organized by Applications, and inside that there is a Folder Actions folder.
    For your example, did you create a Folder Action for the Trash folder? What file does it update the modification date for?
    For your question about know what it is working on, there are various ways to designate the files that it acts on depending on the type of workflow it is. A service passes whatever was right-clicked, including a multiple selection. In a standard workflow you would use a particular action like Get Selected Finder Items or Get Specified Finder Items. In a Folder Action, it gets what was added to the folder. The Automator interface only works on Adding, but if you use Applescript, you can create a folder action that handles Opening, closing, or moving a folder window, and when deleting files from a folder.
    Message was edited by: Barney-15E

  • Using Xcode to develop a Finder plugin (context menu)?

    Hiya-
    I'm trying various approaches to a project. It will basically act on one or more files selected in the Finder. I could make it a simple droplet app, or I could trigger it from the Script menu, but I would prefer to make it a Contextual Menu plugin for the Finder. The scope of the project, while relatively simple, is a bit beyond what I can do with Automator, so I don't think its Finder context menu for workflows will suffice.
    Can anybody point me in the direction of the best way to go about this? I am learning Xcode; I have gone through the tutorials, and am ready to further my ability while applying it to a specific objective.
    Any suggestions or advice will be appreciated.
    Thanks,
    Drewstre

    Hi PhiLho and Surikov,
    Thanks for your replies. Maybe my explanation on the problem is not clear enough..
    Many ppl here might have experience with Oracle JDeveloper. If I create a new web application and add one task flow to it, I could double-click the task flow and build up an empty .jsff file. On that particular page I'm allowed to add any components as I like. But whatever, in the end I need to set up a new .jspx file and drag the task flow into the file to create region before running the project. (JDeveloper integrated an internal weblogic server.)
    Now what I'm attempting is to include my JavaFX applet into the ADF task flow (instead of the normal .jsff file). This requires me to run the JavaFX applet from web page first, which is similar to .jsff. But I really dunno whether I'm able to this since I used Netbeans to develop my JavaFX but JDeveloper for creating task flow. They are really, two different platforms.
    I've been spending 1.5 months developing my JavaFX UI and it's really a large and consummate project now. Running it from ADF task flow is probably the last and crucial requirement. If not being implemented successfully, all of my previous work on UI would not be appreciated.
    Crazy with this.... Lend me a hand, please!

  • Why did Word on Office 2013 REMOVE Auto Correct from Right-Click Context Menu??

    Hi Microsoft -
    I normally don't rant, but this is a killer feature removal, and the reason given is for aesthetics - 'Removal of clutter" is how it's worded here:
    [Changes in Office 2013]
    http://technet.microsoft.com/en-us/library/cc178954(en-us).aspx
    I copy n pasted below the operative row from the linked TechNet page as to the reason WHY this critical (and very popular feature) has been removed from Microsoft Office 2013 Word's context-menu: LESS CLUTTER
    And your answer is ambiguous and doesn't solve the issue that you created to make things prettier: "Click the AutoCorrect Options button" Then what?  ADD EACH WORD MANUALLY? 
    Please advise ALL OF US that want this feature back how to have our commonly misspelled words fixed and added automatically to the dictionary.  If I am missing this in a major way somehow, I apologize completely and will issue a public apology via any
    social media platform of your choice.  If it really is gone, and I have to manually add the entries into a buried table 6-clicks deep, then I will issue a public excoriation of this feature on as many social platforms of my choice.
    Sincerely,
    Maximus Mednick
    COPY N PASTE AS FOLLOWS:
    =-=-=-=-=-=-=-=
    Contents of spelling error context menu
                    Word and WordMail within Outlook
    Modifying the feature
    Auto-Correct and certain formatting tools are no longer available from the spelling error context menu.
    To make Word 2013 cleaner and less cluttered, we removed AutoCorrect and certain formatting tools from the spelling error context menu. The features are still available in Word 2013 through other entry points within the Word user interface.
    Less clutter in the spelling error context menu. This enables users to find popular commands more quickly. In addition, the spelling error context menu now fits better on the screen.
    To change AutoCorrect options, do the following:
    Choose File -> Options -> Proofing
    Choose the AutoCorrect Options button.
    =-=-=-=-=-=-=-=
    Thanks, MAXIMUS

    Microsoft used to be about allowing users to customize the OS and apps however they want. This was one reason I have always preferred Windows over Mac. There are 5 ways to do any one thing, and you can customize it to do it however you want. It's all about
    user choice. Please don't go the way of Apple and force users into the way that you *think* we should do things. 
    <rant>
    While I whole heartedly agree with this suggestion, if you look through this blog about the design decisions that went into the 2007 ribbon:
    Jensen Harris: An Office User Interface Blog -
    http://blogs.msdn.com/b/jensenh/archive/2008/03/12/table-of-contents.aspx
    You'll see that one of the considerations of the ribbon was to ELIMINATE/REDUCE customization because it was costing large corporate customers too much time/money to support their users with 2003 customized menu/toolbars.  In other words, the ribbon
    was intentionally built as a fixed design so that average user cannot change it.  The QAT was an afterthought, a sop, to allow users minimal customization. 
    They found that the 2007 lock down was too much of a "good thing", too much like the good old "IBM 360 green screen" (even if most people don't recognize the reference), so in 2010 they
    re-introduced limited Ribbon customization within the UI.
    But you still can't customize the default tabs. And to add injury to insult, if you do want to customize a default tab and go to the effort of trying to recreate the default tabs and groups
    within the Ribbon UI, you'll eventually find that YOU CAN'T'! There is no way inside the UI to force the buttons to layout the same way! AHHH!
    Even in 2007,
    EXPERTS have had the option of creating custom Ribbons/tabs by editing XML, but that is pretty serious programming, out of scope for 99% of users.
    The "solution" to the problem was too simple. Just add an option to allow users to turn on the old menu UI.  Even if it had been buried as a registry hack, the people who really wanted it would have learned about it. Then MS could have collected statistics
    on usage that would have "proved" that the menu was preferred over the ribbon.  The thing is, if the ribbon was defaulted "out of the box", over time people would eventually all switch over to it. Simply because it was the default, because MS only produced
    new training material referring for the ribbon
    Now, I'll concede that the ribbon really may be more "intuitive", but only for new users. For long time users the change is very jarring.
    They made the same choice with Windows 8.  In the last Windows 8 consumer Preview there was a registry hack to bypass the Start Screen.  I learned about it in July or August. But MS was so sure the Start screen/metro was the only way to go they
    rushed out a Windows Update to eliminate that registry entry. And it was eliminated from the RTM version. 
    WHY?
    Why did they remove the user's right to chose the UI that worked best for them? I don't know.
    </end rant>  sorry, this is a hot button for me.

  • Remove or Hide context menu item "Add More Items..."

    Hi,
    I'm trying to edit UserChrome.css to remove or hide the context menu item "Add More Items..." that you find under the sidebar menu.
    Thanks.

    Firefox doesn't come with this item, so it must be added by an extension.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • My context menu no longer has the options to delete, remove etc.

    My context menu no longer has some of the options it used to have. I have disabled a number of add-ons to solve the problem, but it didn't work. I don't find options like opening the link in a different window or tab useful. Could you please tell me how I can change my context menu that has options of deleting, renaming, removing, editing a tab or a folder in my email account (Yahoo)?
    Thank you.
    Shafiq Islam

    Web pages can replace the context menu to their own version and suppress the regular context menu.
    You can set the <b>dom.event.contextmenu.enabled</b> pref to false on the <b>about:config</b> page to prevent web pages from modifying the right-click context menu.

  • How to remove upload option from context menu

    Hi all,
    I have a requirment where i need to remove the upload option from the context menu,I tried searching in consumerExploror layout set but dint find where exactly it isavailable.Please help me if u know where exactly it is available.
    Regards
    sharan

    Hi Sai
    Please check these links
    [link2|http://help.sap.com/saphelp_nw04/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/framese]
    [link1|http://help.sap.com/saphelp_nw04/helpdata/en/3d/51812c9ba14f4fa104fe3971d5507b]
    i hope this resolves your issue.
    Regards
    Piyush
    pl reward points if this helps.

  • How to remove options in context menu of the task in UWL.

    Hi,
    How to remove options or customize the context menu of the task in UWL.
    I have 4 options(Edit,Remove,Forward,Resubmit) is appearing in the context menu.
    My requirement is to delete Forward option form the menu list and only 3 options
    should appear in the list.
    Can anybody suggest where to change?
    Thanks,
    Vikas

    Hi vikas,
    Go to System Admin ->System Config->UWL Admin.
    select your system alias.
    Click on Click to Click to Administrate Item Types and View Definitions.
    Select your UWL configuration.
    Download DTD as well as XML file through Download Configuration.
    Then you can edit the xml file using XML spy editor or anyone.
    to upload go back to the same page and select the tab...Upload new configuration.
    Do not forget to clear the cache after upload.
    Hope this helps you.
    Regards
    Atul Shrivastava

  • Remove Context Menu for KM Content for Anonymous User

    Hi All,
    I have implemented External Facing Portal and i have to show KM documents
    on Anonymous user home page. For This I have created JSP page and have
    created url iview for this created JSP application. On this JSP  page to access
    KM i have used below code
    <iframe src ="/irj/go/km/navigation/documents/Public%20Documents" > </iframe>
    Now i am able to see the KM Contents of Public Documents on my Anonymous
    user Home Page .But here i need  to remove the context menu for KM Content
    for Anonymous User , but the context menu should come for Logged in user.
    How to do this ??
    Regards,
    Piyush

    solved

Maybe you are looking for

  • Deleting Zeros at the end of fields in ALV report

    I want to make an ALV report that include both integer and decimals in same column. for example : 1 - 1234.0000 2 - 0.0027 i dont want to see zeros at the end of value.  But the type will be decimal and integer values will be shown with zeros at the

  • Mail-Adapter: Examine Sender & Receiver E-Mail adress?

    Hi everybody, we send successfully a mail to the Mail adapter. Because of problems with our excahnge server we would like to find out the sender & receiver E-Mail adresses. I cant see them neither in the communicaiton channel nor in the payload of th

  • Wifi says connected but there is an exclamation !

    This happened today for no reason. 1st time ever. Tried renewing dhcp,restarted laptop/flushed dns/ repaired keychain. Only happens on wifi as ethernet works fine. This is a 3 months old mac so it's not hardware

  • Corrupted Administrator Account

    I recently upgraded the HD on my iMac. It appears that in the migration the Administrator account must have been corrupted. File sharing and other privileges associated with the Admin account are acting buggy. I created a new account and gave it Admi

  • Store file attachment in database

    Dear all, We are using Forms 4.5 and Oracle7 Server Release 7.3.4.5.0. On the form, we want to allow user to store some file attachment such as winword documents, picture file.....any file they like, to the database. any ways to do it? I have tried t