A user calls the help desk saying that after upgrading to macOS Ventura, the 'Documents' folder in the sidebar keeps disappearing after every reboot. They need it to stay visible. Which macOS feature or tool should you use to fix this?
This is exactly where users enable or disable folder visibility in the Finder sidebar.
Why this answer
Option B is correct because the visibility of folders like 'Documents' in the Finder sidebar is controlled directly through Finder's own preferences, not through global system settings. By opening Finder > Preferences > Sidebar, you can check the 'Documents' checkbox, which persists the folder's visibility across reboots. This setting is stored per-user in the Finder plist and is not affected by macOS upgrades.
Exam trap
The trap here is that candidates confuse the global 'Show Sidebar' toggle (which hides the entire sidebar) with the per-item visibility settings in Finder's preferences, leading them to choose the Terminal command or System Settings instead of the correct Finder-specific interface.
How to eliminate wrong answers
Option A is wrong because System Settings > Desktop & Dock controls the Dock, Stage Manager, and desktop appearance, but does not include any options for customizing the Finder sidebar. Option C is wrong because the command 'defaults write com.apple.finder ShowSidebar -bool true' only toggles the entire sidebar's visibility (show/hide), not the individual items within it; the specific folder visibility is controlled by a different key (e.g., 'SidebarDevicesSectionDisclosedState'). Option D is wrong because Spotlight Preferences manage search indexing and results, not the persistent visibility of folders in the Finder sidebar.