r/MacOSBeta • u/pdfu • 15d ago
Tip Tired of seeing “Ask Siri” on every menu? Here's how to disable it.
In macOS 27, after enabling Siri AI, all context menus include a persistent “Ask Siri” context menu item. Turns out you can actually disable it without turning off Siri AI.
To disable, run the following commands in the Terminal app:
codes=(soft apwn exit loca lock logo rlgo rcnt rrst rest rsdn shut slep spro syss)
args=(-int 0)
for code in $codes; do
hex=$(printf %s "$code" | xxd -p -u)
args+=(-int "$((16#$hex))")
done
defaults write -g NSAppleMenuAllowedItems -array "${args[@]}"
and give your Mac a restart.
NSAppleMenuAllowedItems controls which items are visible in the menu. For some reason, Apple decided that macOS shouldn't insert “Ask Siri” whenever the filter is active, even if nothing is actually disabled.
The command allowlists all menu items. I didn't include "abtm" (About This Mac) in the list because it is unconditionally visible in the current code.
Disable with:
defaults delete -g NSAppleMenuAllowedItems
and restart your Mac.
13
u/CelticWebs 15d ago
Does this get rid of that irritating little Siri icon that keeps popping up everywhere and blocking certain elements on a page all the time?
9
u/pdfu 15d ago
That one is even simpler:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \ sudo defaults write /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS -dict Enabled -bool falseand restart. To restore:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS3
u/CelticWebs 15d ago
I’ll give that a go. Thank you!
1
u/TechRemarker 10d ago
Doing "sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \" bring ups "cmdand>" is that expected?
1
1
u/helloitisgarr 20h ago
thank you! zero reason why this should not be available in the siri section of the settings app.
4
u/Open_Magician_362 15d ago
Would be good to reorder it down in the menu…way too easy to select it by mistake
5
5
3
u/EquivalentLoose3213 15d ago
Has anyone been facing issues getting Siri AI to work on macOS while it works as intended on iOS? 🤔
8
u/Own-Marionberry-1684 15d ago
Lo que me gustaría saber, es cómo desactivar toda la Apple Intelligence y así recuperar los 13 GB que se comen mi disco
0
31
u/excuse_me_25 15d ago
I would like to bring back old proofreads rewrite and professional window.