How to remove a single item from the Recent Items menu in new OS X El Capitan?












1















I have been trying to find a solution on how to remove a single item from the Recent Items menu. Before upgrading to El Capitan everything worked just fine. I had downloaded Pref Setter software by Night Productions and used that to edit the /YOURUSERNAME/Library/Preferences/com.apple.recentitems.plist. After the update, I no longer can find this file in the Preferences folder which is probably why Pref Setter no longer works.



I would really appreciate it if someone can help me figure this out. I have looked extensively online but have not come across a solution that works.



Thanks!










share|improve this question























  • I have that file, though it's not been changed since Nov 7 & contains nothing of note, except 2 keys MyFirstPrivateOverlay & OwnAreaDarwinLoopback - extrapolation would be that it's no longer in use, or not in the same way

    – Tetsujin
    Dec 26 '15 at 11:46
















1















I have been trying to find a solution on how to remove a single item from the Recent Items menu. Before upgrading to El Capitan everything worked just fine. I had downloaded Pref Setter software by Night Productions and used that to edit the /YOURUSERNAME/Library/Preferences/com.apple.recentitems.plist. After the update, I no longer can find this file in the Preferences folder which is probably why Pref Setter no longer works.



I would really appreciate it if someone can help me figure this out. I have looked extensively online but have not come across a solution that works.



Thanks!










share|improve this question























  • I have that file, though it's not been changed since Nov 7 & contains nothing of note, except 2 keys MyFirstPrivateOverlay & OwnAreaDarwinLoopback - extrapolation would be that it's no longer in use, or not in the same way

    – Tetsujin
    Dec 26 '15 at 11:46














1












1








1








I have been trying to find a solution on how to remove a single item from the Recent Items menu. Before upgrading to El Capitan everything worked just fine. I had downloaded Pref Setter software by Night Productions and used that to edit the /YOURUSERNAME/Library/Preferences/com.apple.recentitems.plist. After the update, I no longer can find this file in the Preferences folder which is probably why Pref Setter no longer works.



I would really appreciate it if someone can help me figure this out. I have looked extensively online but have not come across a solution that works.



Thanks!










share|improve this question














I have been trying to find a solution on how to remove a single item from the Recent Items menu. Before upgrading to El Capitan everything worked just fine. I had downloaded Pref Setter software by Night Productions and used that to edit the /YOURUSERNAME/Library/Preferences/com.apple.recentitems.plist. After the update, I no longer can find this file in the Preferences folder which is probably why Pref Setter no longer works.



I would really appreciate it if someone can help me figure this out. I have looked extensively online but have not come across a solution that works.



Thanks!







macos mac system-preferences






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 26 '15 at 8:49









CandyCandy

62




62













  • I have that file, though it's not been changed since Nov 7 & contains nothing of note, except 2 keys MyFirstPrivateOverlay & OwnAreaDarwinLoopback - extrapolation would be that it's no longer in use, or not in the same way

    – Tetsujin
    Dec 26 '15 at 11:46



















  • I have that file, though it's not been changed since Nov 7 & contains nothing of note, except 2 keys MyFirstPrivateOverlay & OwnAreaDarwinLoopback - extrapolation would be that it's no longer in use, or not in the same way

    – Tetsujin
    Dec 26 '15 at 11:46

















I have that file, though it's not been changed since Nov 7 & contains nothing of note, except 2 keys MyFirstPrivateOverlay & OwnAreaDarwinLoopback - extrapolation would be that it's no longer in use, or not in the same way

– Tetsujin
Dec 26 '15 at 11:46





I have that file, though it's not been changed since Nov 7 & contains nothing of note, except 2 keys MyFirstPrivateOverlay & OwnAreaDarwinLoopback - extrapolation would be that it's no longer in use, or not in the same way

– Tetsujin
Dec 26 '15 at 11:46










1 Answer
1






active

oldest

votes


















0














I don't have this file on a clean install of El Capitan, which would appear to confirm the finding that it's no longer used.



This has changed in El Cap, per http://www.alfredforum.com/topic/8122-use-alfred-to-observe-contents-of-all-my-files/




Pre-El Capitan, there was a plist file at "~/Library/Preferences/com.apple.recentitems.plist" containing the data you're after.



In El Capitan, you can get the list of paths with the shell command:




mdfind -onlyin $HOME '((kMDItemContentModificationDate > $time.now(-60m)) && (kMDItemContentModificationDate < $time.now()))' | grep -v /Library/



(This excludes files in "~/Library".)







share|improve this answer

























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1018114%2fhow-to-remove-a-single-item-from-the-recent-items-menu-in-new-os-x-el-capitan%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I don't have this file on a clean install of El Capitan, which would appear to confirm the finding that it's no longer used.



    This has changed in El Cap, per http://www.alfredforum.com/topic/8122-use-alfred-to-observe-contents-of-all-my-files/




    Pre-El Capitan, there was a plist file at "~/Library/Preferences/com.apple.recentitems.plist" containing the data you're after.



    In El Capitan, you can get the list of paths with the shell command:




    mdfind -onlyin $HOME '((kMDItemContentModificationDate > $time.now(-60m)) && (kMDItemContentModificationDate < $time.now()))' | grep -v /Library/



    (This excludes files in "~/Library".)







    share|improve this answer






























      0














      I don't have this file on a clean install of El Capitan, which would appear to confirm the finding that it's no longer used.



      This has changed in El Cap, per http://www.alfredforum.com/topic/8122-use-alfred-to-observe-contents-of-all-my-files/




      Pre-El Capitan, there was a plist file at "~/Library/Preferences/com.apple.recentitems.plist" containing the data you're after.



      In El Capitan, you can get the list of paths with the shell command:




      mdfind -onlyin $HOME '((kMDItemContentModificationDate > $time.now(-60m)) && (kMDItemContentModificationDate < $time.now()))' | grep -v /Library/



      (This excludes files in "~/Library".)







      share|improve this answer




























        0












        0








        0







        I don't have this file on a clean install of El Capitan, which would appear to confirm the finding that it's no longer used.



        This has changed in El Cap, per http://www.alfredforum.com/topic/8122-use-alfred-to-observe-contents-of-all-my-files/




        Pre-El Capitan, there was a plist file at "~/Library/Preferences/com.apple.recentitems.plist" containing the data you're after.



        In El Capitan, you can get the list of paths with the shell command:




        mdfind -onlyin $HOME '((kMDItemContentModificationDate > $time.now(-60m)) && (kMDItemContentModificationDate < $time.now()))' | grep -v /Library/



        (This excludes files in "~/Library".)







        share|improve this answer















        I don't have this file on a clean install of El Capitan, which would appear to confirm the finding that it's no longer used.



        This has changed in El Cap, per http://www.alfredforum.com/topic/8122-use-alfred-to-observe-contents-of-all-my-files/




        Pre-El Capitan, there was a plist file at "~/Library/Preferences/com.apple.recentitems.plist" containing the data you're after.



        In El Capitan, you can get the list of paths with the shell command:




        mdfind -onlyin $HOME '((kMDItemContentModificationDate > $time.now(-60m)) && (kMDItemContentModificationDate < $time.now()))' | grep -v /Library/



        (This excludes files in "~/Library".)








        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 16 '16 at 2:47

























        answered May 16 '16 at 2:41









        DerickDerick

        11




        11






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1018114%2fhow-to-remove-a-single-item-from-the-recent-items-menu-in-new-os-x-el-capitan%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Список кардиналов, возведённых папой римским Каликстом III

            Deduzione

            Mysql.sock missing - “Can't connect to local MySQL server through socket”