Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to remove Apple Menu > Recent Items completely? — Servers entry stuck

Hi there,


does anyone know a way to remove the entry “Recent Items” from the Apple menu completely? Since macOS Ventura, setting the option “Last Documents, Apps, Servers” to zero in System Settings does not remove the entry “Servers” from the “Recent Items” submenu. Nothing will be recorded there, but the main menu entry does not go away.


MacBook Pro 16″, macOS 13.1

Posted on Dec 14, 2022 1:48 AM

Reply
Question marked as Best reply

Posted on Dec 14, 2022 2:49 AM

Okay, for anyone who’s interested, here is the solution. Use at your own risk.


  1. Copy the file com.apple.LSSharedFileList.RecentServers.sfl2 from [your-username] > Library > Application Support > com.apple.sharedfilelist to the Desktop
  2. Open Terminal, type use plutil -convert xml1 , and drag the copied file from the Desktop to the Terminal window
  3. Press the Return key. This will overwrite the file on the Desktop with an XML version of the file
  4. Open the XML file in Text Edit
  5. Now find <string>com.apple.LSSharedFileList.MaxAmount</string><integer>10</integer> and change the integer value 10 to 0
  6. Save the file
  7. In Terminal, type plutil -convert binary1 , and drag the XML file from the Desktop to the Terminal window
  8. Press the Return key. This will convert the file on the Desktop back to binary
  9. Move the file back to the folder [your-username] > Library > Application Support > com.apple.sharedfilelist
  10. When prompted, overwrite the existing file
  11. Log out and log in again, enjoy the new clutter-free experience


Similar questions

2 replies
Question marked as Best reply

Dec 14, 2022 2:49 AM in response to A_H

Okay, for anyone who’s interested, here is the solution. Use at your own risk.


  1. Copy the file com.apple.LSSharedFileList.RecentServers.sfl2 from [your-username] > Library > Application Support > com.apple.sharedfilelist to the Desktop
  2. Open Terminal, type use plutil -convert xml1 , and drag the copied file from the Desktop to the Terminal window
  3. Press the Return key. This will overwrite the file on the Desktop with an XML version of the file
  4. Open the XML file in Text Edit
  5. Now find <string>com.apple.LSSharedFileList.MaxAmount</string><integer>10</integer> and change the integer value 10 to 0
  6. Save the file
  7. In Terminal, type plutil -convert binary1 , and drag the XML file from the Desktop to the Terminal window
  8. Press the Return key. This will convert the file on the Desktop back to binary
  9. Move the file back to the folder [your-username] > Library > Application Support > com.apple.sharedfilelist
  10. When prompted, overwrite the existing file
  11. Log out and log in again, enjoy the new clutter-free experience


Dec 14, 2022 2:21 AM in response to A_H

That must be a bug. There are three files in users > username > Library > com.apple.sharedfilelist that seem to be relevant, namely


  • com.apple.LSSharedFileList.RecentDocuments.sfl2
  • com.apple.LSSharedFileList.RecentApplications.sfl2
  • com.apple.LSSharedFileList.RecentServers.sfl2


When you follow the hints given at https://scriptingosx.com/2016/11/editing-property-lists/, and use plutil to read the contents of these files, you will see that the value of com.apple.LSSharedFileList.MaxAmount in the first two files is set to zero, while the respective value in the third one remains 10, when you set Last Documents, Apps, Servers in System Settings to 0.



I haven’t found a way to change this.

How to remove Apple Menu > Recent Items completely? — Servers entry stuck

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.